netsh interface ipv6 install

将内网的2433端口转发到外网的11111端口
netsh interface portproxy add v4tov4 listenaddress=113.107.161.30 listenport=11111 connectaddress=192.168.161.30 connectport=2433

删除转发规则
netsh interface portproxy delete v4tov4 listenaddress=113.107.161.30 listenport=11111

查看转发规则
netsh interface portproxy show v4tov4

相关文章:

  • 2021-11-01
  • 2021-06-07
  • 2021-07-24
  • 2021-09-19
  • 2021-07-22
  • 2021-04-13
  • 2022-12-23
  • 2022-01-12
猜你喜欢
  • 2022-12-23
  • 2021-04-17
  • 2022-01-31
  • 2022-12-23
  • 2021-10-09
  • 2021-08-13
  • 2021-12-30
相关资源
相似解决方案