2004-06-09 12:45:51 +00:00
|
|
|
.\" $KAME: traceroute6.8,v 1.10 2004/06/06 12:35:15 suz Exp $
|
2001-06-11 12:39:29 +00:00
|
|
|
.\"
|
1999-12-28 02:37:14 +00:00
|
|
|
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. Neither the name of the project nor the names of its contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
2005-02-09 18:07:17 +00:00
|
|
|
.\" $FreeBSD$
|
1999-12-28 02:37:14 +00:00
|
|
|
.\"
|
2020-11-26 04:55:02 +00:00
|
|
|
.Dd November 25, 2020
|
1999-12-28 02:37:14 +00:00
|
|
|
.Dt TRACEROUTE6 8
|
2000-05-01 14:48:45 +00:00
|
|
|
.Os
|
1999-12-28 02:37:14 +00:00
|
|
|
.\"
|
|
|
|
.Sh NAME
|
|
|
|
.Nm traceroute6
|
2004-06-09 12:45:51 +00:00
|
|
|
.Nd "print the route IPv6 packets will take to a network node"
|
1999-12-28 02:37:14 +00:00
|
|
|
.\"
|
|
|
|
.Sh SYNOPSIS
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-07-05 11:00:58 +00:00
|
|
|
.Bk -words
|
2017-09-30 11:45:33 +00:00
|
|
|
.Op Fl adIlnNrSTUv
|
2000-07-05 11:00:58 +00:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl f Ar firsthop
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
|
|
|
.Op Fl g Ar gateway
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1999-12-28 02:37:14 +00:00
|
|
|
.Op Fl m Ar hoplimit
|
2000-07-05 11:00:58 +00:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1999-12-28 02:37:14 +00:00
|
|
|
.Op Fl p Ar port
|
2000-07-05 11:00:58 +00:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1999-12-28 02:37:14 +00:00
|
|
|
.Op Fl q Ar probes
|
2000-07-05 11:00:58 +00:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1999-12-28 02:37:14 +00:00
|
|
|
.Op Fl s Ar src
|
2000-07-05 11:00:58 +00:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2020-09-13 09:00:00 +00:00
|
|
|
.Op Fl t Ar tclass
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
1999-12-28 02:37:14 +00:00
|
|
|
.Op Fl w Ar waittime
|
2000-07-05 11:00:58 +00:00
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2009-08-23 17:00:16 +00:00
|
|
|
.Op Fl A Ar as_server
|
|
|
|
.Ek
|
|
|
|
.Bk -words
|
2000-07-05 11:00:58 +00:00
|
|
|
.Ar target
|
|
|
|
.Op Ar datalen
|
|
|
|
.Ek
|
1999-12-28 02:37:14 +00:00
|
|
|
.\"
|
|
|
|
.Sh DESCRIPTION
|
2004-07-07 19:57:16 +00:00
|
|
|
The
|
2004-06-09 12:45:51 +00:00
|
|
|
.Nm
|
2004-07-07 19:57:16 +00:00
|
|
|
utility
|
2004-06-09 12:45:51 +00:00
|
|
|
uses the IPv6 protocol hop limit field to elicit an ICMPv6 TIME_EXCEEDED
|
|
|
|
response from each gateway along the path to some host.
|
|
|
|
.Pp
|
|
|
|
The only mandatory parameter is the destination host name or IPv6 address.
|
2017-09-30 11:40:18 +00:00
|
|
|
The default probe datagram carries 20 bytes of payload,
|
2004-06-09 12:45:51 +00:00
|
|
|
in addition to the IPv6 header.
|
2004-07-07 19:57:16 +00:00
|
|
|
The size of the payload can be specified by giving a length
|
|
|
|
(in bytes)
|
|
|
|
after the destination host name.
|
2004-06-09 12:45:51 +00:00
|
|
|
.Pp
|
|
|
|
Other options are:
|
1999-12-28 02:37:14 +00:00
|
|
|
.Bl -tag -width Ds
|
2009-08-23 17:00:16 +00:00
|
|
|
.It Fl a
|
|
|
|
Turn on AS# lookups for each hop encountered.
|
|
|
|
.It Fl A Ar as_server
|
|
|
|
Turn on AS# lookups and use the given server instead of the default.
|
1999-12-28 02:37:14 +00:00
|
|
|
.It Fl d
|
|
|
|
Debug mode.
|
2000-07-05 11:00:58 +00:00
|
|
|
.It Fl f Ar firsthop
|
|
|
|
Specify how many hops to skip in trace.
|
|
|
|
.It Fl g Ar gateway
|
2020-10-09 14:03:45 +00:00
|
|
|
Specify intermediate gateway.
|
|
|
|
Please note that
|
2017-09-30 11:40:18 +00:00
|
|
|
.Nm
|
|
|
|
tries to use routing headers.
|
2003-11-12 18:56:59 +00:00
|
|
|
.It Fl I
|
|
|
|
Use ICMP6 ECHO instead of UDP datagrams.
|
1999-12-28 02:37:14 +00:00
|
|
|
.It Fl l
|
|
|
|
Print both host hostnames and numeric addresses.
|
|
|
|
Normally
|
|
|
|
.Nm
|
|
|
|
prints only hostnames if
|
|
|
|
.Fl n
|
|
|
|
is not specified, and only numeric addresses if
|
|
|
|
.Fl n
|
|
|
|
is specified.
|
2006-01-10 16:03:37 +00:00
|
|
|
.It Fl m Ar hoplimit
|
|
|
|
Specify maximum hoplimit, up to 255.
|
2018-05-02 19:36:46 +00:00
|
|
|
The default is the value of the
|
|
|
|
.Va net.inet6.ip6.hlim
|
|
|
|
.Xr sysctl 8
|
|
|
|
(the same default used for TCP connections).
|
1999-12-28 02:37:14 +00:00
|
|
|
.It Fl n
|
|
|
|
Do not resolve numeric address to hostname.
|
2008-02-10 21:06:38 +00:00
|
|
|
.It Fl N
|
|
|
|
Use a packet with no upper layer header for the probes,
|
|
|
|
instead of UDP datagrams.
|
1999-12-28 02:37:14 +00:00
|
|
|
.It Fl p Ar port
|
2017-09-30 11:45:33 +00:00
|
|
|
Set SCTP/TCP/UDP port number to
|
1999-12-28 02:37:14 +00:00
|
|
|
.Ar port .
|
|
|
|
.It Fl q Ar probes
|
|
|
|
Set the number of probe per hop count to
|
|
|
|
.Ar probes .
|
|
|
|
.It Fl r
|
2005-12-22 10:48:42 +00:00
|
|
|
Bypass the normal routing tables and send directly to a host
|
|
|
|
on an attached network.
|
|
|
|
If the host is not on a directly-connected network,
|
|
|
|
an error is returned.
|
|
|
|
This option corresponds to the
|
|
|
|
.Dv SO_DONTROUTE
|
|
|
|
socket option;
|
|
|
|
it can be used to ping a local host through an interface
|
|
|
|
that has no route through it
|
|
|
|
(e.g., after the interface was dropped by a routing daemon).
|
1999-12-28 02:37:14 +00:00
|
|
|
.It Fl s Ar src
|
|
|
|
.Ar Src
|
|
|
|
specifies the source IPv6 address to be used.
|
2017-09-30 11:45:33 +00:00
|
|
|
.It Fl S
|
|
|
|
Use SCTP packets for the probes.
|
2018-01-27 19:23:42 +00:00
|
|
|
The size of probe packets must be a multiple of 4.
|
|
|
|
If
|
|
|
|
.Ar datalen
|
|
|
|
is up to 28, probe packets consist of a SHUTDOWN-ACK chunk possibly bundled
|
2020-10-09 14:03:45 +00:00
|
|
|
with a PAD chunk.
|
|
|
|
For larger probe packets, an INIT chunk is used.
|
2020-09-13 09:00:00 +00:00
|
|
|
.It Fl t Ar tclass
|
|
|
|
.Ar tclass
|
|
|
|
specifies the
|
|
|
|
.Em traffic class
|
|
|
|
used when sending probe packets.
|
|
|
|
The value must be a decimal integer in the range 0 to 255.
|
|
|
|
The default is 0.
|
2017-09-30 11:45:33 +00:00
|
|
|
.It Fl T
|
|
|
|
Use TCP segments for the probes.
|
2008-02-10 21:06:38 +00:00
|
|
|
.It Fl U
|
|
|
|
Use UDP datagrams for the probes.
|
|
|
|
This is the default.
|
1999-12-28 02:37:14 +00:00
|
|
|
.It Fl v
|
|
|
|
Be verbose.
|
|
|
|
.It Fl w Ar waittime
|
|
|
|
Specify the delay time between probes.
|
|
|
|
.El
|
2004-06-09 12:45:51 +00:00
|
|
|
.Pp
|
2004-07-07 19:57:16 +00:00
|
|
|
This program prints the route to the given destination and the round-trip
|
2004-06-09 12:45:51 +00:00
|
|
|
time to each gateway, in the same manner as traceroute.
|
|
|
|
.Pp
|
|
|
|
Here is a list of possible annotations after the round-trip time for each gateway:
|
|
|
|
.Bl -hang -offset indent
|
2004-07-07 19:57:16 +00:00
|
|
|
.It !N
|
2004-06-09 12:45:51 +00:00
|
|
|
Destination Unreachable - No Route to Host.
|
2004-07-07 19:57:16 +00:00
|
|
|
.It !P
|
2004-06-09 12:45:51 +00:00
|
|
|
Destination Unreachable - Administratively Prohibited.
|
2004-07-07 19:57:16 +00:00
|
|
|
.It !S
|
2004-06-09 12:45:51 +00:00
|
|
|
Destination Unreachable - Not a Neighbour.
|
2004-07-07 19:57:16 +00:00
|
|
|
.It !A
|
2004-06-09 12:45:51 +00:00
|
|
|
Destination Unreachable - Address Unreachable.
|
2019-07-16 12:57:59 +00:00
|
|
|
.It !H
|
|
|
|
Parameter Problem - Unrecognized Next Header Type.
|
2004-07-07 19:57:16 +00:00
|
|
|
.It !\&
|
2004-06-09 12:45:51 +00:00
|
|
|
This is printed if the hop limit is <= 1 on a port unreachable message.
|
|
|
|
This means that the packet got to the destination,
|
|
|
|
but that the reply had a hop limit that was just large enough to
|
|
|
|
allow it to get back to the source of the traceroute6.
|
|
|
|
This was more interesting in the IPv4 case,
|
|
|
|
where some IP stack bugs could be identified by this behaviour.
|
|
|
|
.El
|
1999-12-28 02:37:14 +00:00
|
|
|
.\"
|
2009-01-07 00:57:27 +00:00
|
|
|
.Sh EXIT STATUS
|
2000-05-01 14:48:45 +00:00
|
|
|
The
|
|
|
|
.Nm
|
2004-06-05 20:22:31 +00:00
|
|
|
utility will exit with 0 on success, and non-zero on errors.
|
1999-12-28 02:37:14 +00:00
|
|
|
.\"
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ping 8 ,
|
|
|
|
.Xr traceroute 8
|
|
|
|
.\"
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
2004-06-05 20:22:31 +00:00
|
|
|
utility first appeared in WIDE hydrangea IPv6 protocol stack kit.
|