From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 17:41:31 2012 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 C4215106566B for ; Sat, 14 Jan 2012 17:41:31 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.freebsd.org (Postfix) with ESMTP id 58E398FC12 for ; Sat, 14 Jan 2012 17:41:30 +0000 (UTC) Received: from yokozuna.lan (a83-160-85-125.adsl.xs4all.nl [83.160.85.125]) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id q0EHexIi070129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 14 Jan 2012 18:40:59 +0100 (CET) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan (yokozuna.lan [IPv6:::1]) by yokozuna.lan (8.14.5/8.14.5) with ESMTP id q0EHexob003183; Sat, 14 Jan 2012 18:40:59 +0100 (CET) (envelope-from mbeis@xs4all.nl) Date: Sat, 14 Jan 2012 18:40:59 +0100 (CET) From: Marco Beishuizen Sender: marco@yokozuna.lan To: Yuri Pankov In-Reply-To: <20120114171214.GA1127@procyon.xvoid.org> Message-ID: References: <20120114171214.GA1127@procyon.xvoid.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: ipv6 in FreeBSD 9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marco Beishuizen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2012 17:41:31 -0000 On Sat, 14 Jan 2012, the wise Yuri Pankov wrote: >> In 8.2 ipv6 was enabled by adding ipv6_enable="YES" in rc.conf, and all >> worked fine. In FreeBSD 9 that changed to >> ipv6_activate_all_interfaces="YES". But now there are still some error >> messages at boot time, and ipv6 doesn't seem to work correctly: >> >> ... >> root: /etc/rc: WARNING: $ipv6_firewall_enable is not set properly - see >> rc.conf(5). >> root: /etc/rc: WARNING: $ipv6_enable is not set >> properly - see rc.conf(5). >> ... >> >> I do not use a static IP adress, but DHCP. Wat do I need to do more >> to enable ipv6? > > This works for me: > > ifconfig_em0_ipv6="inet6 accept_rtadv" > ip6addrctl_policy="ipv6_prefer" > > No other IPv6-related settings done anywhere else. No didn't work. Still the same error messages. Marco -- Kamikazes do it once.