]> git.saurik.com Git - apple/network_cmds.git/blame - traceroute.tproj/traceroute.8
network_cmds-306.tar.gz
[apple/network_cmds.git] / traceroute.tproj / traceroute.8
CommitLineData
2b484d24 1.\" Copyright (c) 1989, 1995, 1996, 1997, 1999, 2000
b7080c8e
A
2.\" The Regents of the University of California. All rights reserved.
3.\"
2b484d24
A
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
b7080c8e 15.\"
2b484d24 16.Dd September 21, 2000
b7080c8e
A
17.Dt TRACEROUTE 8
18.Os BSD 4.3
19.Sh NAME
20.Nm traceroute
21.Nd print the route packets take to network host
22.Sh SYNOPSIS
23.Nm traceroute
b8dff150 24.Op Fl dFISdNnrvx
2b484d24
A
25.Op Fl f Ar first_ttl
26.Op Fl g Ar gateway
27.Op Fl i Ar iface
28.Op Fl M Ar first_ttl
b7080c8e 29.Op Fl m Ar max_ttl
2b484d24 30.Op Fl P Ar proto
b7080c8e
A
31.Op Fl p Ar port
32.Op Fl q Ar nqueries
b7080c8e 33.Op Fl s Ar src_addr
b7080c8e
A
34.Op Fl t Ar tos
35.Op Fl w Ar waittime
2b484d24 36.Op Fl z Ar pausemsecs
b7080c8e
A
37.Ar host
38.Op Ar packetsize
39.Sh DESCRIPTION
40The Internet is a large and complex aggregation of
41network hardware, connected together by gateways.
42Tracking the route one's packets follow (or finding the miscreant
43gateway that's discarding your packets) can be difficult.
44.Nm Traceroute
45utilizes the IP protocol `time to live' field and attempts to elicit an
46.Tn ICMP
47.Dv TIME_EXCEEDED
48response from each gateway along the path to some
49host.
50.Pp
51The only mandatory parameter is the destination host name or IP number.
2b484d24 52The default probe datagram length is 40 bytes, but this may be increased
b7080c8e
A
53by specifying a packet size (in bytes) after the destination host
54name.
55.Pp
56Other options are:
57.Bl -tag -width Ds
2b484d24
A
58.It Fl f Ar first_ttl
59Set the initial time-to-live used in the first outgoing probe packet.
60.It Fl F
61Set the "don't fragment" bit.
62.It Fl d
63Enable socket level debugging.
64.It Fl g Ar gateway
65Specify a loose source route gateway (8 maximum).
66.It Fl i Ar iface
67Specify a network interface to obtain the source IP address for
68outgoing probe packets. This is normally only useful on a multi-homed
69host. (See the
70.Fl s
71flag for another way to do this.)
72.It Fl I
73Use
74.Tn ICMP
75ECHO instead of
76.Tn UDP
77datagrams. (A synonym for "-P icmp").
78.It Fl M Ar first_ttl
79Set the initial time-to-live value used in outgoing probe packets.
80The default is 1, i.e., start with the first hop.
b7080c8e
A
81.It Fl m Ar max_ttl
82Set the max time-to-live (max number of hops) used in outgoing probe
2b484d24
A
83packets. The default is
84.Em net.inet.ip.ttl
85hops (the same default used for
b7080c8e
A
86.Tn TCP
87connections).
b8dff150
A
88.It Fl N
89Disables the increment of the destination port (see -p). Useful for using tcpdump through firewalls.
b7080c8e
A
90.It Fl n
91Print hop addresses numerically rather than symbolically and numerically
92(saves a nameserver address-to-name lookup for each gateway found on the
93path).
2b484d24
A
94.It Fl P Ar proto
95Send packets of specified IP protocol. The currently supported protocols
96are:
97.Tn UDP
98,
99.Tn TCP
100,
101.Tn GRE
102and
103.Tn ICMP
104Other protocols may also be specified (either by name or by number), though
105.Nm traceroute
106does not implement any special knowledge of their packet formats. This
107option is useful for determining which router along a path may be
108blocking packets based on IP protocol number. But see BUGS below.
b7080c8e 109.It Fl p Ar port
2b484d24 110Protocol specific. For
b7080c8e 111.Tn UDP
2b484d24
A
112and
113.Tn TCP,
114sets the base
b7080c8e
A
115.Ar port
116number used in probes (default is 33434).
117.Nm Traceroute
118hopes that nothing is listening on
119.Tn UDP
120ports
121.Em base
122to
123.Em base+nhops-1
124at the destination host (so an
125.Tn ICMP
126.Dv PORT_UNREACHABLE
127message will
128be returned to terminate the route tracing). If something is
129listening on a port in the default range, this option can be used
130to pick an unused port range.
131.It Fl q Ar nqueries
132Set the number of probes per ``ttl'' to
133.Ar nqueries
134(default is three probes).
135.It Fl r
136Bypass the normal routing tables and send directly to a host on an attached
137network.
138If the host is not on a directly-attached network,
139an error is returned.
140This option can be used to ping a local host through an interface
141that has no route through it (e.g., after the interface was dropped by
142.Xr routed 8 ) .
143.It Fl s Ar src_addr
144Use the following IP address
145(which must be given as an IP number, not
146a hostname) as the source address in outgoing probe packets. On
147hosts with more than one IP address, this option can be used to
148force the source address to be something other than the IP address
149of the interface the probe packet is sent on. If the IP address
150is not one of this machine's interface addresses, an error is
151returned and nothing is sent.
2b484d24
A
152(See the
153.Fl i
154flag for another way to do this.)
155.It Fl S
156Print a summary of how many probes were not answered for each hop.
b7080c8e
A
157.It Fl t Ar tos
158Set the
159.Em type-of-service
160in probe packets to the following value (default zero). The value must be
161a decimal integer in the range 0 to 255. This option can be used to
162see if different types-of-service result in different paths. (If you
163are not running a
2b484d24 164.Bx 4.4
b7080c8e
A
165or later system, this may be academic since the normal network
166services like telnet and ftp don't let you control the
167.Dv TOS ) .
168Not all values of
169.Dv TOS
170are legal or
171meaningful \- see the IP spec for definitions. Useful values are
172probably
173.Ql \-t 16
174(low delay) and
175.Ql \-t 8
176(high throughput).
177.It Fl v
178Verbose output. Received
179.Tn ICMP
180packets other than
181.Dv TIME_EXCEEDED
182and
183.Dv UNREACHABLE Ns s
184are listed.
185.It Fl w
2b484d24
A
186Set the time (in seconds) to wait for a response to a probe (default 5 sec.).
187.It Fl x
188Toggle IP checksums. Normally, this prevents traceroute from calculating
189IP checksums. In some cases, the operating system can overwrite parts of
190the outgoing packet but not recalculate the checksum (so in some cases
191the default is to not calculate checksums and using
192.Fl x
193causes them to be calculated). Note that checksums are usually required
194for the last hop when using
195.Tn ICMP
196ECHO probes (
197.Fl I
198). So they are always calculated when using ICMP.
199.It Fl z Ar pausemsecs
200Set the time (in milliseconds) to pause between probes (default 0).
201Some systems such as Solaris and routers such as Ciscos rate limit
202ICMP messages. A good value to use with this this is 500 (e.g. 1/2 second).
b7080c8e
A
203.El
204.Pp
205This program attempts to trace the route an IP packet would follow to some
206internet host by launching
207.Tn UDP
208probe
209packets with a small ttl (time to live) then listening for an
210.Tn ICMP
211"time exceeded" reply from a gateway. We start our probes
212with a ttl of one and increase by one until we get an
213.Tn ICMP
214"port unreachable"
215(which means we got to "host") or hit a max (which
2b484d24
A
216defaults to
217.Em net.inet.ip.ttl
218hops & can be changed with the
b7080c8e
A
219.Fl m
220flag). Three
221probes (changed with
222.Fl q
223flag) are sent at each ttl setting and a
224line is printed showing the ttl, address of the gateway and
225round trip time of each probe. If the probe answers come from
226different gateways, the address of each responding system will
2b484d24 227be printed. If there is no response within a 5 sec. timeout
b7080c8e
A
228interval (changed with the
229.Fl w
230flag), a "*" is printed for that
231probe.
232.Pp
233We don't want the destination
234host to process the
235.Tn UDP
236probe packets so the destination port is set to an
237unlikely value (if some clod on the destination is using that
238value, it can be changed with the
239.Fl p
240flag).
241.Pp
242A sample use and output might be:
243.Bd -literal
244[yak 71]% traceroute nis.nsf.net.
2b484d24 245traceroute to nis.nsf.net (35.1.1.48), 64 hops max, 38 byte packet
b7080c8e
A
2461 helios.ee.lbl.gov (128.3.112.1) 19 ms 19 ms 0 ms
2472 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms
2483 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms
2494 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms
2505 ccn-nerif22.Berkeley.EDU (128.32.168.22) 39 ms 39 ms 39 ms
2516 128.32.197.4 (128.32.197.4) 40 ms 59 ms 59 ms
2527 131.119.2.5 (131.119.2.5) 59 ms 59 ms 59 ms
2538 129.140.70.13 (129.140.70.13) 99 ms 99 ms 80 ms
2549 129.140.71.6 (129.140.71.6) 139 ms 239 ms 319 ms
25510 129.140.81.7 (129.140.81.7) 220 ms 199 ms 199 ms
25611 nic.merit.edu (35.1.1.48) 239 ms 239 ms 239 ms
257
258.Ed
259Note that lines 2 & 3 are the same. This is due to a buggy
260kernel on the 2nd hop system \- lbl-csam.arpa \- that forwards
261packets with a zero ttl (a bug in the distributed version
262of 4.3
263.Tn BSD ) .
264Note that you have to guess what path
265the packets are taking cross-country since the
266.Tn NSFNet
267(129.140)
268doesn't supply address-to-name translations for its
269.Tn NSS Ns es .
270.Pp
271A more interesting example is:
272.Bd -literal
273[yak 72]% traceroute allspice.lcs.mit.edu.
2b484d24 274traceroute to allspice.lcs.mit.edu (18.26.0.115), 64 hops max
b7080c8e
A
2751 helios.ee.lbl.gov (128.3.112.1) 0 ms 0 ms 0 ms
2762 lilac-dmc.Berkeley.EDU (128.32.216.1) 19 ms 19 ms 19 ms
2773 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 19 ms 19 ms
2784 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 19 ms 39 ms 39 ms
2795 ccn-nerif22.Berkeley.EDU (128.32.168.22) 20 ms 39 ms 39 ms
2806 128.32.197.4 (128.32.197.4) 59 ms 119 ms 39 ms
2817 131.119.2.5 (131.119.2.5) 59 ms 59 ms 39 ms
2828 129.140.70.13 (129.140.70.13) 80 ms 79 ms 99 ms
2839 129.140.71.6 (129.140.71.6) 139 ms 139 ms 159 ms
28410 129.140.81.7 (129.140.81.7) 199 ms 180 ms 300 ms
28511 129.140.72.17 (129.140.72.17) 300 ms 239 ms 239 ms
28612 * * *
28713 128.121.54.72 (128.121.54.72) 259 ms 499 ms 279 ms
28814 * * *
28915 * * *
29016 * * *
29117 * * *
29218 ALLSPICE.LCS.MIT.EDU (18.26.0.115) 339 ms 279 ms 279 ms
293
294.Ed
295Note that the gateways 12, 14, 15, 16 & 17 hops away
296either don't send
297.Tn ICMP
298"time exceeded" messages or send them
299with a ttl too small to reach us. 14 \- 17 are running the
300.Tn MIT
301C Gateway code that doesn't send "time exceeded"s. God
302only knows what's going on with 12.
303.Pp
304The silent gateway 12 in the above may be the result of a bug in
305the 4.[23]
306.Tn BSD
307network code (and its derivatives): 4.x (x <= 3)
308sends an unreachable message using whatever ttl remains in the
309original datagram. Since, for gateways, the remaining ttl is
310zero, the
311.Tn ICMP
312"time exceeded" is guaranteed to not make it back
313to us. The behavior of this bug is slightly more interesting
314when it appears on the destination system:
315.Bd -literal
3161 helios.ee.lbl.gov (128.3.112.1) 0 ms 0 ms 0 ms
3172 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 19 ms 39 ms
3183 lilac-dmc.Berkeley.EDU (128.32.216.1) 19 ms 39 ms 19 ms
3194 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 19 ms
3205 ccn-nerif35.Berkeley.EDU (128.32.168.35) 39 ms 39 ms 39 ms
3216 csgw.Berkeley.EDU (128.32.133.254) 39 ms 59 ms 39 ms
3227 * * *
3238 * * *
3249 * * *
32510 * * *
32611 * * *
32712 * * *
32813 rip.Berkeley.EDU (128.32.131.22) 59 ms ! 39 ms ! 39 ms !
329
330.Ed
331Notice that there are 12 "gateways" (13 is the final
332destination) and exactly the last half of them are "missing".
333What's really happening is that rip (a Sun-3 running Sun OS3.5)
334is using the ttl from our arriving datagram as the ttl in its
335.Tn ICMP
336reply. So, the reply will time out on the return path
337(with no notice sent to anyone since
338.Tn ICMP's
339aren't sent for
340.Tn ICMP's )
341until we probe with a ttl that's at least twice the path
342length. I.e., rip is really only 7 hops away. A reply that
343returns with a ttl of 1 is a clue this problem exists.
344.Nm Traceroute
345prints a "!" after the time if the ttl is <= 1.
346Since vendors ship a lot of obsolete
347.Pf ( Tn DEC Ns \'s
348Ultrix, Sun 3.x) or
349non-standard
350.Pq Tn HPUX
351software, expect to see this problem
352frequently and/or take care picking the target host of your
353probes.
2b484d24 354.Pp
b7080c8e
A
355Other possible annotations after the time are
356.Sy !H ,
357.Sy !N ,
2b484d24 358or
b7080c8e 359.Sy !P
2b484d24 360(host, network or protocol unreachable),
b7080c8e 361.Sy !S
2b484d24 362(source route failed),
b7080c8e 363.Sy !F
2b484d24
A
364(fragmentation needed \- the RFC1191 Path MTU Discovery value is displayed),
365.Sy !X
366(communication administratively prohibited),
367.Sy !V
368(host precedence violation),
369.Sy !C
370(precedence cutoff in effect), or
371.Sy !<num>
372(ICMP unreachable code <num>).
373These are defined by RFC1812 (which supersedes RFC1716).
374If almost all the probes result in some kind of unreachable,
b7080c8e
A
375.Nm traceroute
376will give up and exit.
377.Pp
378This program is intended for use in network testing, measurement
379and management.
380It should be used primarily for manual fault isolation.
381Because of the load it could impose on the network, it is unwise to use
382.Nm traceroute
383during normal operations or from automated scripts.
384.Sh AUTHOR
385Implemented by Van Jacobson from a suggestion by Steve Deering. Debugged
386by a cast of thousands with particularly cogent suggestions or fixes from
387C. Philip Wood, Tim Seaver and Ken Adelman.
388.Sh SEE ALSO
389.Xr netstat 1 ,
390.Xr ping 8
2b484d24
A
391.Sh BUGS
392When using protocols other than UDP, functionality is reduced.
393In particular, the last packet will often appear to be lost, because
394even though it reaches the destination host, there's no way to know
395that because no ICMP message is sent back.
396In the TCP case,
b7080c8e 397.Nm
2b484d24
A
398should listen for a RST from the destination host (or an intermediate
399router that's filtering packets), but this is not implemented yet.