Date: Sat, 12 Mar 2022 11:30:12 +0900 From: Hajimu UMEMOTO <ume@mahoroba.org> To: Larry Rosenman <ler@lerctr.org> Cc: Michael Sierchio <kudzu@tenebras.com>, Freebsd net <freebsd-net@freebsd.org> Subject: Re: IPv6: How does one have the system use a prefix gotten from rtsol with a static host part? Message-ID: <86h7836gy3.wl-ume@mahoroba.org> In-Reply-To: <9d7847539e02bfb55e2739cb67f02ee2@lerctr.org> References: <d6a474ebfda77c4c8a678044d87b51ee@lerctr.org> <CAHu1Y71AP6cn2f5zyqU_ud-wyrQYXufM1TF=M6ssYFodxEKSNQ@mail.gmail.com> <9d7847539e02bfb55e2739cb67f02ee2@lerctr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Sat, 12 Mar 2022 19:06:56 +0900, Larry Rosenman wrote: > that's not exactly what I want. I'll be getting a prefix delegated to my UniFi > USG, and I want the FreeBSD host to be able to assign > addresses in that Prefix (not SLAAC, but static host part). > > I don't know that what I want is possible, but figured I'd ask. > > I.E. the router assigns 2001:aa:bb:cc::/64 as the prefix, an I want the host to > wind up at 2001:aa:bb:cc::53:1 > what do I need to do to make that happen? Something like this should work for you: ifconfig_eth0_ipv6="inet6 fe80::53:1 -auto_linklocal accept_rtadv" -- Hajimu UMEMOTO ume@mahoroba.org ume@FreeBSD.org http://www.mahoroba.org/~ume/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86h7836gy3.wl-ume>