Level 1
0 / 100 XP

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

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.

In this task, you will create a new forward lookup zone that allows DNS to resolve hostnames to IP addresses.

  1. Login with the user ladmin and password of password123
  2. Click Start, and open Server Manager → Tools → DNS.
  3. Expand SADC01, right-click Forward Lookup Zones, and select New Zone.
  4. Select Primary Zone and enter the following for the Zone name:

lab.serveracademy.com

  1. Accept the default zone file and complete the wizard.
  2. 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.

  1. In DNS Manager, right-click Reverse Lookup Zones.
  2. Select New Zone.
  3. Select Primary Zone.
  4. Select IPv4 Reverse Lookup Zone.
  5. 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.

  1. Complete the wizard using the default settings.
  2. 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.

  1. Run the following commands form a PowerShell window:
Powershell
Get-DnsServerZone
  1. Confirm that you can see:

lab.serveracademy.com

under the forward zones and a corresponding in-addr.arpa zone under the reverse zones.