ipv6 tunnel
Joseph Chung
joe.chung@riversoft.com
Mon, 15 May 2000 13:40:53 -0700
This is a multi-part message in MIME format.
------=_NextPart_000_000B_01BFBE73.309D12A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Can you tell me what steps you took to get the ip address and class from
UUNet?
Thank You,
Joseph Chung RiverSoft Inc.
joe.chung@riversoft.com One Sansome Street Suite 2100
Office: +1 (415) 438-2356 San Francisco, CA 94104
Cell: +1 (415) 577-4817
Toll free: +1 (877) OPENRIVER http://www.riversoft.com
The information in this email is confidential and may be legally
privileged. It is intended solely for the addressee. Access to
this email by anyone else is unauthorised. If you are not the
intended recipient, any disclosure, copying, distribution or any
action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful.
-----Original Message-----
From: owner-6bone@ISI.EDU [mailto:owner-6bone@ISI.EDU]On Behalf Of
Marcelo Franca Alves (MFA)
Sent: Monday, May 15, 2000 9:50 AM
To: Radu Malica; 6bone@ISI.EDU
Subject: Re: ipv6 tunnel
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
>
>
>
------=_NextPart_000_000B_01BFBE73.309D12A0
Content-Type: text/x-vcard;
name="Joseph Chung.vcf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="Joseph Chung.vcf"
BEGIN:VCARD
VERSION:2.1
N:Chung;Joseph
FN:Joseph Chung
TEL;WORK;VOICE:415 438-2356
TEL;CELL;VOICE:(415) 577-4817
TEL;WORK;FAX:415 438-2358
ADR;WORK:;;One Sansome Street Suite 2100;San Francisco;CA;94104
LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:One Sansome Street Suite =
2100=3D0D=3D0ASan Francisco, CA 94104
EMAIL;PREF;INTERNET:joe.chung@riversoft.com
REV:20000510T234042Z
END:VCARD
------=_NextPart_000_000B_01BFBE73.309D12A0--