ipv6 tunnel

Marcelo Franca Alves (MFA) Marcelo Franca Alves \(MFA\)" <mfa@mfa.eti.br
Mon, 15 May 2000 13:49:50 -0300


Important: the address below are only for example

Interface eth1 IPv6 address
/sbin/ifconfig eth1 add 3ffe:3c00:200:101::1/64

Enabling Routing
echo "1" >  /proc/sys/net/ipv6/conf/all/forwarding

Enabling default tunnel interface (sit0)
/sbin/ifconfig  sit0 up

Remote IPv4 address of  Tunnel
/sbin/ifconfig sit0 tunnel ::200.136.200.141

Enabling tunnel interface
/sbin/ifconfig  sit1 up

IPv6 local tunnel address
/sbin/ifconfig sit1 inet6 add 3ffe:3c00:700:3::2/126 </font></p>

Default route - IPv6 remote tunnel address (use ::0/0 don't use the word:
default)
/sbin/route -A inet6 add ::0/0 gw 3ffe:3c00:700:3::1 dev sit1

See more details in http://www.ipv6.mfa.eti.br (in portuguese)
-----
Marcelo Franca Alves (MFA) http://www.mfa.eti.br
Sao Paulo - SP - Brasil
----- Original Message -----
From: "Radu Malica" <thejoker@infostream.ro>
To: <6bone@ISI.EDU>
Sent: Monday, May 15, 2000 9:36 AM
Subject: ipv6 tunnel


>
> Hello
>
> I got my IPv6 address and class from UUNet and they are ready to setup a
> tunnel. I use a Linux Box (redhat 6.1) and i'm a bit confused about
> setting up tunnels (sit0 devices) and routing...i tried it before with
> freenet6 and i had same routes on 2 different devices, eth0 and sit1
>
> Can you tell me step-by-step how to setup a tunneling for IPv6 in Linux?
>
> Thanks a lot
>
> Radu Malica
>
>
>