It is probably a good idea to test if IPv6 is already available on the operating system. An easy option to find out is the ipconfig command which displays network information in a command line window. To run the command press Windows-R, type cmd and hit enter. This opens the Windows command prompt. Now use the command ipconfig to find out if IPv6 is available on the computer. Please note that the following screenshot is showing ipconfig on Windows 7.
If you do not see an entry IPv6 Address in the listing it is not enabled and needs to be installed. The easiest way to install the IPv6 protocol under Windows XP is from the command prompt. Enter the following commands separately and press return after each of them:
- netsh
- interface
- ipv6
- install
- Open Network Connections
- Right-click any local area connection, and then click Properties.
- Click Install.
- In the Select Network Component Type dialog box, click Protocol, and then click Add.
- In the Select Network Protocol dialog box, click Microsoft TCP/IP version 6, and then click OK.
- Click Close to save changes to your network connection.
Post a Comment