Creating DNS Resource Records Lab
In this lab, you will learn how to manage DNS resource records in Windows Server.
Session duration: 60 minutes· Typical launch: ~3 min
Difficulty
Beginner
Lab level
Lab VMs
1
1 Windows
XP Reward
300 XP
On completion
Virtual machines
Lab VMs
Windows
SADC01
Windows
Username / Password
user / password123
Connection type
In-browser RDP / RDP
CPU / RAM
—
Lab instructions
Follow the steps below to complete the lab.
- Login with username
ladminand passwordpassword123 - Open Server Manager clicking on Start button from the taskbar
- Select Tools and open DNS
- Expand the server name
SADC01and expandForward Lookup Zones - Right-click
ad.serveracademy.comand selectNew Host (A or AAAA)... - Configure the
Arecord with the following:
NOTE: Replace X with the third octet of your lab network executing ipconfig from the terminal.
Powershell
- Click
Add Host. - Close the confirmation window clicking
OkandDone - Right-click
ad.serveracademy.comagain and selectNew Alias (CNAME)... - Configure the alias with the following:
Powershell
- Click
OK. - Click Check step to proceed.
- Click the Start button.
- Click to open Terminal on the server.
- Type
nslookupand press Enter. - Test the
Arecord by typingwebserver.ad.serveracademy.comand press Enter. You should see the IP address you configured for the webserver record. - Test the
CNAMErecord by typing:
Powershell
- The response should show that
www.ad.serveracademy.comresolves to:webserver.ad.serveracademy.comand ultimately resolves to the IP address configured for theArecord. - Click Check step to proceed.