To configure IPv6 for static addressing
- Click Use the following IPv6 address, and then do one of the following:
- For a local area connection, in IPv6 address, Subnet prefix length, and Default gateway, type the IP address, subnet prefix length, and default gateway address.
- For all other connections, in IPv6 address, type the IP address.
- Click Use the following DNS server addresses.
- In Preferred DNS server and Alternate DNS server, type the primary and secondary DNS server addresses.
Then run the following in a command line as an administrator:
- This will show the interface ID number
- netsh interface ipv6 show interfaces
- Set the network interface to Stateful which will remove to automacally generated IPv6 address
- netsh interface ipv6 set interface <interface_name> advertise=enable managed=enable
Leave a Reply