On 2024-09-02, Chris Ross <cross+open...@distal.com> wrote: > I’m trying to move from a static IPv6 network to a dynamic allocation from an > ISP. The hard part is that some of my hosts have secondary addresses for > specific services to use. I need to find a way to listen to router adverts > but then manually add an alias with a static lower 64 bits. Looking for > suggestions.
Are those services internal-only? If so you could just manually configure ULA addresses, plus run SLAAC for the routable addresses. Unlike v4 with DHCP, this is easy to do with v6. -- Please keep replies on the mailing list.