有用的命令一共就3个

添加:

netsh interface portproxy add v4tov4 listenaddress=192.168.1.4 listenport=13389 connectaddress=192.168.1.14 connectport=3389

其中192.168.1.4是服务器IP listenport是服务器端口 192.168.1.14是被转发的服务器IP 3389是被转发的端口。

查看

netsh interface portproxy show v4tov4

删除

netsh interface portproxy delete v4tov4 listenaddress=192.168.1.4 listenport=13389

这里的IP是服务器的IP,端口是服务器的端口。没有被转发的端口。

发表评论

邮箱地址不会被公开。 必填项已用*标注