hello,
To day i did get the ipv6 tunnel to work.
Use: http://www.tunnelbroker.net
I have never setup a ipv6 gateway, have done it whit ipv4.
But ipv6 was tricky.
Assigned /64: 2001:470:1f09:bc::
What now?
IP:
Did add 2001:470:1f09:bc::1 to my router
Route:
Did add 2001:470:1f09:bc::1 gateway des: ::
and then i did add linux:
ifconfig eth0 inet6 add 2001:470:1f09:bc::4/64
ip -6 route add ::/3 via 2001:470:1f09:bc::1
But get noe route to the host.
What are im doing wrong?
Other thing i did not understand why do wee add
/ipv6 route add dst-address=2000::/3 gateway=::216.66.80.26
on the tunnel to http://www.tunnelbroker.net?