RazorSPoint
RazorSPoint

Solving Internet and DNS Problems in new Azure VMs

If you have multiple DC in a virtual network you will run into a time out request error

Sebastian SchützeSebastian Schütze

When Working with Azure I set up a new virtual network. Furthermore I also used several different DNS server which are all promoted to domain controllers. With the first DC I had no problems. After the second one I promoted I ran into internet connection problems.

First I noticed that windows update couldn’t connect. Using the browser just gave me “cannot display web site” kind of errors. After opening the console (cmd.exe) with the nslookup command gave me request timeouts.

> nslookup 

> microsoft.com

Server:  UnKnown
Address:  10.0.0.4

DNS request timed out.
timeout was 2 seconds.

The Solution

This just meant one thing: I had to have a look into the DC of the domain where I have the DNS problems. So I remote connected to my DC and opened the DNS Manager. I right clicked on my DC node and opened the properties.

DNS Manager with the opened context menu for the DC

DNS Manager with the opened context menu for the DC

After that I opened the “Fordwarders” tab and saw that all my other DCs in my virtual network in Azure where added here. And there lied the solution to my problem. All request are forwarded to one of my other DCs which are usually not turned on that means the request just gave me time outs. Even if the DCs where online, I would have had problems with that. So no I just removed the following entries in that tab.

Opened property of the DC and the configured forwarder which cause the problems

Opened property of the DC and the configured forwarder which cause the problems

From that moment on no request problems andy more.

Problem solved! 🙂

Sebastian is an Azure Nerd with focus on DevOps and Azure DevOps (formerly VSTS) that converted from the big world of SharePoint and O365. He was working with O365 since 2013 and loved it ever since. As his focus shifted in 2017 to more DevOps related topics in the Microsoft Stack. He learned to love the possibilities of automation. Besides writing articles in his blog and German magazines, he is still contributing to the SharePoint Developer Community (and PnP SharePoint) to help to make the ALM part a smoother place to live in.

Comments 0
There are currently no comments.

This site uses Akismet to reduce spam. Learn how your comment data is processed.