From owner-freebsd-current@FreeBSD.ORG Fri Aug 16 18:54:35 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DAEA0C56 for ; Fri, 16 Aug 2013 18:54:34 +0000 (UTC) (envelope-from eric.camachat@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4BA52AC2 for ; Fri, 16 Aug 2013 18:54:34 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id bg4so2199825pad.32 for ; Fri, 16 Aug 2013 11:54:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=2whnVG6r7QeFyD1bH9WB/4lCGs44cfDN9DaAl3xSjJg=; b=IAcHAF3OwUTmbrUSbgB+9HJAG9hram3c/IK3XD259UAarWKdntp/mMtb4NZI0HrjnM eGMGzrh7Ys3GYpWxBkZTzYG2gZyQg0faXyG7PPffD95KW7diNwcX4QpHC6MtZq+nKZOM OytOBLK9hH0E2zHUzpootBf0uMmeoEt5xyBc32TBzPWeJQz6DWgpgyfinjPNwA2Z3Scy nC1xRw3KnWx2zrRQsEC/HjtzdtSzLYFliR6mFUF9Eio2yqjzkf8+/9ZCSvkT5m2c9Y0A 0rS8UlZeVgGyfmS1QMkboI0Bl/VHQOE7yyqqI2k/A12UbFa91Tm9nbxlgxAtmXNuvQm3 vovQ== X-Received: by 10.66.155.69 with SMTP id vu5mr3333049pab.176.1376679274334; Fri, 16 Aug 2013 11:54:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.48.234 with HTTP; Fri, 16 Aug 2013 11:54:14 -0700 (PDT) In-Reply-To: References: <1376632058.1841.6.camel@localhost> From: Eric Camachat Date: Fri, 16 Aug 2013 11:54:14 -0700 Message-ID: Subject: Re: ipv6_activate_all_interfaces doesn't work on wireless interface. To: Kimmo Paasiala Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 18:54:35 -0000 OK, I will try add accept_rtadv to ifconfig_wlan0_ipv6. Thanks, Eric On Fri, Aug 16, 2013 at 6:19 AM, Kimmo Paasiala wrote: > On Fri, Aug 16, 2013 at 8:47 AM, Eric L Camachat > wrote: > > Here is my /etc/rc.conf > > ipv6_enable="YES" > > #ip6addrctl_enable="YES" > > #ip6addrctl_policy="ipv6_prefer" > > #ipv6_activate_all_interfaces="YES" > > wlans_iwn0="wlan0" > > ifconfig_wlan0="WPA DHCP" > > > > rc.d system said ipv6_enable is obsoleted by > > ipv6_activate_all_interfaces. > > So, I tried to replaced ipv6_enable with ipv6_activate_all_interfaces > > and ip6addrctl_*, interface wlan0 will not get ipv6 address from router. > > > > After investigated, that's because of wlan0 didn't add 'accept_rtadv' > > ipv6 option. > > > > -- > > Eric > > > > As far as I know, not enabling accept_rtadv is a reasonable default > and it has been like that always. Just like DHCP is not a default > configuration method for IPv4 addresses. > > -Kimmo >