[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Freenet6 IPv6 tunnel
On Thu, 14 Sep 2000, Daniel Richards wrote:
> Im trying to use the freenet6.net IPv6 over ipv4 tunnel.
> Im using linux 2.2.16 (with updated nettools/etc) but when I run "route -A
> inet6 default gw fe80::206.123.31.102 dev sit1" I get route: Resolver Error0
> (No error)
Don't use 'default', use '::0/0' instead. Try:
route -A inet6 ::0/0 dev sit1
You can also add the following to your /etc/sysconfig/static-routes file
so that the default ipv6 route is added at boot time:
sit1 A inet6 ::0/0