Windows Server 2003 port forwarding
- by Vitor Braga
Using the "netsh interface portproxy" I added a port forwarding to a Windows Server 2k3.
The command "netsh interface portproxy show all" shows the added forwarding.
On the other hand, any client connecting to the incoming port will receive a "connection refused" message. netstat also doesn't show the incoming port as listening.
The machine firewall is disabled.
There is any other way to setup port forwarding on Windows or debugging tips?