
$ ifconfig eth0: flags=4163mtu 1500 inet 192.168.1.44 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::1e6f:65ff:fe80:33c7 prefixlen 64 scopeid 0x20 ether 1c:6f:65:80:33:c7 txqueuelen 1000 (Ethernet) RX packets 471259 bytes 615471609 (586.9 MiB) RX errors 0 dropped 1 overruns 0 frame 0 TX packets 249691 bytes 30981224 (29.5 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73 mtu 16436 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 0 (Local Loopback) RX packets 4646 bytes 1559747 (1.4 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 4646 bytes 1559747 (1.4 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
whereis ipThe output for me looks like this:
$ whereis ip ip: /sbin/ip /usr/sbin/ip /usr/share/man/man8/ip.8.gz /usr/share/man/man7/ip.7.gz
chmod +x ipv6.sh && ./ipv6.sh start eth0If you want to tunnel the data through a different adapter, replace eth0 with the adapter. To stop IPv6 just replace "start" with "stop". Once this works, go back to the IPv6 testing link at the beginning of this guide and it should give you your Hurricane Electric provided IPv6 address.