Follow us on RSS or Twitter for the latest updates.

June 9, 2011

Google, Facebook, Yahoo Testing IPV6 Today


Google, Facebook, Yahoo and an number of other later Internet companies have started testing IPV6 from today, and the companies are giving IPV6 a 24 hour ‘test flight’, in an attempt to motivate other companies to get their services ready for IPV6.

On 8 June, 2011, Google, Facebook, Yahoo!, Akamai and Limelight Networks will be amongst some of the major organisations that will offer their content over IPv6 for a 24-hour “test flight”. The goal of the Test Flight Day is to motivate organizations across the industry – Internet service providers, hardware makers, operating system vendors and web companies – to prepare their services for IPv6 to ensure a successful transition as IPv4 addresses run out.

You can find out more details about the IPV6 Test over at World IPV6 Day.

Author: Emmanuel Peters,

Categories: , ,

February 6, 2011

How To Enable IPv6 On Windows XP


Most ISPs are in the process of enabling the IPv6 protocol which is then available for usage in addition to the currently used IPv4 protocol. Windows Vista and Windows 7 users do not need to enable or configure their operating system for IPv6 usage as it is enabled by default. The situation is different for Windows XP users who need to install the IPv6 protocol to add support for it to the operating system.

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
This installs IPv6 under Windows XP. It is also possible to install the protocol under the network settings options of the Control Panel. Right-click on the appropriate network adapter and select Preferences from the selection. Now select Install on the screen and then Protocol from the available options. Locate Microsoft TCP/IP Version 6, a click on OK installs the selected protocol.

  1. Open Network Connections
  2. Right-click any local area connection, and then click Properties.
  3. Click Install.
  4. In the Select Network Component Type dialog box, click Protocol, and then click Add.
  5. In the Select Network Protocol dialog box, click Microsoft TCP/IP version 6, and then click OK.
  6. Click Close to save changes to your network connection.
You can check again with the ipconfig command to make sure that the IPv6 protocol was installed successfully on the operating system.

Author: dfgdfg,