1 .\" Copyright (c) 1985, 1991, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)ping.8 8.3 (Berkeley) 4/28/95
41 packets to network hosts
49 .Op Fl s Ar packetsize
58 .Tn ICMP ECHO_RESPONSE
59 from a host or gateway.
61 datagrams (``pings'') have an IP and
66 and then an arbitrary number of ``pad'' bytes used to fill out the
68 The options are as follows:
71 Stop after sending (and receiving)
78 option on the socket being used.
81 Outputs packets as fast as they come back or one hundred times per second,
85 sent a period ``.'' is printed, while for every
87 received a backspace is printed.
88 This provides a rapid display of how many packets are being dropped.
89 Only the super-user may use this option.
91 This can be very hard on a network and should be used with caution.
97 .Em between sending each packet .
98 The default is to wait for one second between each packet.
99 This option is incompatible with the
107 sends that many packets as fast as possible before falling into its normal
111 No attempt will be made to lookup symbolic names for host addresses.
113 You may specify up to 16 ``pad'' bytes to fill out the packet you send.
114 This is useful for diagnosing data-dependent problems in a network.
117 will cause the sent packet to be filled with all
121 Nothing is displayed except the summary lines at startup time and
130 the route buffer on returned packets.
131 Note that the IP header is only large enough for nine such routes.
132 Many hosts ignore or discard this option.
134 Bypass the normal routing tables and send directly to a host on an attached
136 If the host is not on a directly-attached network, an error is returned.
137 This option can be used to ping a local host through an interface
138 that has no route through it (e.g., after the interface was dropped by
140 .It Fl s Ar packetsize
141 Specifies the number of data bytes to be sent.
142 The default is 56, which translates into 64
144 data bytes when combined
153 that are received are listed.
158 for fault isolation, it should first be run on the local host, to verify
159 that the local network interface is up and running.
160 Then, hosts and gateways further and further away should be ``pinged''.
161 Round-trip times and packet loss statistics are computed.
162 If duplicate packets are received, they are not included in the packet
163 loss calculation, although the round trip time of these packets is used
164 in calculating the minimum/average/maximum round-trip time numbers.
165 When the specified number of packets have been sent (and received) or
166 if the program is terminated with a
168 a brief summary is displayed.
170 This program is intended for use in network testing, measurement and
172 Because of the load it can impose on the network, it is unwise to use
174 during normal operations or from automated scripts.
175 .Sh ICMP PACKET DETAILS
176 An IP header without options is 20 bytes.
180 packet contains an additional 8 bytes worth
183 header followed by an arbitrary amount of data.
186 is given, this indicated the size of this extra piece of data (the
188 Thus the amount of data received inside of an IP packet of type
191 will always be 8 bytes more than the requested data space
196 If the data space is at least eight bytes large,
198 uses the first eight bytes of this space to include a timestamp which
199 it uses in the computation of round trip times.
200 If less than eight bytes of pad are specified, no round trip times are
202 .Sh DUPLICATE AND DAMAGED PACKETS
204 will report duplicate and damaged packets.
205 Duplicate packets should never occur, and seem to be caused by
206 inappropriate link-level retransmissions.
207 Duplicates may occur in many situations and are rarely (if ever) a
208 good sign, although the presence of low levels of duplicates may not
209 always be cause for alarm.
211 Damaged packets are obviously serious cause for alarm and often
212 indicate broken hardware somewhere in the
214 packet's path (in the network or in the hosts).
215 .Sh TRYING DIFFERENT DATA PATTERNS
216 The (inter)network layer should never treat packets differently depending
217 on the data contained in the data portion.
218 Unfortunately, data-dependent problems have been known to sneak into
219 networks and remain undetected for long periods of time.
220 In many cases the particular pattern that will have problems is something
221 that doesn't have sufficient ``transitions'', such as all ones or all
222 zeros, or a pattern right at the edge, such as almost all zeros.
223 It isn't necessarily enough to specify a data pattern of all zeros (for
224 example) on the command line because the pattern that is of interest is
225 at the data link level, and the relationship between what you type and
226 what the controllers transmit can be complicated.
228 This means that if you have a data-dependent problem you will probably
229 have to do a lot of testing to find it.
230 If you are lucky, you may manage to find a file that either can't be sent
231 across your network or that takes much longer to transfer than other
232 similar length files.
233 You can then examine this file for repeated patterns that you can test
241 value of an IP packet represents the maximum number of IP routers
242 that the packet can go through before being thrown away.
243 In current practice you can expect each router in the Internet to decrement
246 field by exactly one.
250 specification states that the
255 be set to 60, but many systems use smaller values (4.3
260 The maximum possible value of this field is 255, and most Unix systems set
264 .Tn ICMP ECHO_REQUEST
266 This is why you will find you can ``ping'' some hosts, but not reach them
272 In normal operation ping prints the ttl value from the packet it receives.
273 When a remote system receives a ping packet, it can do one of three things
276 field in its response:
279 Not change it; this is what Berkeley Unix systems did before the
284 value in the received packet will be 255 minus the
285 number of routers in the round-trip path.
287 Set it to 255; this is what current Berkeley Unix systems do.
290 value in the received packet will be 255 minus the
291 number of routers in the path
299 Set it to some other value.
300 Some machines use the same value for
302 packets that they use for
304 packets, for example either 30 or 60.
305 Others may use completely wild values.
308 Many Hosts and Gateways ignore the
312 The maximum IP header length is too small for options like
315 be completely useful.
316 There's not much that that can be done about this, however.
318 Flood pinging is not recommended in general, and flood pinging the
319 broadcast address should only be done under very controlled conditions.