diff --git a/common/traceroute.md b/common/traceroute.md new file mode 100644 index 0000000000..04503a94cc --- /dev/null +++ b/common/traceroute.md @@ -0,0 +1,19 @@ +# traceroute + +> Print the route packets trace to network host + +- Traceroute to a host + +`traceroute {{host}}` + +- Disable IP address and host name mapping + +`traceroute -n {{host}}` + +- Specify wait time for response + +`traceroute -w 0.5 {{host}}` + +- Specify number of queries per hop + +`traceroute -q 5 {{host}}`