5

I am trying to RDP to another computer on a LAN and sometimes get the folllowing error:

This computer can't connect to the remote computer. Try connecting again. If the problem continues, contact the owner of the remote computer or your network administrator.

This only occurs sometimes and not very frequently. What is causing this to occur?

CJ7
  • 1,149

4 Answers4

1

first check are you able to ping the remote machine in the LAN. from command prompt type this ping remote machine ip address example

ping 10.128.58.25

if you are still not able to do that check one time by turn off the firewall of the remote machine.

1

I have the same problem and just found out, that the problem only occurs after Windows installed some Windows Updates (don't know exactly which ones). Then the Remote Connection does not work anymore.

To fix the problem: Uncheck the Allow users to connect remotely to this Computer (in System Properties) and restart the Computer. Then re-enable it and then it works again.

FiveO
  • 8,268
0

From where you trying to connect remotely. Is remote computer has firewall, router? Is your local computer is behind firewall ?

0

Just ran into this today. The problem was actually a very simple one: the credentials that Remote Desktop was using automatically were for a different computer, and it was automatically being rejected.

So, for example, I had just connected to ComputerA as Administrator, so Remote Desktop tried to sign into ComputerB as ComputerA/Administrator, not ComputerB/Administrator. Changing the sign-in name fixed it immediately.