I'm trying to setup my linode with IPv6 using a HE Tunnel. I'm using an Ubuntu Linode and I've followed the instructions
here using both the Debian and Ubuntu sections.
For whatever reason, this interface doesn't work. All packets sent from it seem to go into the bit bucket. For example:
Code:
server:~> ping6 ipv6.google.com
PING ipv6.google.com(pv-in-x68.google.com) 56 data bytes
--- ipv6.google.com ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 3998ms
The output of the ifconfig command is below, and I'm interested in knowing what is wrong, but I'm also interested in learning what tools would be available for me to debug this type of issue in the future, too!
Code:
server:~>ifconfig
eth0 Link encap:Ethernet HWaddr fe:fd:40:3e:be:7d
inet addr:64.62.190.74 Bcast:64.62.190.255 Mask:255.255.255.0
inet6 addr: fe80::fcfd:40ff:fe3e:be7d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2434892 errors:0 dropped:0 overruns:0 frame:0
TX packets:1855876 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:514489967 (514.4 MB) TX bytes:950154288 (950.1 MB)
Interrupt:28
eth0:0 Link encap:Ethernet HWaddr fe:fd:40:3e:be:7d
inet addr:64.62.190.125 Bcast:64.62.190.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:28
hetunnel Link encap:IPv6-in-IPv4
inet6 addr: 2001:470:1f04:66::2/64 Scope:Global
inet6 addr: fe80::403e:be4a/128 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1366271 errors:0 dropped:0 overruns:0 frame:0
TX packets:1366271 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:147905132 (147.9 MB) TX bytes:147905132 (147.9 MB)