Hi there,
I set up my tunnel on Fedora 16 using the linux-route2 instructions, and I can now ping the remote server but not anything else, e.g., google.
# ifconfig he-ipv6
he-ipv6 Link encap:IPv6-in-IPv4
inet6 addr: fe80::1831:ae7f/128 Scope:Link
inet6 addr: 2001:470:c:871::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:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:1499 (1.4 KiB)
#ip -6 route show
unreachable ::/96 dev lo metric 1024 error -101
unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -101
2001:470:c:871::/64 via :: dev he-ipv6 proto kernel metric 256
unreachable 2002:a00::/24 dev lo metric 1024 error -101
unreachable 2002:7f00::/24 dev lo metric 1024 error -101
unreachable 2002:a9fe::/32 dev lo metric 1024 error -101
unreachable 2002:ac10::/28 dev lo metric 1024 error -101
unreachable 2002:c0a8::/32 dev lo metric 1024 error -101
unreachable 2002:e000::/19 dev lo metric 1024 error -101
unreachable 3ffe:ffff::/32 dev lo metric 1024 error -101
fe80::/64 dev eth0 proto kernel metric 256
fe80::/64 via :: dev he-ipv6 proto kernel metric 256
default dev he-ipv6 metric 1024
I can now ping the remote router:
#ping6 -c3 2001:470:c:871::1
PING 2001:470:c:871::1(2001:470:c:871::1) 56 data bytes
64 bytes from 2001:470:c:871::1: icmp_seq=1 ttl=64 time=23.7 ms
64 bytes from 2001:470:c:871::1: icmp_seq=2 ttl=64 time=17.3 ms
64 bytes from 2001:470:c:871::1: icmp_seq=3 ttl=64 time=16.4 ms
--- 2001:470:c:871::1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 16.459/19.197/23.797/3.275 ms
But I can't ping or connect to anything else, e.g. google:
#ping6 -c3
www.google.comPING
www.google.com(lax02s02-in-x11.1e100.net) 56 data bytes
---
www.google.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms
Any ideas?
-Bob