查询配置了转发的端口

netsh interface portproxy show v4tov4

配置转发(所有ip访问192.168.0.99的1001端口均指向1953端口)

netsh interface portproxy add v4tov4 listenport=1001 listenaddress=0.0.0.0 connectport=1953 connectaddress=192.168.0.99

删除

netsh interface portproxy delete v4tov4 listenport=1001 listenaddress=0.0.0.0

 

相关文章:

  • 2022-03-03
  • 2022-12-23
  • 2021-11-19
  • 2021-11-27
  • 2021-11-17
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-07-30
  • 2021-09-22
  • 2021-12-10
相关资源
相似解决方案