Enable - Disable 6to4 and Teredo

Last Updated on Monday, 09 March 2015 17:42 Written by BiRU Tuesday, 23 September 2014 21:20

Print

 

 

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