Remote Desktop to Azure VM not working [closed] - azure

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have an Azure VM created using MSDN account.
But cannot remote-desktop into it using mstsc.
- Tried 443 port adding on VM
- Choose mstsc > options > settings > RD Gateway server > (entered VM name)
Any hints on how to remote to it?

I generally download the RDP file from the portal. This has worked pretty reliably for me.

Find the RDP endpoint port (public port) in VM settings, and RDP into that. You won't use the gateway address in the RDP client in a normal scenario, that setting is only used if you have an RD gateway server (which I'm willing to bet you don't have). So all you need is the address (cloud service URL) + port.
Or just download the RDP file, which is way easier.

Related

Problem with connect to azure VM from MacOs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
The Linux virtual machine on Azure, the problem encountered, can not connect through rdp (Microsoft Remote Desktop). Throws a connection error, respectively. I use MacOs (I tried it with Windows, the same problem).
The question is what could be the problem?
There is no Microsoft RDP for Linux. You have to connect via SSH on 22.
If you have diagnostics enabled on the Linux VM, you can use the serial console. Just click on the VM in the Azure Portal -> Serial Console.
If you really want to connect via RDP, then you can try installing xrdp on your VM, but it really depends what flavor of Linux you have deployed.
sudo apt-get install xrdp
sudo service xrdp start
Don't forget you need access to TCP port 3389.

Is it possible to set up a VPN server on Debian 8 while keeping my web services (php/apache)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I would like to set up a VPN server, however it means ipv4 forwarding. Is it possible to set up a VPN without shutting down web services or should i use 2 separate servers ?
Thanks for reading ;)
Setting up a VPN server should not affect your web services. The only limitation is that you cannot use an HTTP(S) port (80 or 443), which I personally find practical (I have already seen Wi-Fi hotspots blocking all the ports except 80 and 443). However, if you get along with another port, you will do fine.
There is a good article about setting up an OpenVPN server on Debian Wiki (here). I have managed to set up the server using only this article.
Wishing you good luck.

Setting up a windows web hosting in virtual private server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 6 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have 2 virtual private servers which i got from cloudatcost.com with 2 static IPs for one server and 1 static IP for another.
I have installed windows server 2008 R2 on both of them. All I wanted to do is to make one as a webserver and the other as a email and database server and I waanted to use some free control panel to create websites and maintain them. But before doing that I need to setup DNS server and static IP setup which I am not aware of. Someone please help me directing in a correct path of how to setup a server with a domain name and allow it to point as a server for different domains I host in future. I am pretty new to this networking stuff. I am .Net developer please help.
Thanks in advance.
[1] First you need to acquire domain for which you will get various registrar.
[2] Domain provider will provide you control panel
[3] Login into Domain control panel and there you need to two step process.Here you need to take help of your Domain provider.
[i] Register Name server of your VPS.Keep IP of VPS, where you will host domain.
ns1.abc.com = IP of your VPS
ns2.abc.com = IP of your VPS
[ii] Point your domain to VPS
[4]Now you can host your domain on VPS. Global propagation will take almost 24-48 hours time.

Trying to ping linux vm hosted on azure does not work [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
As title, how can I ping my machine to do some basic network testing? I have created a new VM but pinging it's public address returns request timeout.
Ping is blocked by default for Azure VMs for security reasons (source). You could either allow ICMP by configuring appropriate firewall rules or Use port pings instead of ICMP to test Azure VM connectivity.

Remote desktop is stuck on "securing remote connection" [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Remote desktop is stuck on "securing remote connection". I am connecting to Windows 2008 VM on Azure from Windows 7. I have successfully connected for a few days before now. I have waited for over 15 minutes. I don't have local access to the server.
Please verify that your Windows Azure VM is in Running state from Portal first and then try to RDP. Based on your error and experience, it is possible that your VM is not running or have some issue. Try restarting the VM from Management Preview Portal or using PowerShell and then try RDP and it should work.

Resources