Azure: connecting to a Windows VM from Linux -
i using azure create windows vm. able create vms, able see port 3389 open unable connect using rdesktop
.
$ rdesktop 40.xx.xx.xx error: recv: connection reset peer
the server created following urn:
microsoftwindowsserver:windowsserver:2012-r2-datacenter:4.0.20150916
any idea how connect windows server in azure after have created vm ?
edit: installations must performed automated , using xplat create vm:
azure vm quick-create testrgcentral testvm westus windows microsoftwindowsserver:windowsserver:2012-r2-datacenter:4.0.20150916 username mysafepassword
i can confirm port open scanning nmap
nmap 40.xxx.xxx.xxx -pn
if have made vm using "quick create" option, won't have port 3389 remote desktop endpoint security point of view. go "virtual machines", select vm, "endpoints" -remote desktop - port listed here "public port" port @ rdp should working, port mapped private port 3389 (which usual rdp port)
Comments
Post a Comment