Windows 7 IPv6 Auto Config by MAC address

Written by

in

, ,

1. Open up a Command Prompt in Administrator mode

2. Run the following commands.  Each one should respond “Ok”.

[code]
netsh interface ipv6 set privacy state=disabled store=active
netsh interface ipv6 set privacy state=disabled store=persistent
netsh interface ipv6 set global randomizeidentifiers=disabled store=active
netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
[/code]

3. Reboot the computer.

When your computer has rebooted, it should auto-configure itself using EUI-64 (based on the MAC address of the interface) within the subnet given in the router advertisement.

Comments

Leave a Reply