ComaWhite Tux's lil' helper
Joined: 07 Oct 2008 Posts: 125
|
Posted: Wed Apr 29, 2009 9:32 am Post subject: Ipv6 routing trouble |
|
|
Okay I got this from registering a ipv6 to 4 thingymabob.
I did this like they said to do and it works. But trying to figure out how to do it for baselayout2 and openrc. Is confusing.
Code: |
ifconfig sit0 up
ifconfig sit0 inet6 tunnel ::xxx.xxx.xxx.xx
ifconfig sit1 up
ifconfig sit1 inet6 add 2001:yyy:yyyy:yyy::2/64
route -A inet6 add ::/0 dev sit1
|
How do I set it up to work? |
|