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

Re: connecting to 6bone problem



On Jul 31, Chad <incite@arctic.icelab.net> wrote:

 >I have been trying to setup a machine of mine, to the 6bone. freenet6 has
 >a script designed for Debian. I have compiled ipv6 support in as well as
It's broken. I suggest you install the iproute package and use something
like:

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

-- 
ciao,
Marco




Reply to: