I am trying to set up an ipv6 tunnel through Hurricane Electric. So far, I have no connectivity;
ifconfig:
he-ipv6 Link encap:IPv6-in-IPv4
inet6 addr: fe80::c0a8:164/128 Scope:Link
inet6 addr: 2001:470:XXXX:YYYY::2/64 Scope:Global
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)
ping:
martijn@desktop1:~$ ping6 ipv6.he.net -c6
PING ipv6.he.net(ipv6.he.net) 56 data bytes
From 2001:470:XXXX:YYYY::1 icmp_seq=1 Destination unreachable: Address unreachable
From 2001:470:XXXX:YYYY::1 icmp_seq=2 Destination unreachable: Address unreachable
From 2001:470:XXXX:YYYY::1 icmp_seq=3 Destination unreachable: Address unreachable
From 2001:470:XXXX:YYYY::1 icmp_seq=4 Destination unreachable: Address unreachable
From 2001:470:XXXX:YYYY::1 icmp_seq=5 Destination unreachable: Address unreachable
From 2001:470:XXXX:YYYY::1 icmp_seq=6 Destination unreachable: Address unreachable
--- ipv6.he.net ping statistics ---
6 packets transmitted, 0 received, +6 errors, 100% packet loss, time 5007ms
traceroute:
martijn@desktop1:~$ traceroute6 ipv6.he.net
traceroute to ipv6.he.net (2001:470:0:64::2) from 2001:470:XXXX:YYYY::1, 30 hops max, 24 byte packets
1 2001:470:XXXX:YYYY::1 (2001:470:XXXX:YYYY::1) 2997.94 ms !H 2998.59 ms !H 2999.77 ms !H
Firewall on my local machine is open.
What could be the issue? Where am I going wrong?