Hurricane Electric's IPv6 on Raspberry Pi
First ensure that you have ipv6 module added to /etc/modules. If yes, you shall see IPv6 local address via ifconfig command: pi@raspberrypi ~ $ ifconfig eth0 Link encap:Ethernet HWaddr **:**:**:**:!!:## inet addr:192.168.111.11 Bcast:192.168.111.255 Mask:255.255.255.0 inet6 addr: fe80::1234:9999:3333:2222/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:470 errors:0 dropped:0 overruns:0 frame:0 TX packets:234 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:48774 (47.6 KiB) TX bytes:31032 (30.3 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0...