问题:sdp协商时,带有IPV6的信息,需要将IPV6相关信息去掉
原因:网卡启用了ipv6通道
解决:关闭IPv6数据接口
netsh interface isatap set state disable
netsh interface 6to4 set state disabled
netsh interface teredo set state disable
在SDP协商过程中遇到含有IPv6信息的问题,本文介绍如何通过关闭网卡的IPv6通道来解决这一问题。具体操作包括使用netsh命令禁用isatap、6to4和teredo接口。
问题: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
2918
1746

被折叠的 条评论
为什么被折叠?