Static IPv6 Address

Configuring static IPv6 on Windows Server®

Our Operating System is capable of automatically obtain an IP address (either by using auto configuration method, or by getting a lease from a DHCP server), but as we all know, is not a recommended method for servers or network devices.

So, I will try to explain, in a simple manner, how to configure Windows Server® to use an static IPv6 address. In this example, we will be using an ULA address (for more information on ULA and/or LA) fd36:46d4:a1a7:9d18::40

OK, lets start:

  1. Open Control Panel
  2. Select Network and Internet
  3. Select Network and Sharing Center
  4. Select Change Adapter Settings
  5. Choose the corresponding network card, right click on it, and select Properties

Configure IPv6 (1)

On the new window, select Internet Protocol Version 6 (TCP/IPv6) and click on Properties

Configure IPv6 (2)

On this last window, we must configure the IPv6 address (fd36:46d4:a1a7:9d18::40), the size of the subnet prefix length (in our case the default 64 bits) and our default gateway (fd36:46d4:a1a7:9d18::1). On a different section we will explain how to configure DNS for IPv6. As is the case that DNS will be configured on top of this box, we can proceed to use the same IPv6 address as the Preferred DNS server.

We accept all changes, and let windows to verify changes. In some cases Windows might requiere a reboot (take this into account when configuring a production server), Once the reboot has successfully restarted, we can proceed to test our brand new IPv6. We will use PING.EXE utility forcing an IPv6 answer (doing this with the -6 parameter).

Ping IPv6

We can also use the Ipconfig utility to check our TCP/IP configuration, including IPv6.

IPConfig IPv6

Social network sharing