Hi,
I inherited a server at my work. I am trying get Remote Desktop setup to be accessed from my computer (or any computer). The issue is that whoever set it up limited the access to only another server.
I have it enabled in Remote Access and set the users that I want to have access. I made sure the accounts were under the Remote Access group. I checked the GP and Local Security snap-ins for anything that might limit this. I did a netstat and it showed it listening on 0.0.0.0:3389. There is no router in between the two servers that are able to connect, so no ACLs in the way. I have tried turning off the Windows Firewall to see if it would make a difference; no firewall rules to block.
I ran Wireshark on my client machine and tried to RDP to the server. It receives an ACK for the RDP request with a RESET flag after the TCP handshake (5 packets exchanged).
Are there any other places that I can check to see where it allows the one server to access RDP and blocks all other connections?
Thank you.