Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF75A106564A for ; Fri, 30 Jul 2010 22:50:41 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor1.peak.org (redcondor1.peak.org [69.59.192.54]) by mx1.freebsd.org (Postfix) with ESMTP id C46618FC15 for ; Fri, 30 Jul 2010 22:50:41 +0000 (UTC) Received: from peak-mail-gateway.peak.org ([69.59.192.42]) by redcondor1.peak.org ({e03e86cd-14ae-47ce-9578-3c080ce9c462}) via TCP (outbound) with ESMTP id 20100730225040898 for ; Fri, 30 Jul 2010 22:50:40 +0000 X-RC-FROM: X-RC-RCPT: Received: from cjlinux.localnet (207.55.91.197.peak.org [207.55.91.197] (may be forged)) (authenticated bits=0) by peak-mail-gateway.peak.org (8.12.10/8.12.8) with ESMTP id o6UModZI015224 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 30 Jul 2010 15:50:40 -0700 (PDT) Received: from carlj by cjlinux.localnet with local (Exim 4.69) (envelope-from ) id 1OeyPX-0004Qg-9T for freebsd-questions@freebsd.org; Fri, 30 Jul 2010 15:50:39 -0700 To: freebsd-questions@freebsd.org References: <878w4svp18.fsf@cjlinux.localnet> <4C5317C0.9010303@unsane.co.uk> From: Carl Johnson Date: Fri, 30 Jul 2010 15:50:39 -0700 In-Reply-To: <4C5317C0.9010303@unsane.co.uk> (Vincent Hoffman's message of "Fri\, 30 Jul 2010 19\:19\:44 +0100") Message-ID: <87zkx8twhs.fsf@cjlinux.localnet> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: IPv6 rtadv on FreeBSD 8.1? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2010 22:50:42 -0000 Vincent Hoffman writes: > On 30/07/2010 18:48, Carl Johnson wrote: >> I have running versions of 7.3 and 8.0, so I tried experimenting with >> 8.1 in VirtualBox, but I ran into a couple of problems. I have an 8.0 >> system that is running a IPv6 tunnel to sixxs.net, and it is running >> rtadvd to act as the gatway for my network. On the 8.1 system I >> enabled IPv6 in rc.conf, but it is not picking up the advertised >> address. I can add it manually, and have put it in rc.local for now, >> but it seems it should work automatically as my others do. I noticed >> that the ifconfig output shows a new line that is not in 8.0: >> nd6 options=3 >> >> Is there something that has changed in 8.1 that I have to enable, or >> is there a problem with 8.1? IPv6 is working to the extent that it >> did assign a link-local address, and I can use that address as long as >> I specify the interface. My configuration is the same, and I didn't >> have to enable anything on the others to get the global address >> assigned automatically. >> >> Thanks for any advice. >> > I dont knw if its expected or not but try running > sysctl net.inet6.ip6.accept_rtadv=1 > > (to make it persistent echo "net.inet6.ip6.accept_rtadv=1" >> > /etc/sysctl.conf ) I had already checked that and it is enabled by default, but thanks for the suggestion anyways. It also turns out that I was wrong about it working with manual configuration. I forgot that the automatic configuration sets up the external routing, and I haven't figured out how to do that manually. So it works for my internal network, but nowhere else. -- Carl Johnson carlj@peak.org