1trace6(8) IPv6 trace6(8)
2
3
4
6 trace6
7
8
10 trace6 [-abdtu] [-s src6] interface targetaddress [port]
11
12
14 -a insert a hop-by-hop header with router alert option.
15 -D insert a destination extension header
16 -E insert a destination extension header with an invalid option
17 -F insert a one-shot fragmentation header
18 -b instead of an ICMP6 Ping, use TooBig (you will not see the target)
19 -B instead of an ICMP6 Ping, use PingReply (you will not see the target)
20 -d resolves the IPv6 addresses to DNS.
21 -t enables tunnel detection
22 -u use UDP instead of TCP if a port is supplied
23 -r raw mode (for adapters networks that have no ethernet)
24 -s src6 specifies the source IPv6 address
25 Maximum hop reach: 31
26
27 A basic but very fast traceroute6 program.
28 If no port is specified, ICMP6 Ping requests are used, otherwise TCP SYN
29 packets to the specified port. Options D, E and F can be use multiple times.
30
32 thc-ipv6 was written by van Hauser <vh@thc.org> / THC
33
34 The homepage for this toolkit is: http://www.thc.org/thc-ipv6
35
36
38 trace6 v3.4 (c) 2018 by van Hauser / THC <vh@thc.org> www.thc.org
39
40
41
42THC 2019-07-27 trace6(8)