Windows Azure VM Remote desktop connection issue

匿名 (未验证) 提交于 2019-12-03 01:59:02

问题:

I created a windows azure VM with Windows server 2008 R2. The status of the server is running. The port is open. But I cannot RDP to it. It gives me an error

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.

Any help ? I actually created twice but no luck

EDIT

I am able to connect from home. but not from work network. so definitely a work network restrictions. Could you suggest what should be my next step to make it accessible from work

回答1:

RDP port (3389) is widely blocked from network administrators of most corporations. What you need to do is either of:

  • Talking with your network administrator at work and ask for permission to use RDP port to connect to your Azure Virtual Machine
  • Configure different public port for the RDP Endpoint. Setting it to 443 (the HTTPS Standard port) or 22 (Standard SSH port) might solve the issue without contacting system administrator

Of course, if you use that VM for Secure Web (which works on 443) you have to chose another port number.



回答2:

In my case,

After I did "Reset Remote", "Reset VM", Initially the Public and Private Port was different as expected, I changed both Public & Private to "3389" and then Edited the RDP File (which was originally downloaded from Azure) to have my UserID on it, then it worked. (Didn't bother on security as it is for a short session)



回答3:

I was also facing the same issue. Have followed the Below steps and it got resolved.

  1. Changed the both port number to 3389.
  2. After changing, Restarted the VM once.
  3. On Restart, reset the Password with new credential.
  4. Clicked on connect and downloaded the RDP file.
  5. Executed the file and provided the User name and Credential.

Hope this helps to resolve the issue



回答4:

In my case it's the proxy settings. I changed it form my chrome browser settings

Settings -> show advanced settings -> Change Proxy settings -> LAN settings

and than enabling the proxy settings & Bypass proxy server for local addresses



回答5:

Problem

An error message displays in the management portal for tenants when accessing a virtual machine using RDP (Connect->Desktop on the command bar), that Remote desktop can't connect to the remote computer for one of these reasons:

  • The access to the server is not enabled.
  • The remote server is turned off.
  • The remote computer is not available on the network.

Recommendation

You may need to include the public profile in the setting that allows Remote Desktop through the virtual machine's firewall. You will need to adjust the firewall setting in the Control Panel of the tenant's virtual machine using Virtual Machine Manager. Perform the following procedure:

  • In Virtual Machine Manager on the VMs and Services tab, find the cloud that is hosting the tenant's virtual machine, and select that virtual machine.
  • On the ribbon, click Connect or View->Connect via Desktop.
  • Sign on with the computer's Administrator password the tenant set when the virtual machine was created.
  • In Control Panel, click System and Security->Windows Firewall->Allow an App or Feature through Windows Firewall.
  • Scroll down to Remote Desktop and make sure the Public profile is checked. By default it is not.


易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!