Windows Azure VM远程桌面连接问题

前端之家收集整理的这篇文章主要介绍了Windows Azure VM远程桌面连接问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我用Windows Server 2008 R2创建了一个Windows azure VM。服务器的状态正在运行。港口是开放的但我不能RDP。它给我一个错误

Remote Desktop can’t connect to the remote computer for one of these reasons:

  1. Remote access to the server is not enabled
  2. The remote computer is turned off
  3. The remote computer is not available on the network

Make sure the remote computer is turned on and connected to the network,and that remote access is enabled.

任何帮助?我实际上创造了两次,但没有运气

编辑

我可以从家里连线。但不是从工作网络。所以绝对一个工作网络的限制。你能建议我的下一步应该是什么,使其可以从工作中获取

RDP端口(3389)被大多数公司的网络管理员广泛阻止。你需要做的是:

>与工作中的网络管理员交谈,并请求使用RDP端口连接到您的Azure虚拟机的权限
>配置不同的public port for the RDP Endpoint.设置为443(HTTPS标准端口)或22(标准SSH端口)可能会解决问题,而不联系系统管理员

当然,如果您将该VM用于Secure Web(在443上工作),则必须选择另一个端口号。

原文链接:https://www.f2er.com/windows/372425.html

猜你在找的Windows相关文章