run this in a command line as an administrator to reset the default IPv6 state on your local computer after playing around with it.
netsh interface ipv6 reset
Here’s some other useful infomation: msdn link
run this in a command line as an administrator to reset the default IPv6 state on your local computer after playing around with it.
netsh interface ipv6 reset
Here’s some other useful infomation: msdn link
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.
To configure IPv6 for static addressing
Then run the following in a command line as an administrator: