win7有多条隧道适配器(isatap、teredo、6to4)的原因及关闭方法时间:2023-03-09 16:30:15 问题:sdp协商时,带有IPV6的信息,需要将IPV6相关信息去掉 原因:网卡启用了ipv6通道 解决:关闭IPv6数据接口 netsh interface isatap set state disable netsh interface 6to4 set state disabled netsh interface teredo set state disable