Configure DNS

Objective

  • Configure DNS on the server to be the authoritative source for the domain builab.ca
  • Set up SVR-01 as the DNS Server

Process

Installing the DNS Role

  • Under roles and Features select the DNS Server Role

Forward Lookup Zone

  • Tools → DNS
  • Configure Forward lookup zones to allow name → IP translation
  • Add a new primary zone
    • notion image
  • Go to properties of the SOA (Start of Authority) record
    • notion image
  • Press edit and resolve to associate the ip of the server with the record
    • notion image
  • Create an A record (Host Record) so the name of this machine can be recognized (SVR-01)
    • notion image
  • Test nslookup:
    • notion image

Reverse Lookup Zone

  • Configure Reverse lookup zone to resolve IP → Names
  • In this lab the network is a /24 address 10.0.0.1
    • notion image
  • Resolve the name server similar to the Forward Lookup Zone configuration
  • Create reverse record (ptr)
    • notion image
      Ā 

Conclusion

  • Validating with another PC on the network
  • The DNS server is set to SVR-01
    • notion image
  • Ping & Nslookup successful
    • notion image
      notion image
Ā