Category Archives: IPv6

Disable ipv6 privacy addresses in windows 10

Sometimes, mainly in servers, is better to disable ipv6 privacy extensions so that the configured ipv6 address is the only one configured on the firewall rules or the only one that shows up in the logs. netsh int ipv6 set int Ethernet0 managedaddress=disable netsh int ipv6 set int Ethernet0 routerdiscovery=disable After this configuration you will… Read More »