Ford's Garage

Small garage of one Ford in the big internet


Port Forwarding


Create rule


netsh interface portproxy add v4tov4 listenport=4422 listenaddress=192.168.1.111 connectport=80 connectaddress=192.168.0.33

Delete rule


netsh interface portproxy delete v4tov4 listenport=4422 listenaddress=192.168.1.111

List rules


netsh interface portproxy show all