问题:sdp协商时,带有IPV6的信息,需要将IPV6相关信息去掉

原因:网卡启用了ipv6通道

解决:关闭IPv6数据接口

netsh interface isatap set state disable

netsh interface 6to4 set state disabled

netsh interface teredo set state disable

 

相关文章:

  • 2021-11-30
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-07-06
  • 2021-12-21
  • 2021-07-07
  • 2021-10-09
猜你喜欢
  • 2022-01-14
  • 2022-02-09
  • 2021-07-17
  • 2021-05-24
  • 2021-09-29
  • 2021-10-29
  • 2021-04-16
相关资源
相似解决方案