Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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?

share|improve this question
You need to things in your firewall. 1) You need your IPv4 firewall to answer to PING. 2) You need to allow protocoll 41 to pass your firewall (that is not TCP/41 or UDP/41). – Anders Sep 2 '12 at 21:46
So you need to answer how this machine connects to IPv4 Internet. You also need to check that these changes are done on your router/NAT/firewall that connects your machine to Internet. – Anders Sep 2 '12 at 21:53
Output of iptables looks like this / 2 0 0.00 B ACCEPT 41 -- * * 0.0.0.0/0 0.0.0.0/0 - / – Anders Sep 2 '12 at 21:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.