ipv6 tunnel on debian
Carmen Sandiego on Friday, 03 March 2006 16:24:26
I'm setting up ipv6 tunnel on a debian vserver i put the following in /etc/network/interfaces
auto sixxs
iface sixxs inet6 v4tunnel
address 2001:7b8:2ff:13b::2
netmask 64
endpoint 193.109.122.244
ttl 64
up ip route add 2002::0/3 via 2001:7b8:2ff:13b::1
up ip tunnel change mytunl ttl 64
ioctl: No such device
Failed to bring up sixxs.
what is going wrong
ipv6 tunnel on debian
Jeroen Massar on Friday, 03 March 2006 16:52:47 up ip route add 2002::0/3 via 2001:7b8:2ff:13b::1
2002::0/3 ? Who came up with that? Although it matches 2000::/3 it is a bit unreadable.
up ip tunnel change mytunl ttl 64 On the first two lines you call it 'sixxs', now you call it 'mytunl'.
Did you check The FAQ ?
ipv6 tunnel on debian
Carmen Sandiego on Friday, 03 March 2006 21:58:52
the metod in faq didn't help so i looked at the link listed below but that didn't help eather yes i mayed a type corrected it but didn't help
the last i get from http://people.debian.org/~csmall/ipv6/setup.html
ipv6 tunnel on debian
Shadow Hawkins on Tuesday, 07 March 2006 13:21:43
What do you mean with 'vserver' ?
FYI, Linux-VServer does not support IPV6 yet.
ipv6 tunnel on debian
Carmen Sandiego on Tuesday, 14 March 2006 09:55:33
oke that solves the isue
Posting is only allowed when you are logged in. |