Forward and Reverse Zone Creation Lab
In this lab, you will create a Forward Lookup Zone and a Reverse Lookup Zone on the SADC01 domain controller for the ad.serveracademy.com environment.
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
SADC01
Windows
Username / Password
user / password123
Connection type
In-browser RDP / RDP
CPU / RAM
—
Lab instructions
Follow the steps below to complete the lab.
In this task, you will create a new forward lookup zone that allows DNS to resolve hostnames to IP addresses.
- Login with the user
ladminand password ofpassword123 - Click Start, and open Server Manager → Tools → DNS.
- Expand
SADC01, right-click Forward Lookup Zones, and select New Zone. - Select Primary Zone and enter the following for the Zone name:
lab.serveracademy.com
- Accept the default zone file and complete the wizard.
- Click Check step to proceed
In this task, you will create a reverse lookup zone that allows DNS to resolve IP addresses back to hostnames.
- In DNS Manager, right-click Reverse Lookup Zones.
- Select New Zone.
- Select Primary Zone.
- Select IPv4 Reverse Lookup Zone.
- Enter the network ID:
10.0.X.
NOTE: Replace X with the third octet of your lab virtual machine ip configuration. You can check with ipconfig on the command prompt.
- Complete the wizard using the default settings.
- Click Check step to proceed,
In this task, you verify that both the forward and reverse lookup zones were created successfully on the DNS server.
- Run the following commands form a PowerShell window:
- Confirm that you can see:
lab.serveracademy.com
under the forward zones and a corresponding in-addr.arpa zone under the reverse zones.