[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: connecting to 6bone problem



On Sun, Jul 30, 2000 at 07:10:12PM -0600, Chad wrote:
> 
> crux:~# route -A inet6 add default gw 2000::/2 dev sit1
> default: Resolver Error 0 (no error)

I was talking about "route -A inet6 add 2000::/2 gw fe80::206.123.31.102 dev sit1"

But I think you can skip the "gw fe80::206.123.31.10" here, too.

this works for me:

set +e
set -x
iptunnel del sit1
ifconfig sit0 down
ifconfig sit1 down
ifconfig eth0 add 3ffe:400:280:10::66/126
iptunnel add sit1 remote 10.0.0.10 mode sit ttl 64
ifconfig sit1 up
route add -A inet6 2000::/3 dev sit1

NOTE: i am not using SIT0 with its auto ipv4 address feature.

Greetings
Bernd



Reply to: