netsh interface portproxy show v4tov4

(3)添加“端口映射”
netsh interface portproxy add v4tov4 listenaddress=192.168.222.145 listenport=15001 connectaddress=192.168.222.63 connectport=81
将本机(192.168.222.145)的15001端口映射到192.168.222.63的81端口

(4)删除“端口映射”
netsh interface portproxy delete v4tov4 listenaddress=192.168.222.145 listenport=15001

来源:https://blog.csdn.net/i1j2k3/article/details/70228043

相关文章:

  • 2022-01-02
  • 2022-01-15
  • 2021-08-08
  • 2021-11-09
  • 2021-09-20
  • 2022-12-23
  • 2021-12-06
  • 2021-08-25
猜你喜欢
  • 2021-12-09
  • 2021-08-29
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案