From owner-freebsd-questions@FreeBSD.ORG Mon Mar 14 20:26:57 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59F9A16A4CE for ; Mon, 14 Mar 2005 20:26:57 +0000 (GMT) Received: from unsane.co.uk (unsane.co.uk [62.140.220.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0413743D46 for ; Mon, 14 Mar 2005 20:26:56 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from canth ([10.0.0.10]) (authenticated bits=0) by unsane.co.uk (8.13.3/8.13.3) with ESMTP id j2EKRJI4031020; Mon, 14 Mar 2005 20:27:20 GMT (envelope-from jhary@unsane.co.uk) Message-Id: <200503142027.j2EKRJI4031020@unsane.co.uk> From: "Vince" To: "'Fafa Diliha Romanova'" , Date: Mon, 14 Mar 2005 20:26:53 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20050313201121.D5EE14BE6D@ws1-1.us4.outblaze.com> Thread-Index: AcUoCPjc+3AMpSz9R4q4qcx3m8dkjgAyeNJA Subject: RE: IPv6 in rc.conf only: create gif0 / add route? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 20:26:57 -0000 Since you are using a gif interface I assume you use a tunnel for your ipv6 connection. Here is the relevant parts of my rc.conf which works (I use a H.E. ipv6 tunnel (http://tunnelbroker.net) but any gif tunnel should be similar) gif_interfaces="gif0" # create the gif gifconfig_gif0="62.140.220.90 64.71.128.83" # setup the ipv4 endpoints of the tunnel ipv6_enable="YES" # Set to YES to set up for IPv6. ipv6_gateway_enable="YES" ipv6_network_interfaces="gif0 fxp0" # List of network interfaces (or "auto"). ipv6_defaultrouter="2001:470:1F01:FFFF::120" # Set to IPv6 default gateway ipv6_ifconfig_gif0="2001:470:1F01:FFFF::121 2001:470:1F01:FFFF::120 prefixlen 128" #setup ipv6 tunnel ipv6_ifconfig_fxp0="2001:470:1F01:244::1 prefixlen 64" #set fxp0 ipv6 address rtadvd_enable="YES" # Set to YES to enable an IPv6 router rtadvd_interfaces="fxp1 fxp0 wi0" # Interfaces rtadvd sends RA packets. Some lines may wrap. Vince > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Fafa Diliha Romanova > Sent: 13 March 2005 20:11 > To: questions@freebsd.org > Subject: IPv6 in rc.conf only: create gif0 / add route? > > Hey! > > I am trying to add my entire IPv6 setup into rc.conf. > But it seems it won't automagically create gif0, nor will it > add the default route. This is my rc.conf: > > # *** IPv6 configuration > # > ipv6_enable="YES" > ipv6_gateway_enable="YES" > ipv6_network_interfaces="gif0" > ipv6_defaultrouter="fe80::%gif0" > ipv6_ifconfig_gif0="inet 213.183.143.59 213.121.24.85" > ipv6_ifconfig_gif0="inet6 alias 2001:618:400:4572::1 prefixlen 64" > ipv6_ifconfig_gif0="inet6 alias 2001:618:400:4572::2 prefixlen 64" > ipv6_ifconfig_gif0="inet6 alias 2001:618:400:4572::3 prefixlen 64" > ipv6_firewall_enable="YES" > ipv6_firewall_type="open" > rtadvd_enable="YES" > rtadvd_interfaces="gif0" > > Is anybody able to tell what I lack? > I certainly cannot ping6 6bone.net after reboot. > > Thanks! > > All the best, > -- Fafa > > -- > ___________________________________________________________ > Sign-up for Ads Free at Mail.com > http://promo.mail.com/adsfreejump.htm > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >