I am running a dual stack network at home. I issue specific IP addresses to the servers for obvious reasons. In IPv4 DHCP it issues IP addresses based on the MAC address of the request. In IPv6 it issues IP addresses based on the DUID of the request. This seems fine, but while all computers have a single MAC address they don't necessarily have a single DUID. As a result, one of my servers drops off the static list and gets a dynamic IPv6 address every so often when it decides to use an alternate DUID.
I can create a firewall wall rule in IPv6 that filters traffic solely based on MAC addresses (not DUID). Why can't the static IPv6 IP addresses be issued based solely on the MAC address instead of DUID?
This thread was automatically locked due to age.