15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
|
[1mtraceroute[m print the route packets take to network host
|
|||
|
|
|||
|
Usage:
|
|||
|
|
|||
|
traceroute [-dnrv] [-w wait] [-m max_ttl] [-p port#] [-q nqueries]
|
|||
|
[-t tos] [-s src_addr] [-g gateway] host [data_size]
|
|||
|
|
|||
|
Most commonly:
|
|||
|
|
|||
|
traceroute <host>
|
|||
|
or
|
|||
|
traceroute -n <host>
|
|||
|
|
|||
|
if you don't want to waste time for resolving IP addresses into names.
|