No access to Internet from Azure with new Azure DC
Fix problems getting to the Internet from Azure VMs.
August 25, 2015
Q. I've created a new DC in Azure and pointed my virtual network to that DNS server but now I cannot get to Internet sites, why?
A. If you have configured your Virtual Network to use your new DC in Azure as the DNS server its important that the DNS server can actually resolve Internet names or no VMs in the Virtual Network will be able to communicate with Internet locations.
Most likely the problem is the forwarders on the DC are not correct. I have commonly seen only the IPv6 root hints present which won't work since Azure only supports IPv4. To solve perform the following:
Connect to your DC in Azure
Start the DNS Manager
Right click on your server and select Properties
Check there are no forwarders (unless you want them) and Use root hints if no forwarders are available should be checked
Select the Root Hints tab
Make sure it is populated with IPv4 addresses. If it is not then add IPv4 root hints, the defaults can be found at https://technet.microsoft.com/en-us/library/ff807391(v=ws.10).aspx
This should solve the problem.
About the Author
You May Also Like