'\" t .TH "TRACEPATH" "8" "" "iputils s20180629" "iputils" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" tracepath, tracepath6 \- traces path to a network host discovering MTU along this path .SH "SYNOPSIS" .HP \w'\fBtracepath\fR\ 'u \fBtracepath\fR [\-4] [\-6] [\-n] [\-b] [\-l\ \fIpktlen\fR] [\-m\ \fImax_hops\fR] [\-p\ \fIport\fR] \fIdestination\fR .br .SH "DESCRIPTION" .PP It traces path to \fIdestination\fR discovering MTU along this path\&. It uses UDP port \fIport\fR or some random port\&. It is similar to \fBtraceroute\fR, only does not require superuser privileges and has no fancy options\&. .PP \fBtracepath6\fR is good replacement for \fBtraceroute6\fR and classic example of application of Linux error queues\&. The situation with IPv4 is worse, because commercial IP routers do not return enough information in ICMP error messages\&. Probably, it will change, when they will be updated\&. For now it uses Van Jacobson\*(Aqs trick, sweeping a range of UDP ports to maintain trace history\&. .SH "OPTIONS" .PP \fB\-4\fR .RS 4 Use IPv4 only\&.\&. .RE .PP \fB\-6\fR .RS 4 Use IPv6 only\&.\&. .RE .PP \fB\-n\fR .RS 4 Print primarily IP addresses numerically\&. .RE .PP \fB\-b\fR .RS 4 Print both of host names and IP addresses\&. .RE .PP \fB\-l\fR .RS 4 Sets the initial packet length to \fIpktlen\fR instead of 65535 for \fBtracepath\fR or 128000 for \fBtracepath6\fR\&. .RE .PP \fB\-m\fR .RS 4 Set maximum hops (or maximum TTLs) to \fImax_hops\fR instead of 30\&. .RE .PP \fB\-p\fR .RS 4 Sets the initial destination port to use\&. .RE .SH "OUTPUT" .sp .if n \{\ .RS 4 .\} .nf root@mops:~ # tracepath6 3ffe:2400:0:109::2 1?: [LOCALHOST] pmtu 1500 1: dust\&.inr\&.ac\&.ru 0\&.411ms 2: dust\&.inr\&.ac\&.ru asymm 1 0\&.390ms pmtu 1480 2: 3ffe:2400:0:109::2 463\&.514ms reached Resume: pmtu 1480 hops 2 back 2 .fi .if n \{\ .RE .\} .PP The first column shows TTL of the probe, followed by colon\&. Usually value of TTL is obtained from reply from network, but sometimes reply does not contain necessary information and we have to guess it\&. In this case the number is followed by ?\&. .PP The second column shows the network hop, which replied to the probe\&. It is either address of router or word [LOCALHOST], if the probe was not sent to the network\&. .PP The rest of line shows miscellaneous information about path to the correspinding network hop\&. As rule it contains value of RTT\&. Additionally, it can show Path MTU, when it changes\&. If the path is asymmetric or the probe finishes before it reach prescribed hop, difference between number of hops in forward and backward direction is shown following keyword async\&. This information is not reliable\&. F\&.e\&. the third line shows asymmetry of 1, it is because the first probe with TTL of 2 was rejected at the first hop due to Path MTU Discovery\&. .PP The last line summarizes information about all the path to the destination, it shows detected Path MTU, amount of hops to the destination and our guess about amount of hops from the destination to us, which can be different when the path is asymmetric\&. .SH "SEE ALSO" .PP \fBtraceroute\fR(8), \fBtraceroute6\fR(8), \fBping\fR(8)\&. .SH "AUTHOR" .PP \fBtracepath\fR was written by Alexey Kuznetsov \&. .SH "SECURITY" .PP No security issues\&. .PP This lapidary deserves to be elaborated\&. \fBtracepath\fR is not a privileged program, unlike \fBtraceroute\fR, \fBping\fR and other beasts of this kind\&. \fBtracepath\fR may be executed by everyone who has some access to network, enough to send UDP datagrams to investigated destination using given port\&. .SH "AVAILABILITY" .PP \fBtracepath\fR is part of \fIiputils\fR package\&.