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

Re: connecting to 6bone problem



On Mon, 31 Jul 2000, Marco d'Itri wrote:

> LOCAL=3ffe:1001:210::42/128
> REMOTE=213.254.1.50	# baol.linux.it
> 
> ip tunnel add baol  mode sit  remote $REMOTE  ttl 64
> ip link   set baol  up
> ip addr   add $LOCAL  dev baol
> ip route  add 2000::/3  via fe80::$REMOTE  dev baol

This is also broken, there is no default route. The 2000::/3 should be
::0/0 or 'default' if iproute takes that...

Otherwise it is much righter that most other scripts I've seen because it
properly associates the tunnel endpoint with the tunnel and not eth0 :>

Jason




Reply to: