如何关闭Win7系统IPV6隧道

如题所述

如果大家经常调试网络的话。WINDOWS 会自发建立一条IPV6的隧道,通常我们用ipconfig /all就会看到很多条隧道,比如我这边有40多个隧道,想看ipv4信息的话,就会一闪而过,给使用带来不便。这是因为windows在IPv6迁移过程中需要使用一种或多种IPv6过渡技术。
只要使用以下3条命令把ipv6的接口关闭(禁用)即可:
netsh interface teredo set state disable
netsh interface 6to4 set state disabled
netsh interface isatap set state disabled
附录:
我们只用运用以下3条命令把IPv6的接口关闭即可
netsh interface teredo set state disable //netsh接口禁用Teredo的设置状态
netsh interface 6to4 set state disabled //netsh接口的6to4设置状态禁用
netsh interface isatap set state disabled //netsh接口isatap设置状态禁用
若想开启IPv6隧道则用以下命令:
netsh interface teredo set state client //netsh接口Teredo
netsh interface ipv6 6to4 set state enabled //netsh接口的6to4
netsh interface ipv6 isatap set state enabled //netsh接口isatap
若想复原IPv6隧道则用以下命令:
netsh interface teredo set state default //netsh接口Teredo的默认设置状态
netsh interface 6to4 set state default //netsh接口的6to4默认设置状态
netsh interface isatap set state default //netsh接口isatap默认设置状态
如果打算向IPV6迁移,下面我们介绍对ISATAP、6to4和Teredo提供拟定计划时应注意的事项。
1.ISATAP
在默认情况下,ISATAP主机使用DNS及其他IP名称解析技术解析名称ISATAP到一个IPv4地址,以获得ISATAP路由器的IPv4地址。一旦主机确定了ISATAP路由器的IP地址,就会使用IPv4单播信息从路由器中获取自动配置信息。为 了确保客户端可以找到ISATAP路由器,可以计划使用下面的技术:
■ 如果ISATAP路由器是一个计算机,配置该计算机的名称为ISATAP。
■ 为每个DNS域创建一个DNS条目。
■ 在Hosts增加一个条目。
■ 创建一个静态WINS记录。
■ 在所有的ISATAP主机上运行netsh命令。
更为详细的说明请参照2.3.7小节的"配置计算机作为ISATAP路由器"部分。
2.6to4
6to4允许使用现有的IPv4 Internet连接访问IPv6 Internet。6to4要求有一个6to4路由器和一个公共IPv4地址(例如ISP分配的地址)。只支持IPv4的路由器不能当作6to4路由器。因此,如果当前在使用只支持IPv4的路由器访问Internet,那么需要升级或更换路由器。
在为升级投资获取6to4或Teredo的支持前,应评估连入IPv6 Internet的收益是否超过代价。除非需要的特定资源无法从IPv4 Internet上得到而必须访问IPv6 Internet,否则连入IPv6 Internet可能不会得到任何实际的好处。通常,公共IPv6 Internet资源(例如网站)也可从IPv4 Internet上得到。
3.Teredo
如果没有一个使用公共IPv4地址的6to4路由器,可以使用Teredo来提供主机IPv6 Internet连接。为了在使用Teredo时得到最好的结果,可以选择支持UDP端口转换的锥形或受限NAT,并避免使用对称NAT。当实施Teredo时,可能会发现需要改变NAT或防火墙的配置。因此,应该准备好与网络管理员合作来提供需要的连接 。
可以使用Microsoft的Internet Connectivity Evaluation Tool(Internet连接性评估工具 ),来确定当前的NAT是否支持Teredo。
温馨提示:内容为网友见解,仅供参考
第1个回答  2016-02-24
1、配置隧道和自动隧道的主要区别在于:只有执行隧道功能的节点的IPv6地址是IPv4兼容地址时,自动隧道才是可行的。在为执行隧道功能的节点建立I P地址时,自动隧道方法无需进行配置;而配置隧道方法则要求隧道末端节点使用其他机制来获得其IPv4地址,例如采用D H C P、人工配置或其他IPv4的配置机制。
2、用笔记本,经常调试网络的话。Windows7会自发建立一条IPV6隧道,通常用ipconfig /all就会看到很多条隧道。
3、只用使用以下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
第2个回答  2016-02-18
右击网上邻居,属性,看到本地连接后,右击属性,把IPV6勾号去掉点确定

Windows 7系统下关闭IPV6隧道的方法
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 6to...

Windows7下关闭IPV6隧道具体步骤
1.点击桌面下方的开始菜单,依次打开“所有程序-附件-命令提示符”,2.在打开的命令提示符窗口中,依次输入“netsh interface teredo set state disable”、“netsh interface 6to4 set state disabled”、“netsh interface isatap set state disabled ”按回车确认关闭IPv6隧道 ...

Windows7下快速关闭IPV6隧道有妙招
1. `netsh interface teredo set state disabled`2. `netsh interface 6to4 set state disabled`3. `netsh interface isatap set state disabled`关闭后,IPv6隧道就会被禁用。如果你需要恢复这些隧道,只需执行以下命令:1. `netsh interface teredo set state default`2. `netsh interface 6to4 set s...

Windows7系统关闭TCP\/IPv6协议的方法
1、点击桌面左下角开始菜单,打开所有程序 – 附件 – 命令提示符;2、在打开的命令提示符窗口里,依次输入“netsh interface teredo set state disable”、“netsh interface 6to4 set state disabled”、“netsh interface isatap set state disabled ”回车确认关闭IPv6隧道。

如何关闭Win7系统IPV6隧道
若想复原IPv6隧道则用以下命令:netsh interface teredo set state default \/\/netsh接口Teredo的默认设置状态 netsh interface 6to4 set state default \/\/netsh接口的6to4默认设置状态 netsh interface isatap set state default \/\/netsh接口isatap默认设置状态 如果打算向IPV6迁移,下面我们介绍对ISATAP...

快速关闭Win7 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...

win7中怎么把IP6的服务关掉?
win7中把IP6的服务关掉步骤如下:1.开始菜单---控制面板---网络和共享中心 2.弹出菜单 选择更改适配器设置 3.本地连接右键 属性 4.把IP6前面的勾去掉即可

简单命令行让你轻松关闭Win7下的IPv6隧道
在Windows 7操作系统中,IPv6的自动配置可能会导致用户在使用笔记本调试网络时遇到不便,因为系统会自动创建多个IPv6隧道,这在查看IPv4信息时可能会造成干扰。要解决这个问题,可以手动关闭这些隧道。只需运行以下三个命令:1. `netsh interface teredo set state disabled`2. `netsh interface 6to4 set ...

win7下ipconfig命令或者ipconfig命令都会出现太多隧道适配器的结果...
1、点开始——在运行框里输入cmd,选择cmd,鼠标右键选择以管理员身份运行;2、输入ipconfig \/all,可以看到会显示隧道适配器信息;3、输入netsh interface isatap set state disabled,按回车键;输入netsh interface teredo set state disabled,按回车键;4、此时可以看到隧道适配器信息被关闭。

win7有多条隧道适配器的原因及关闭方法
可以使用netsh 命令关闭Wlndows7 自带的IPv6 隧道适配器:netsh interface teredo set state disabled netsh interface 6to4 set state disabled netsh interface isatap set state disabled 当需要使用IPv6 网络时,只需要将上述命令中的“disabled ”替换成“default”以后,再运行一下就OK了。

相似回答