Level 1
0 / 100 XP

IPV4 and IPV6 Root HInts

In this lecture, we’ll learn what root hints is and how it’s used in a Windows DNS server environment.

**So, what is the Root Hints file? **

  • The root hints file contains a list of thirteen internet servers, and their IPv4 and IPv6 IP addresses.

  • These servers are authoritative for the root domain.

**So, what’s a Root Domain? **

The root domain is a group of servers located at the top of the DNS tree.

**So, where is the Root Hints file stored? **

  • The root hints file is located on the DNS servers hard drive. In the C:\windows\system32\DNS folder.

  • So, if we click on the Cache file

Notice the IPv4 and the IPv6 IP addresses

  • By default, Windows DNS uses these 13 Root hints servers to resolve queries that your local DNS server can’t resolve.
  • Another method of resolution is to configure forwarders.

**So, what are forwarders, and how do they work with root hints? **

To take a look at forwarders, we will open Server Manager, then click tools, then DNS manager.** **

  • To open forwarders right click on your server, then click properties, then click the forwarders tab.

  • Forwarders are DNS servers that this server can use to resolve DNS queries for records that this server can’t resolve.

  • Configuring forwarders is the manual method that will forward DNS queries for external DNS names to DNS servers outside your network.

  • Notice that the box is checked, and beside the check box it say’s “Use root hints if no forwarders are available” Notice this setting is greyed out.

That means that if this check box is checked, you will be using this list of Root servers to resolve queries for zones that don’t exist on the local server.

Let’s go ahead and click edit and there is our IPv4 and our IPv6 IP address for this root server, A-root-servers.net

And this is the same list that I showed you that was on the C: drive of the DNS server.

**Let’s go ahead and add…