You Lose IPv6 Connectivity After You Use a Video Capture Device (828689)



The information in this article applies to:

  • Microsoft Windows XP Professional SP1
  • Microsoft Windows XP Home Edition SP1
  • Microsoft Windows XP Media Center Edition
  • Microsoft Windows XP Tablet PC Edition

SYMPTOMS

After you install or use a video capture device (such as a TV tuner or a USB Webcam), you may lose Internet Protocol version 6 (IPv6) connectivity until you restart your computer.

CAUSE

This problem may occur if the TV Data Adapter is automatically configured with a public Internet Protocol version 4 (IPv4) address if your computer is behind a Network Address Translation (NAT) device. With this configuration, the IPv6 networking stack in Windows XP tries to use the 6to4 automatic tunneling technology instead of Teredo with your NAT device. If your NAT device does not support 6to4, you lose IPv6 connectivity.

WORKAROUND

To work around this problem, temporarily disable 6to4.

Note After you restart your computer or remove the video capture device, you must enable 6to4 again.

To disable 6to4, follow these steps:
  1. Click Start, click Run, and then type:

    cmd

  2. Click OK.
  3. At the command prompt, type:

    netsh interface ipv6 6to4 set state disabled

  4. Press the ENTER key.
To enable 6to4, follow these steps:
  1. Click Start, click Run, and then type:

    cmd

  2. Click OK.
  3. At the command prompt, type:

    netsh interface ipv6 6to4 set state default

  4. Press the ENTER key.

STATUS

Microsoft has confirmed that this is a problem in Windows XP.

MORE INFORMATION

The updated IPv6 networking stack in the Advanced Networking Pack for Windows XP includes support for Network Address Translation (NAT) over IPv4 NAT devices by using 6to4 and Teredo. 6to4 and Teredo permit IPv6 traffic over an IPv4 NAT.

For additional information about the Advanced Networking Pack, click the following article number to view the article in the Microsoft Knowledge Base:

817778 Overview of the Advanced Networking Pack for Windows XP


Modification Type:MajorLast Reviewed:10/1/2003
Keywords:KB828689