1connect6(8) IPv6 connect6(8)
2
3
4
6 connect6
7
8
10 connect6 [-a | -A type] [-i] target-ip target-port
11
12
14 -a send Hop-by-Hop Router Alert option
15 -A type like -a but lets you define the alarmtype (number)
16 -i interactive mode (like telnet)
17 -I end a linefeed, wait for a string, print it
18 -O try TCP Fast Open connection
19 -w ms wait time for connect in ms (default: 1000)
20 -p ping mode
21 You can supply a %interface identifier to the target-ip
22 Returns 0 on successful connect, 1 on timeout/reset
23
25 thc-ipv6 was written by van Hauser <vh@thc.org> / THC
26
27 The homepage for this toolkit is: https://github.com/vanhauser-thc/thc-
28 ipv6
29
30
32 connect6 3.8 (c) 2020 by van Hauser / THC <vh@thc.org>
33 www.github.com/vanhauser-thc/thc-ipv6
34
35
36
37THC 2022-07-23 connect6(8)