2

I have created a Windows 2016 data center on Microsoft Azure cloud. I also downloaded its RDP file. However, when I am trying to access it from my Organization I get below error. (of course, organization uses proxy/firewall). When I access it from my home internet, I can access the VM successfully.

enter image description here

Currently the networking of the VM has below setting:

enter image description here

Please help to access the azure VM via proxy.

Edit: Got few great answers. However, being a trainer, I need to keep creating and deleting the VMs on day to day basis, hence requesting network admin to add a particular VM IP to exception list won't help. Is there any other way possible?

Aditya Bokade
  • 1,708
  • 1
  • 28
  • 45

3 Answers3

1

Go with Jason's suggestion. Your network admin needs to configure the corresponding rules for the firewall or proxy. What you need to tell the network admin depends on your setup:

  • If you are dealing with one VM only, then you could either configure the public IP that is assigned to the VM as static and ask the network admin to allow rdp to that IP address, or, alternatively,
  • if you would like to save costs for the public IP and your organisation's proxy/firewall is capable of working with DNS names, then you could assign a DNS name to the public IP and let the network admin know the DNS name. The DNS name would be something similar to this: myazurevmname.azurelocation.cloudapp.azure.com

If you are planning to access several VM's in Azure, you can either repeat above steps for each of the VM's, however, may want to think about establishing a point-to-site VPN from your local computer which would remove the need for assigning public IP addresses to each of the VM's. The network setup in Azure will be more complex upfront, but it may be worth the effort. However, this will be a separate discussion.

holger
  • 788
  • 6
  • 8
0

You could set up teamviewer as a service(!) on your VM and then connect to it with teamviewer from your company pc. it'll be a bit laggy but you'll get used to it Use this tutorial to set up teamviewer

0

It seems your organization network block it, you should contact your network admin to add it to firewall/proxy.

Jason Ye
  • 13,710
  • 2
  • 16
  • 25
  • Please let me know what details need to be applied to the firewall, that i need to convey it to my network admin? Also, once is it added, will it be applicable to any VM of Azure? I remember I had request my network team to add *.azurewebsites.net and they had done it. Is it possible for all/any VM of azure? – Aditya Bokade Nov 23 '17 at 11:39
  • @AdityaBokade Yes, we should add your VM's public IP address to your firewall, if you want to connect to all Azure VMs, maybe you should add Azure public IP addresses to your firewall. – Jason Ye Nov 27 '17 at 07:39
  • @AdityaBokade we can download the IP range [here](https://www.microsoft.com/en-sg/download/details.aspx?id=41653). – Jason Ye Nov 27 '17 at 08:17
  • @AdityaBokade can you connect to that VM now? – Jason Ye Nov 30 '17 at 01:06