Port Forwarding in Windows

Use the native netsh tool:

C:\>netsh interface portproxy add v4tov4 listenport=<local port> listenaddress=<local interface IP> connectport=<remote port> connectaddress=<remote IP or hostname>

Notice that you can forward to a hostname, not just an IP.