windows-server-2008 – 远程桌面 – 到达的远程计算机不是您指定的计算机

我们刚刚设置了一些新的 Windows 2008 R2服务器,我们无法通过Windows 7桌面将远程桌面安装到它们中.远程桌面连接,但在我们提供凭据后,我们得到:

The connection cannot be completed
because the remote computer that was
reached is not the one you specified.
This Could be caused by an outdated
entry in the DNS cache. Try using the
IP address of the computer instead of
the name.

如果我们从Windows 7连接到未运行Windows 2008 R2的计算机,或从未运行Windows 7的计算机连接到Windows 2008 R2服务器,则可以正常工作.同样,如果我们通过IP地址从Windows 7连接到Windows 2008 R2服务器,那么它工作正常(虽然这会导致其他问题).

我只发现了另外一个mention of someone having this problem,所以我不认为这只是我们的网络.

有关如何通过DNS从Windows 7连接到Windows 2008 R2的任何建议?两者都是64位.

更新:原来它不需要是R2来获取错误.我们有另一台Windows 2008 R1 64位服务器也失败了.

看起来这至少部分与 clock on the domain controller being off相关.一旦时间得到纠正,那就有效了.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...