Enable - Disable 6to4 and Teredo

Attention: open in a new window. PDFPrintE-mail

 

 

Windows tries to use 6to4 and Teredo automatically, not always resulting in a good IPv6 experience. To disable both, execute these commands:

netsh interface ipv6 6to4 set state disabled
netsh interface teredo set state disabled

On Windows XP teredo isn’t a context inside interface, but rather a setting in ipv6:

netsh interface ipv6 set teredo disabled

3. You may need to reboot, depending on your version of Windows.

If you wish to re-enable Teredo at some point you can issue the command:

netsh interface teredo set state type=default