From owner-freebsd-isp Sat Jul 14 14:46: 6 2001 Delivered-To: freebsd-isp@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 834D337B403 for ; Sat, 14 Jul 2001 14:46:01 -0700 (PDT) (envelope-from ticso@mail.cicely.de) Received: from mail.cicely.de (cicely20 [10.1.1.22]) by srv1.cosmo-project.de (8.11.0/8.11.0) with ESMTP id f6ELjwV81036; Sat, 14 Jul 2001 23:45:58 +0200 (CEST) Received: (from ticso@localhost) by mail.cicely.de (8.11.0/8.11.0) id f6ELkgY24479; Sat, 14 Jul 2001 23:46:42 +0200 (CEST) Date: Sat, 14 Jul 2001 23:46:41 +0200 From: Bernd Walter To: Paul Khavkine Cc: freebsd-isp@FreeBSD.ORG Subject: Re: IPv6 Message-ID: <20010714234640.A24200@cicely20.cicely.de> References: <3B4D1660.18205869@colba.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B4D1660.18205869@colba.net>; from paul@colba.net on Wed, Jul 11, 2001 at 11:15:44PM -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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