How to set up port forwarding/mapping on Windows Servers

The buiilt-in netsh command can be used to configure the network interfaces, and among the many possibilities it offers, it also has port mapping, to translate (single) ports, even to a different ip address. Here's the command:
netsh interface portproxy add v4tov4 listenport=<port_in> listenaddress=<ip_address_in> connectport=<port_out> connectaddress=<ip_address_out>More information can be found on the Microsoft TechNet portal: http://technet.microsoft.com/en-us/library/cc731068(v=ws.10).aspx#BKMK_1External link

November-12-2012
Windows Server, firewall, network

Leave a comment

Comments (if any)

Don't know what will come here, let's wait and see... But in the first instance it will be a login box (for myself):

Login