IPv6 up and running
As I’ve said some days ago I want to set up ipv6 at home. Now I am running an ipv6-tunnel on my workstation via freenet6.net. I had to change tspc host_type to “router” in /etc/freenet6-client/tspc.conf and due to a bug in the freenet-client I had to restart the tunnel with if_tunnel=sit0 and again with sit1. But now it works like a charme (thanks ak!):
grml:~# ifconfig -a | grep -v "^\ " | grep Link eth0 Link encap:Ethernet HWaddr «censored» ip6tnl0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 lo Link encap:Local Loopback ppp0 Link encap:Point-to-Point Protocol sit0 Link encap:IPv6-in-IPv4 sit1 Link encap:IPv6-in-IPv4 grml:~# ping6 -c3 tintifax.v6.synflood.at PING tintifax.v6.synflood.at(3ffe:bc0:a25:1:260:94ff:fe8a:44c6) 56 data bytes 64 bytes from 3ffe:bc0:a25:1:260:94ff:fe8a:44c6: icmp_seq=1 ttl=62 time=848 ms 64 bytes from 3ffe:bc0:a25:1:260:94ff:fe8a:44c6: icmp_seq=2 ttl=62 time=1299 ms 64 bytes from 3ffe:bc0:a25:1:260:94ff:fe8a:44c6: icmp_seq=3 ttl=62 time=1279 ms --- tintifax.v6.synflood.at ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 1999ms rtt min/avg/max/mdev = 848.513/1142.582/1299.815/208.104 ms, pipe 2 grml:~# ping6 -c3 www.kame.net PING www.kame.net(orange.kame.net) 56 data bytes 64 bytes from orange.kame.net: icmp_seq=1 ttl=55 time=334 ms 64 bytes from orange.kame.net: icmp_seq=2 ttl=55 time=332 ms 64 bytes from orange.kame.net: icmp_seq=3 ttl=55 time=332 ms --- www.kame.net ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 332.256/333.177/334.292/1.074 ms grml:~#