- Microsoft Azure Virtual Machines
- Microsoft Remote Desktop
- Microsoft Active Directory DNS
You can view the Active Directory lab here.
Once you have your two virtual machines, log into both using Microsoft Remote Desktop.
Next step, go into DC-1 and open up the Server Manager. Click on Tools -> DNS. Once at the DNS Manager, click on the domain (mydomain.com), right click in the main window pane and click "New Host (A or AAAA)...". Type in "mainframe" in Name and the private IP address of DC-1 (10.0.0.4) and click "OK."Next, go into Client-1 and find the Command Prompt in the Start menu. In Command Prompt, type "ping mainframe". You will see that the ping results return to DC-1's private IP address.
Next, go back into the DNS Manager and right click "mainframe" and click properties. Change the IP address to 8.8.8.8 and click "OK." Close Command Prompt and reopen it as an administrator. You can do this by right clicking on Command Prompt and "Run as administrator".
From here, type "ipconfig /flushdns". This will flush the DNS cache and the change to mainframe should now show. Then type "ping mainframe" and it should now show mainframe's new IP address of 8.8.8.8.
Next, we'll change a CNAME record. Go back into DC-1 and into the DNS Manager. Right click in the main window pane and click "New Alias (CNAME)..." Type in "search" in "Alias name" and for the FDQN type in Google's.
Once this is done, go back into Client-1 and back into Command Prompt. Type in "ping search" and see the results. The ping should result to Google's IP address and FQDN.
After completing this lab, you should have a basic understanding of how and what DNS is.
REMEMBER TO DELETE YOUR RESOURCES ONCE YOU ARE DONE WITH THE LAB!














