#Homelab/#Networking question: I just realise that 'setting a static #IPv6 address' on a (#Linux) server is not as simple as it'd be with #IPv4 - one of the reasons being, realising, that the address prefix changes when my router restarts (i.e. due to any configuration changes).
When that network address prefix changes, obviously, any 'static' IPv6 address I'd like to set for my server would just be rendered invalid, since the network address portion/prefix is no longer applicable.
On my #TP-Link router, under IPv6 LAN settings, I saw an option to configure the Address Prefix
- however, this field is currently prefilled with the network address prefix my servers/client devices are currently using/assigned to, and it is immutable (not configurable). To make it configurable, I could set a different setting on the same page called Prefix Delegation
to Disable
instead of its default, Enable
.
My idea is to disable it, set an address prefix, and save/apply it - my expectation is, after the router restarts, all IPv6 addresses on my network will have that prefix, and it'll never change unless I explicitly do so (again, on the router). Is my idea right? or am I getting it tooootally wrong (which is possible bcos IPv6 is something else)?