win7有多条隧道适配器(isatap、teredo、6to4)的原因及关闭方法
时间:2019-01-15 16:32:13
收藏:0
阅读:271
问题:sdp协商时,带有IPV6的信息,需要将IPV6相关信息去掉
原因:网卡启用了ipv6通道
解决:关闭IPv6数据接口
netsh interface isatap set state disable
netsh interface 6to4 set state disabled
netsh interface teredo set state disable
原文:https://www.cnblogs.com/yorkyang/p/10272368.html
评论(0)