Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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?

share|improve this question
Are you trying to connect via ip address or host name? – jmreicha Jun 19 '12 at 19:42
@jmreicha: hostname – CJ7 Jun 20 '12 at 4:39
1  
I would suggest trying to replicate the problem connecting by ip address only. If you can't reproduce the symptoms the culprit would likely point at DNS or WINS. – jmreicha Jun 20 '12 at 13:19

4 Answers

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.

share|improve this answer

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

share|improve this answer
It is over LAN. The problem occur only sometimes. – CJ7 Jun 19 '12 at 9:43
May be something goes wrong with DNS or your LAN 'refresh' on specific time. Also if u didn't check yet what @Untraceable mention, check it. – Jason Paddle Jun 19 '12 at 10:07

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.