当前位置:主页 > 服务器 > Windows >

在Windows中使用netsh命令进行端口转发过程简介

时间:2021-04-07 10:11:44 | 栏目:Windows | 点击:

参数

创建端口转发

netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=29999 connectaddress=192.168.64.200 connectport=80

删除端口转发

netsh interface portproxy delete v4tov4 listenaddress=127.0.0.1 listenport=29999

显示系统中的转发规则列表

netsh interface portproxy show all

您可能感兴趣的文章:

相关文章