win10怎么使用isatap隧道

win10怎么使用isatap隧道,第1张

如果大家经常调试网络的话。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隧道则用以下命令:

你好,这个问题我也遇到了,是虚拟网卡配置的问题,废话不多说了,直接上图说怎么配置:

打开左上角VPN,打开选项,选择虚拟网卡类型,选择VNIC选择之后尝试下重新连接。

当然如果这么做还是没有解决的话,建议关闭防火墙再重新试试。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/9431586.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-28
下一篇 2023-04-28

发表评论

登录后才能评论

评论列表(0条)

保存