Windows7 remove redundant tunnel adapter method

  
 

Windows
7 system supports IPV6, but this also causes some trouble for users, because win7 supports IPv6, so it will spontaneously establish an IPV6 tunnel. Usually we will see many articles with ipconfig /all. Tunnel adapters, such as my own more than 20 tunnels, are inconvenient for use. This is because windows needs to use one or more IPv6 transition technologies during the IPv6 migration process.

Just use the following 3 commands to turn off the ipv6 interface:


Figure:

Appendix:

We only use the following three commands to close the IPv6 interface

netsh interface teredo set state disable //netsh interface disable Teredo setting state netsh interface 6to4 set state disabled //netsh interface 6to4 Set state disable netsh interface isatap set state disabled //netsh interface isatap set state disabled

If you want to restore IPv6 tunnel, use the following command:

netsh interface teredo set state default //netsh interface Teredo The default setting state netsh interface 6to4 set state default //netsh interface 6to4 default setting state netsh interface isatap set state default //netsh interface isatap default setting state

This way you are viewing your local IP running ipconfig I won't see so many tunnel adapters! Currently this problem only occurs in Windows 7 or above. I personally test

Copyright © Windows knowledge All Rights Reserved