I have 3 systems behind this router and I want RDP access to each. I setup virtual servers
public 3389 goes to 192.168.0.199:3389 (XP sp3)
public 3390 goes to 192.168.0.198:3389 (XP sp3)
public 3391 goes to 192.168.0.197:3389 (Server 2008)
Any version of windows can connect to 3389 one, but time out when they use anything with a different port (this ONLY happens with RDP). I can use SSH and change the public port and it would still work fine.
If I just have the below:
public 3389 goes to 192.168.0.199:3389 (XP sp3)
Then connect to remote desktop using {publicIP}:3389 it works.
If I change to the public port to 4000 (and keep same private port)
Then connect to remote desktop using {publicIP}:4000 it fails.
Whats even more wierd is that windows 7 users can connect no matter which public port.
Is this a router issue?