Windows Server 2003 port forwarding
Posted
by
Vitor Braga
on Server Fault
See other posts from Server Fault
or by Vitor Braga
Published on 2013-06-27T19:54:55Z
Indexed on
2013/06/27
22:23 UTC
Read the original article
Hit count: 265
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?
© Server Fault or respective owner