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

Re: ipv6 interface automatical up?



Hi all,

On 15.07.04 (21:11), Jan Wagner wrote:

> My ipv6 Interface doesnt come up automatical, any ideas?

Oh sorry, i missed You have to use a tunnel.

On the system where i have to use a tunnel too its like this:
In /etc/networks/interfaces only eth0 is configured with inet and
inet6. To start the tunnel I have a small script:

/sbin/ip -6 tunnel add Space mode sit remote 193.149.44.208 local 195.30.85.244 ttl 64
/sbin/ip -6 link set Space up
/sbin/ip -6 route add default dev Space

("Space" is the name of my tunnel-interface)

It works for me for years(?).

Mathias

-- 
"We have both editors:  Emacs _and_ XEmacs."
          -- with apologies to "The Blues Brothers"



Reply to: