Windows Azure VM Remote desktop connection issue

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

提交回复
热议问题