Windows 11 doesn't support RFC 7217 - IPv6 Static Privacy SLAAC

Lele Argo 0 Reputation points
2024-03-19T09:06:16.6233333+00:00

I read online that windows should support (as almost all modern OS) RFC 7217 for IPv6. I have the latest Windows 11 Dev Insider, but it doesn't seem to work.

RFC 7217 states that it should be possible to set a STATIC SLAAC suffix without exposing MAC address.

I have discovered that if I set: Set-NetIPv6Protocol -RandomizeIdentifiers Disabled, I have a static SLAAC suffix address, but it does expose MAC address because it uses the old algorithm where the MAC address is embedded in the last bits (this is not safe nowadays).

If I set Set-NetIPv6Protocol -RandomizeIdentifiers Enabled, I have a random SLAAC suffix address that doesn't expose MAC address but it is not static (it changes when the prefix change).

How can I set a static SLAAC suffix even when prefix changes?

Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
755 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.