If you can't get a WAN address, a LAN interface address works, too. It has some caveats though. What if the LAN interface is down etc.? I see no reason not to use a WAN address if you can easily get one (which seems to be the case for @macklij).There have been some requests to allow the WAN interface to track its own delegated prefix to create a WAN address. That would be a good solution for ISPs like @meyergru's.
From this I take it Meyergru gets a /64 from his ISP? Otherwise wouldn't rely on the LAN GUA?
For those addresses you should use loopback interfaces, not physical ones.
Notice dhcp6c link layer address is too short (lo1)Notice dhcp6c failed to get default IF ID for lo1 Error dhcp6c failed to parse configuration file
Quote from: bimbar on November 17, 2023, 03:50:02 pmFor those addresses you should use loopback interfaces, not physical ones.I now tried this and it doesn't work. Loopback interfaces don't have a MAC address, so EUI-64 isn't possible. As a result, setting a loopback interface to "Track Interface" mode entirely breaks dhcp6c:Code: [Select]Notice dhcp6c link layer address is too short (lo1)Notice dhcp6c failed to get default IF ID for lo1 Error dhcp6c failed to parse configuration file