21

When remoting into 2008 R2 we are getting this message.

Remote Desktop cannot verify the identity of the remote computer because there is a time or date difference between your computer and the remote computer. Make sure your computer's clock is set to the correct time, and then try connecting again.

I have checked the server and the time is correct.

Checking the event logs it is saying The RPC server is unavailable I'm not sure if this is related.

Additional note: We have Nagios monitoring, and it has reported Result from smbclient not suitable.

Matt
  • 579
  • 5
  • 11
  • 24
  • 2
    You said you checked the server but what about the client? The time on the server and client need to be close to each other (I believe within 5 minutes though I'm willing to be corrected) for the kerberos authentication to work. – webtoe Apr 20 '12 at 10:13
  • Hi. The client's time is correct also. – Matt Apr 20 '12 at 10:18
  • Restarting the server, solved the issue. – Matt Apr 23 '12 at 09:03
  • FYI... To anyone reading this in an AD or domain environment. If you have a domain controller or many of them, you might take a quick look at the date and time of the domain controller servers if you run into this when you RDP into machines that give this message. In my case I guess a CMOS battery went out and when the server rebooted after an unexpected power outage, the time did not come back up correctly. Simply adjusting the DC to have the correct time and then rebooting the VM machine that was giving the message corrected. Just restarted the VM before correcting the DC time did not fix. – Pimp Juice IT May 25 '17 at 18:28

8 Answers8

10

Restarting the server and installing all of the latest updates solved the issue.

Matt
  • 579
  • 5
  • 11
  • 24
5

A little old but there are several other options for this issue like DNS issues... please take a look at this link:

http://www.chicagotech.net/remoteissues/rdc4.htm

In my case, it is DNS issue. After we moved one Hyper-V VM from one physical server to another physical server, we receive this error: "Your computer could not connect to another console session on the remote computer because you already have a console session in progress." If I use IP address, I can login without any problems.

But yeah, most of the times just rebooting the server fix this issue.

DSXP
  • 61
  • 1
  • 1
1

I used the machine's IP address instead of the hostname when making the connection, and that circumvented the error.

This is obviously not a complete fix but it was a very useful workaround.

StayOnTarget
  • 170
  • 7
1

Make sure port TCP 88 isn't blocked by a firewall; Kerberos uses this port in addition to 3389 to authenticate the session, if you have Network Level Authentication enabled.

0

My users have this error if their password for a remote computer is saved locally in "Remote Desktop" settings and it's wrong. This is 100% repeatable.

0

And one more potential cause. ipV6. Disable it. Whenever I have a machine with ipV6 enabled, there are network problems. I JUST had a backup server that was inaccessible with RDP. I WAS able to access it by using the IP address instead of the backup server name. That's quite telling. It took me a while to find the issue. My time wasn't wasted. I at least got to clean up some old DNS entries. But the solution was: go to network and disable ipV6. Problem solved. Gawd, I hate ipV6. A security and reliability nightmare.

  • This does not really answer the question. If you have a different question, you can ask it by clicking [Ask Question](https://serverfault.com/questions/ask). To get notified when this question gets new answers, you can [follow this question](https://meta.stackexchange.com/q/345661). Once you have enough [reputation](https://serverfault.com/help/whats-reputation), you can also [add a bounty](https://serverfault.com/help/privileges/set-bounties) to draw more attention to this question. - [From Review](/review/late-answers/509282) – bjoster Jan 24 '22 at 13:37
0

In my case issue was static IP. Once I switched it to dynamic the issue was resolved.

0

In my case I had left a VPN connection open on the machine (to a different time zone, don't know if that's important) I logged on directly and closed the connection and the error went away.

StayOnTarget
  • 170
  • 7
  • 1
    Hi, please complete your answer detail, as is, it's not really an answer. – yagmoth555 Mar 07 '19 at 19:56
  • The issue was that I had a VPN connection open on the machine, that kept me from connecting to it. I closed the connection and the error went away. This won't work in every situation... but it worked in mine. Just trying to be helpful. – Steve Gray Mar 08 '19 at 20:26
  • 2
    Hi, I more mean your sentence is not complete in your answer, it miss the end, you can just edit that to be more precise. – yagmoth555 Mar 08 '19 at 20:39