无法远程桌面进入 Windows Azure VM

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11653208/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 09:43:04  来源:igfitidea点击:

Cannot remote desktop into Windows Azure VM

windowsazurevirtual-machineremote-desktop

提问by Matthias Wolf

I am running a trial of Windows Azure and setup a simple Windows Virtual Machine. However, I do not seem to be able to use the Windows Remote Desktop connection to remote into the machine. What am I doing wrong? At first sight it does not seem to like my userID and password. But then I also cannot ping the VM address. I do not want to go through VS or any other tool, I like to do a simple remote desktop connection through the Windows RMD tool.

我正在试用 Windows Azure 并设置一个简单的 Windows 虚拟机。但是,我似乎无法使用 Windows 远程桌面连接远程进入机器。我究竟做错了什么?乍一看,它似乎不喜欢我的用户名和密码。但是我也无法ping通VM地址。我不想通过 VS 或任何其他工具,我喜欢通过 Windows RMD 工具进行简单的远程桌面连接。

采纳答案by bhavesh lad

Can you check that port 3389 is open in your VM? This port is normally used by remote desktop? You can check this from Virtual machine->Endpoint section within new azure preview portal. if there is no port defined, you will have to create new one.

你能检查一下你的虚拟机的 3389 端口是否打开了吗?这个端口通常被远程桌面使用?您可以从新的 azure 预览门户中的虚拟机-> 端点部分进行检查。如果未定义端口,则必须创建新端口。

回答by MickGleeson

It could be that the port is blocked, Azure VMs default to port 52137, in your endpoint settings alter this to the regular port 3389 - this worked for me.

可能是端口被阻止,Azure VM 默认为端口 52137,在您的端点设置中将其更改为常规端口 3389 - 这对我有用。

回答by AvkashChauhan

Freddy, would u please confirm first if your Windows Azure Virtual Machine is running or not and this you can confirm by looking at Preview Portal. I have seen some cases when the VM does not start first time and you would need to restart it first time.

Freddy,请先确认您的 Windows Azure 虚拟机是否正在运行,您可以通过查看预览门户来确认。我见过一些虚拟机第一次没有启动的情况,你需要第一次重新启动它。

So if VM is not running then please start it from the portal directly or even if it shows "Running" start please restart it again.

因此,如果 VM 未运行,请直接从门户启动它,或者即使它显示“正在运行”启动,也请重新启动它。

There are a few troubleshooting steps described below so please follow them: http://social.msdn.microsoft.com/Forums/en-US/WAVirtualMachinesforWindows/thread/9c88a364-c3eb-41aa-a6b0-3ceae00491c2

下面描述了一些故障排除步骤,因此请按照它们进行操作:http: //social.msdn.microsoft.com/Forums/en-US/WAVirtualMachinesforWindows/thread/9c88a364-c3eb-41aa-a6b0-3ceae00491c2

If none of the above steps resolve your problem go ahead and report this problem to same forum and you will have direct assistance from Windows Azure Virtual Machine team.

如果以上步骤均无法解决您的问题,请继续向同一论坛报告此问题,您将获得 Windows Azure 虚拟机团队的直接帮助。

回答by rob

RDP to a new VM with the RDP "endpoint" setup does not work by default for security reasons.

出于安全原因,默认情况下,RDP 到具有 RDP“端点”设置的新 VM 不起作用。

You need to get the RDP certificate or the .RDP file from azure.

您需要从 azure 获取 RDP 证书或 .RDP 文件。

click on a running VM and click "Connect" in the control panel at the bottom, this will download the .RDP file that contains the certificate, enter user name and password and away you go.

单击正在运行的 VM,然后单击底部控制面板中的“连接”,这将下载包含证书的 .RDP 文件,输入用户名和密码即可。