Enable EUI-64 identifier for IPv6 in Windows
To enable the use of standard EUI-64 identifiers for IPv6 in windows:
netsh interface ipv6 set global randomizeidentifiers=disabled store=active netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
This makes the fixed IPv6 address of a host predictable. It will still generate temporary addresses for outgoing connections (daily by default). To disable those, too:
netsh interface ipv6 set privacy state=disabled store=active netsh interface ipv6 set privacy state=disabled store=persistent











