Windows Azure VM Remote desktop connection issue

后端 未结 8 1473
滥情空心
滥情空心 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: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
    

提交回复
热议问题