Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2001 23:46:41 +0200
From:      Bernd Walter <ticso@mail.cicely.de>
To:        Paul Khavkine <paul@colba.net>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: IPv6
Message-ID:  <20010714234640.A24200@cicely20.cicely.de>
In-Reply-To: <3B4D1660.18205869@colba.net>; from paul@colba.net on Wed, Jul 11, 2001 at 11:15:44PM -0400
References:  <3B4D1660.18205869@colba.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 11, 2001 at 11:15:44PM -0400, Paul Khavkine wrote:
> Hi i have a few questions regarding IPv6
> I got a /48 subnet from Freenet6 and would like to play with it.
> I have:
> box #1 --> tunnel to Freenet6
> box #2 --> tunnel to box #1
> 
> I have box1 -> box2 tunnel working, ping telnet, ssh, ftp, etc...
> Now i can't seem to make box1 route properly.
> 
> Anyone has an example setup with one box doing routing IPv6 to a 6Bone
> provider tunnel ?

That's how we (www.cosmo-project.de) do it:
# IPv6 Tunnel to JOIN
gifconfig gif1 213.83.6.106 128.176.191.66
ifconfig gif1 inet6 3ffe:400:8d0:101::1 3ffe:401::2c0:33ff:fe02:14 prefixlen 128
route add -inet6 default 3ffe:401::2c0:33ff:fe02:14

The first IP of ifconfig and gifconfig is on our side.
Of course you can add it to /etc/rc.conf but we have had good reasons
in our special case not to do so and put it into /etc/rc.local.

As you have an /48 you may want to setup ipv6_gateway_enable="YES"
in rc.conf and configure an ethernet interface:
ipv6_network_interfaces="de0"
ipv6_ifconfig_de0="3ffe:400:8d0:802::1 prefixlen 64"

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010714234640.A24200>