From owner-freebsd-questions Thu Dec 12 12:53: 5 2002 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 1086237B401 for ; Thu, 12 Dec 2002 12:53:04 -0800 (PST) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6797843EA9 for ; Thu, 12 Dec 2002 12:53:03 -0800 (PST) (envelope-from johann@broadpark.no) Received: from aegis.terrabionic.lan (ninja.terrabionic.com [217.13.29.51]) by mail.broadpark.no (Postfix) with SMTP id 9A37E7DC5 for ; Thu, 12 Dec 2002 21:52:51 +0100 (MET) Date: Thu, 12 Dec 2002 21:52:51 +0100 From: Janine C.Buorditez To: questions@freebsd.org Subject: rc.conf IPv6 configuration Message-Id: <20021212215251.7ae391d4.johann@broadpark.no> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! I have a /48 delegation from Access to Six. I can't seem to get much out of this: # IPv6 NETWORK CONFIGURATION # ipv6_enable="YES" ipv6_gateway_enable="YES" gif_interfaces="gif0" gifconfig_gif0="192.168.187.1 62.61.157.209" gifconfig_lo0="inet6 3ffe:80ee:1075::1200 prefixlen 128" rtadvd_enable="YES" rtadvd_interfaces="ep0" ipv6_firewall_enable="YES" ipv6_firewall_type="open" These settings works, however: ifconfig gif0 create tunnel 192.168.187.1 62.61.157.209 up route add -inet6 default -interface gif0 ifconfig lo0 inet6 3ffe:80ee:1075::1200 prefixlen 128 What is wrong in my rc.conf? And, will it now be defaultrouter for my workstation (192.168.187.2)? Thanks! --janine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message