Windows Azure VM 远程桌面连接问题

标签 windows azure

我使用 Windows Server 2008 R2 创建了一个 Windows Azure 虚拟机。服务器的状态是正在运行。端口已开放。但我无法通过 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),则必须选择另一个端口号。

关于Windows Azure VM 远程桌面连接问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18324041/

相关文章:

windows - 批处理 : how create . bat 带有一个转义特殊字符的批处理

Azure 机器人在 Web 测试聊天中给出错误 : To continue to run this bot, 请修复机器人源代码

windows - 无法启动 PostgreSQL 11.2。尝试删除所有内容,现在 PostgreSQL 11.2 拒绝安装并出现错误

windows - 如何在 Anaconda 提示中复制/粘贴?

azure - azure 网站中的空 ssl 证书列表

Azure SQL 数据库管理门户 - 默认列值

node.js - Azure 将 ES6 与 Nodejs 应用程序结合使用

css - 向新的 API 管理门户添加表格样式

windows - 使用批处理文件在单独的实例中打开多个 Excel 文件

数组的 PHP 语法 : different behaviour between PHP versions