2014-01-07 121 views
4

我在嘗試使用Windows Azure配置幾個虛擬機。爲了節省成本,我在每天結束時關閉虛擬機,並在第二天早上啓動它們。重啓後無法連接到Azure虛擬機

但是,在重新開始工作並啓動我所有的VMS之後,我再也沒有遠程桌面訪問我的機器了。首先我得到一個提到NLA的錯誤:

The remote computer requires Network Level Authentication, which your computer does not support. For assistance, contact your system administrator or technical support.

然後我刪除了虛擬機,並從現有的磁盤重新創建它們。現在我只是得到以下錯誤:

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.

在關閉機器之前啓用了遠程訪問。我無法檢查遠程桌面的設置,因爲我無法訪問這些機器。

我應該怎麼辦?

+0

你應該看看這個答案:[Windows Azure VM遠程桌面連接問題](http://stackoverflow.com/questions/18324041/windows-azure-vm-remote-desktop-connection-issue)。如果你嘗試在工作中連接,這可能會有所幫助。 – abronan

+0

你在虛擬機上執行什麼類型的配置?因爲你所遇到的並不是通常的Azure行爲方式。 – ramiramilu

+0

我試過改變RD端點的公共端口號。我也在我的電腦和我的路由器上禁用了防火牆。我仍然無法連接。 –

回答

1

如果你有PowerShell遠程訪問,嘗試連接它,並檢查與Get-NetFirewallRule如果有任何更改。如果你不想使用PowerShell,你可以使用IaaS Management Studio。 您也可以檢查打開的端口是否在端點窗口中響應。

更糟的是,只需刪除虛擬機並重新創建它。 (如果你害怕丟失你所做的,你可以將vhd複製到別處,然後創建第二個vm)

當我在明顯的RDP端口上使用明顯的登錄名/密碼時,我的虛擬機上出現了黑客案例...也可能是你的情況。