2014-02-24 20:36:37 +04:00
|
|
|
# traceroute
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
> Print the route packets trace to network host.
|
2014-02-24 20:36:37 +04:00
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Traceroute to a host:
|
2014-02-24 20:36:37 +04:00
|
|
|
|
|
|
|
`traceroute {{host}}`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Disable IP address and host name mapping:
|
2014-02-24 20:36:37 +04:00
|
|
|
|
|
|
|
`traceroute -n {{host}}`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Specify wait time for response:
|
2014-02-24 20:36:37 +04:00
|
|
|
|
|
|
|
`traceroute -w 0.5 {{host}}`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Specify number of queries per hop:
|
2014-02-24 20:36:37 +04:00
|
|
|
|
|
|
|
`traceroute -q 5 {{host}}`
|