Hi,
> Can someone briefly explain me how to configure a 6to4 tunnel with linux
> ??
i am not an experienced IPv6 user and that is probably the reason why i
answer :)
I use slackware-current and followed the IP6V howto found at
http://www.ipv6.org
So i obtained the address from http://www.freenet6.net and configured my
computer with following commands, a la
ip tunnel add sixbone mode sit remote 206.123.31.102 local 192.40.13.139 ttl 255
ip link set sixbone up
ip addr add 3ffe:b00:c18:1fff:0:0:0:641/128 dev sixbone
ip route add 3ffe::/0 dev sixbone
Imre
PS ip command comes with iproute2 package and you need to prepare Linux
kernel, too. Its useful to have at hond ping6, traceroute6 and other
utilitis, they come with Aleksey's iputils package.
By the way, it took me half day to figure out how to use ip, but it was
worth it! See for example http://www.linuxgrill.com/iproute2.doc.html
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]