Forward-looking organizations are beginning to evaluate the benefits of moving to the next version of TCP/IP—IPv6, which, among other benefits, eliminates the need for the patchwork of fixes, such as Network Address Translation, that has invaded many a networked environment over the past few years.
It is necessary to rework many TCP/IP stacks and applications to take advantage of the new architecture and features. You're in luck if you're running Windows XP because it's in the beginning stages of making use of IPv6. I'll show you how to enable IPv6 under XP and give you some tips on what to look out for. I've also created an IPv6 command list that is available as a download.
Not quite ready for prime time
IPv6 is not recommended for production use yet. While IPv6 functionality is present in Windows XP, it's definitely not as well supported as IPv4, the current version of TCP/IP. This lack of functionality is evident because even the earliest stages of enabling IPv6 support in the new OS are difficult to configure. For instance, everything related to IPv6 is performed at the command line. Also, none of the current GUI utilities present in XP will show you any IPv6 information, even when it is enabled and you're actively using it.
Installing and verifying the stack
As a separate service to Windows XP, you must install IPv6 before you can use it. This installation can only be performed while you're logged on as an administrative user. In my examples, I'll always be logged in as Administrator.
Installation
To install IPv6, start a command prompt session and type the following:
Ipv6 install
You'll be greeted with a very simple message: "Installing…," followed by "Succeeded."
Verification
Once IPv6 is installed, make sure that the stack is actually up and operational with the command below, which will give you a list of the IPv6 interfaces present on your system:
Ipv6 if
Windows' response to this command is quite lengthy, as shown in Table A.
Table A
As you can see, this is a very different list of interfaces from those you get when you work with IPv4. For this example, I have a total of four IPv6 interfaces present in my Windows XP test system (Table B). The first three interfaces should be the same in most of the systems that you use. Interfaces four and up vary from system to system, depending on the hardware in use.
Table B
As a second step in making sure that your Windows XP machine's IPv6 stack is operational, you can use the ping command, aptly named ping6 for IPv6. To ping the loopback interface in IPv4, you used the command ping 127.0.0.1 because that was the address of the loopback interface on your machine. For IPv6, you can use either of the following commands; the results are shown in Table C.
ping6 ::1
ping6 fe80::1
Table C
Using the IPv6 commands
As described in the accompanying download, the Windows XP IPv6 command provides significant functionality for installing and using IPv6 in XP. In addition to this command, XP provides ping6 and tracert6, which perform the same functions as their IPv4 counterparts. Also, XP's telnet and FTP clients work with IPv6 addresses.
When to expect the full version
Current IPv6 functionality is still in the dark ages with its command-line-only interface. Microsoft is slated to release Windows XP Service Pack 1 on August 14, 2002. One of the significant changes will be in the area of IPv6. With XP SP1, Microsoft will release a fully supported, fully GUI-integrated version of IPv6. With this much backing from Microsoft, you can be sure IPv6 will slowly begin to supplant IPv4 as organizations acquire hardware and software that can support it.
It is necessary to rework many TCP/IP stacks and applications to take advantage of the new architecture and features. You're in luck if you're running Windows XP because it's in the beginning stages of making use of IPv6. I'll show you how to enable IPv6 under XP and give you some tips on what to look out for. I've also created an IPv6 command list that is available as a download.
Not quite ready for prime time
IPv6 is not recommended for production use yet. While IPv6 functionality is present in Windows XP, it's definitely not as well supported as IPv4, the current version of TCP/IP. This lack of functionality is evident because even the earliest stages of enabling IPv6 support in the new OS are difficult to configure. For instance, everything related to IPv6 is performed at the command line. Also, none of the current GUI utilities present in XP will show you any IPv6 information, even when it is enabled and you're actively using it.
Installing and verifying the stack
As a separate service to Windows XP, you must install IPv6 before you can use it. This installation can only be performed while you're logged on as an administrative user. In my examples, I'll always be logged in as Administrator.
Installation
To install IPv6, start a command prompt session and type the following:
Ipv6 install
You'll be greeted with a very simple message: "Installing…," followed by "Succeeded."
Verification
Once IPv6 is installed, make sure that the stack is actually up and operational with the command below, which will give you a list of the IPv6 interfaces present on your system:
Ipv6 if
Windows' response to this command is quite lengthy, as shown in Table A.
Table A
|
As you can see, this is a very different list of interfaces from those you get when you work with IPv4. For this example, I have a total of four IPv6 interfaces present in my Windows XP test system (Table B). The first three interfaces should be the same in most of the systems that you use. Interfaces four and up vary from system to system, depending on the hardware in use.
Table B
|
As a second step in making sure that your Windows XP machine's IPv6 stack is operational, you can use the ping command, aptly named ping6 for IPv6. To ping the loopback interface in IPv4, you used the command ping 127.0.0.1 because that was the address of the loopback interface on your machine. For IPv6, you can use either of the following commands; the results are shown in Table C.
ping6 ::1
ping6 fe80::1
Table C
|
Using the IPv6 commands
As described in the accompanying download, the Windows XP IPv6 command provides significant functionality for installing and using IPv6 in XP. In addition to this command, XP provides ping6 and tracert6, which perform the same functions as their IPv4 counterparts. Also, XP's telnet and FTP clients work with IPv6 addresses.
When to expect the full version
Current IPv6 functionality is still in the dark ages with its command-line-only interface. Microsoft is slated to release Windows XP Service Pack 1 on August 14, 2002. One of the significant changes will be in the area of IPv6. With XP SP1, Microsoft will release a fully supported, fully GUI-integrated version of IPv6. With this much backing from Microsoft, you can be sure IPv6 will slowly begin to supplant IPv4 as organizations acquire hardware and software that can support it.
No comments:
Post a Comment