Windows Azure VM Remote desktop connection issue

后端 未结 8 1471
滥情空心
滥情空心 2020-12-14 09:28

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

相关标签:
8条回答
  • 2020-12-14 09:38

    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

    0 讨论(0)
  • 2020-12-14 09:40

    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.

    0 讨论(0)
  • 2020-12-14 09:41

    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.
    0 讨论(0)
  • 2020-12-14 09:44

    Just wanted to share what worked for me.

    After receiving an error prompt:

    Connect is disabled for this virtual machine because of the following issues: Network interface 'vmwindows1094': Network security group 'VMWindows10-nsg' does not have inbound security rule that allows port 3389. VMWindows10-nsg

    I have added an inbound port rule. Under VM > Settings > Add inbound port rules.

    Port: 3389
    Protocol/Source/Destination: Any (this can be configured based on your security rules)
    Action: Allow
    
    0 讨论(0)
  • 2020-12-14 09:45

    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)

    snapshot

    0 讨论(0)
  • 2020-12-14 09:51

    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

    0 讨论(0)
提交回复
热议问题