traceroute6 traces the route of IPv6 packets
610
traceroute6 - traces path to an IPv6 network node.
$ docker run -it --rm gophernet/traceroute6
BusyBox v1.24.1 (2015-12-08 16:43:56 UTC) multi-call binary.
Usage: traceroute6 [-nrv] [-m MAXTTL] [-q PROBES] [-p PORT]
[-t TOS] [-w WAIT_SEC] [-s SRC_IP] [-i IFACE]
HOST [BYTES]
Trace the route to HOST
-n Print numeric addresses
-r Bypass routing tables, send directly to HOST
-v Verbose
-m N Max number of hops
-q N Number of probes per hop (default 3)
-p N Base UDP port number used in probes
(default 33434)
-s IP Source address
-i IFACE Source interface
-t N Type-of-service in probe packets (default 0)
-w SEC Time wait for a response (default 3)
To exit the trace prior to the trace finishing, use Control+P+Q twice to detach and Control+C to exit the container.
Content type
Image
Digest
Size
2.1 MB
Last updated
almost 8 years ago
docker pull gophernet/traceroute6