I cant access a server Windows 2008 via RDP. I had to login to the VCenter where the server is located in order to have access. I verified that the Remote Host service is enabled and that the default port for RDP is 3389, the firewall is disabled(it cannot be blocking the connection), the FIPS cryptography is also disabled. So far the only thing that I have found is that when I telnet this way:
telnet [host_name] 3389 the connection is established.
When I telnet [ip_adress] 3389 the connection is also established, but when I telnet with just the host it doesn't allow me to connect:
telnet [host/ip_adress]
What could be the issue here??