i'm relatively new to ipv6.
my ISP is pppoe based, and they give me a static /56 prefix. (well, i think, but i cannot really verify this because logread
doesn't contain anything ipv6 related when i ifdown wan && ifup wan
... why?)
my desired outcome is to have my router be reachable on a fixed ipv6 address under my domain name (for wireguard configured with a domain name, not an ip address or dyndns).
so, what (i think) i need is a way to configure openwrt to assign a static ipv6 suffix on my wan6 interface.
what actually happens is that each time i ifdown wan && ifup wan
i get an address with the same prefix, but a new, seemingly random suffix.
i tried to add ip6ifaceid
("IPv6 suffix" in luci), but sadly that didn't help:
config interface 'wan6'
option device 'br-wan'
option proto 'dhcpv6'
option ip6ifaceid '::dead:beef'
ip a | grep -i dead
comes back empty.
i tried to mess with /proc/sys/net/ipv6/conf/default/addr_gen_mode
to no avail.
any hints on what concept i should understand, or what i should read?
i was unable to websearch this using "fixed ipv6 dhcp wan" and similar queries. i'm probably missing the right nomenclature.