欢迎来到福编程网,本站提供各种互联网专业知识!

Windows 7系统下关闭IPV6隧道的方法

发布时间:2012-11-19 作者:clown_ 来源:互联网
Windows7系统下关闭IPV6隧道的方法:我们只用使用以下3条命令把IPv6的接口关闭即可netshinterfaceteredosetstatedisablenetshinterface6to4setstatedisablednetshinterfaceisatapsetstatedisabled若想还原IPv6隧道则用以下命令:netshinterfaceteredosetstated

Windows 7系统下关闭IPV6隧道的方法:

我们只用使用以下3条命令把IPv6的接口关闭即可

netsh interface teredo set state disable

netsh interface 6to4 set state disabled

netsh interface isatap set state disabled

若想还原IPv6隧道则用以下命令:

netsh interface teredo set state default

netsh interface 6to4 set state default

netsh interface isatap set state default

相关推荐