Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2023 19:45:00 +0100
From:      =?UTF-8?Q?Kristian_St=C3=A6rk?= <xi@borderworlds.dk>
To:        freebsd-net@freebsd.org
Subject:   Re: FreeBSD laptop not getting IPv6 configured with SLAAC
Message-ID:  <425e358e-de3a-49ce-9801-db7753cf4547@borderworlds.dk>
In-Reply-To: <11cc375d-cb36-35e6-0aed-9e071a2718a1@bluerosetech.com>
References:  <9348b4cc-4da1-4e78-9f79-c981fc444f1f@borderworlds.dk> <11cc375d-cb36-35e6-0aed-9e071a2718a1@bluerosetech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/14/23 12:25, list_freebsd@bluerosetech.com wrote:
> On 2023-12-13 11:46, Kristian Stærk wrote:
>> I have also attached a tcpdump showing router solicitations going out
>> and router advertisements being received.
>
> You're getting valid advertisements, but they have the "managed" and 
> "other stateful" flags set.  This means your router expects you to use 
> DHCPv6 to number its interface and get other configuration information 
> (DNS, time, WINS, etc.).
>
> You'll need to install net/dhcp6 and configure its dhcp6c to get an 
> IPv6 assignment.  RC interface configuration has no DHCPv6 
> integration, so you'll need to leave it at:
>
> ifconfig_wlan0_ipv6="inet6 accept_rtadv"
> dhcp6c_enable="YES"
>
> after putting the relevant bits in /usr/local/etc/dhcp6c.conf.

Thanks. That seems to have done the trick.

I also had to specify dhcp6c_interfaces but otherwise nothing 
complicated was required.

Best regards
Kristian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?425e358e-de3a-49ce-9801-db7753cf4547>