windows端口转发

tasklist | findstr 80
netsh interface portproxy show all
netsh interface portproxy delete v4tov4 listenport=80 listenaddress=192.168.253.2
netsh interface portproxy add v4tov4 listenaddress=192.168.253.2 listenport=80 connectaddress=192.168.253.3 connectport=80 protocol=tcp
posted @ 2022-04-10 10:23  ChasingDreams  阅读(50)  评论(0编辑  收藏  举报