
我有一個在 Windows 2008 Server EC2 執行個體上執行的網站。網站工作正常,但我無法遠端桌面進入它。
我有一個與該實例關聯的彈性 IP:
# telnet 999.99.999.999 80
Trying 999.99.999.999...
Connected to ec2-999-99-999-999.compute-1.amazonaws.com (999.99.999.999).
Escape character is '^]'.
helo
HTTP/1.1 400 Bad Request
Server: Apache-Coyote/1.1
Transfer-Encoding: chunked
Date: Mon, 09 Aug 2010 08:39:34 GMT
Connection: close
0
Connection closed by foreign host.
# telnet 999.99.999.999 3389
Trying 999.99.999.999...
telnet: connect to address 999.99.999.999: Connection timed out
telnet: Unable to connect to remote host: Connection timed out
# telnet ec2-994-996-996-992.compute-1.amazonaws.com 80
Trying 994.996.996.992...
telnet: connect to address 994.996.996.992: Connection timed out
telnet: Unable to connect to remote host: Connection timed out
執行個體的安全性群組允許使用遠端桌面協定 (3389):
RDP tcp 3389 3389 0.0.0.0/0 --
答案1
在我在 SF 上發布之前的最後一個半小時裡,我一直在努力解決這個問題,終於我解決了這個問題!
明文形式的預設密碼中有一個“c”,在記事本中查看時,對我來說看起來像大寫的“C”......而我一直在嘗試這樣做!
此外,Windows 中的遠端桌面似乎不再允許複製貼上使用者名稱/密碼,所以這對我來說肯定會讓事情變得更糟!