Hello,
I'm routing a /96 prefix from my /48 which i got form HE
setsid ./tb_userspace 6in4a clientipv4 serveripv4 sit > /dev/null
ifconfig 6in4a up
ifconfig 6in4a inet6 add a924:0470:be0a:0000:0000:0004::/96
ifconfig 6in4a mtu 1480
route -A inet6 add ::/0 dev 6in4a
using
http://code.google.com/p/tb-tun/wiki/HOWTOAnd on the client ipv4
setsid ./tb_userspace tb serveripv4ip clientipv4ip sit > /dev/null
ifconfig tb up
ifconfig tb inet6 add a924:0470:be0a:0000:0000:0004::2/64
ifconfig tb mtu 1480
route -A inet6 add ::/0 dev tb
But its not working when i ping6 a924:0470:be0a:0000:0000:0004::2 from anywhere other than the clientipv4 vps
??