Loading...

Knowledge Base
Save up to  70% off.  Start your website today!

DNS Testing and Troubleshooting Guide

This advanced guide is designed to teach how to check a domain’s DNS configuration using leafdns.com, for example, and resolve common DNS errors either at the registrar or in cPanel/WHM.

Please click the links below to know more about DNS.


What is a DNS Record and How Important Is It

The DNS (Domain Name System) is a system that allows you to connect to websites using human-readable addresses. In this case, we call them domain names.

Each website has its IP address. Whenever you search for a website name using a browser, the DNS “assigns” your domain name to its corresponding IP address, allowing you access to the correct website page’s location.

Here is a list of articles you can refer to for more information.

To let visitors see your website presence online, ensuring that your website appropriately resolves to the correct DNS records should be among your first tasks when setting up your website.

It is also important to note that whenever you set up your DNS records, there is a time frame for these changes to take effect. This is what we call propagation.

To check your DNS settings, you can utilize these free DNS lookup tools online.


What Does a Correctly Configured DNS Look Like

LeafDNS showing DNS Records

You can see 5 categories of test boxes in the image above. Here is a breakdown of the information you are seeing:

  1. Parent NS Tests
  2. Local NS Tests
  3. SOA Tests
  4. MX Tests
  5. WWW Tests
Parent NS Tests

These DNS records are set at the registrar (where the domain is registered at (e.g., LaunchPad, Domain.com, Enom). In the example below, the private name servers are registered and set properly. The private name servers are registered correctly because the IPs appear in the IP column, and the Glue column has the two green checks.

LeafDNS - Parent NS Tests
Local NS Tests

The records shown in the Local NS Test box are managed within the WHM. In the example below, the DNS Glue is set perfectly. This means that the private name servers have been configured correctly at both the registrar and within WHM.

At the registrar, they have been registered and updated. In WHM, the SOA, two NS records, and two NS A records are set.

LeafDNS - Local NS Tests

Below is an image of the WHM DNS Zone file with the correct records for private name servers: the SOA, the two NS records, and the A records for the two NS records (the glue):

WHM - DNS Zone File

For the step-by-step instructions on how to configure these records from WHM, please reference the following articles:

SOA Test

The SOA record stands for the Start of Authority. It is the authoritative information about a DNS zone and points to the server where DNS changes need to be made. SOA records generally should be set to the same domain as the first of your two name servers.

These DNS records are also set within HG’s servers in WHM. It is common for the SOA test to provide warnings for your Refresh and Default TTL. These values indicate how frequently DNS servers check for updates to your domain. This can be safely ignored if you do not regularly change your DNS.

LeafDNS - SOA Test
MX Tests

The MX records manage where the domain’s email is hosted. These DNS records can be managed in your cPanel if you're using HostGator name servers or within WHM. If managed in cPanel, you’ll use the MX Entry icon in the Email section. This is the first thing you should check if a customer claims not to receive emails at their HostGator email.

Here is an example of correctly configured MX records for a HostGator reseller server:

LeafDNS - MX Records

Sometimes MX records will return an error for correctly configured MX records since the shared mail will go out through a gateway. The rDNS on the gateway may not accurately reflect the domain sending the mail. If the IP address for your MX record matches that from inside of your cPanel, or correctly configured A record for your domain, you may safely disregard this error.

Here is an example of correctly configured MX records generating an error:

LeafDNS - MX Records Showing an Error

This is the MX record for sugar-duck.com. Since the MX record is pointed to sugar-duck.com, it will correctly route email to the same server as where the website is hosted, despite the error indicated by LeafDNS.

WWW Tests

If you're using HostGator name servers, these DNS records can be managed in your HG cPanel using the Advanced Zone Editor or within WHM. The normal basic configuration will involve an A record for your domain and a CNAME for your www subdomain.

The A record for your domain should be pointed to the Site IP address of your cPanel. This will be available in the General Information section on the right-hand panel of your cPanel home page. The www subdomain should be a CNAME pointed to your domain name.

LeafDNS - Cname Records

What Are Common DNS Errors and How to Resolve Them

In this section, you'll learn how to address common errors for each type of issue:

Parent Name Server Errors

Here are some of the most common errors you may experience with your name servers:

  • Private Name Servers are not registered with the proper IPs.

    The following screenshot is another error you’ll encounter. Notice how there aren’t any IPs in the IP column, and there are no green checks under the glue column? This means that you haven't registered the IPs for the private name servers at your registrar. You will need to follow the steps in this guide: Private Name Servers - Setup.

    Private Name Servers Not Registered
  • Your domain is using the wrong IPs, or you haven't added the domain to your server yet.

    The screenshot below demonstrates the third most common Parent NS Test error you’ll see. This occurs when you're using the wrong IPs for the private name servers, or the domain isn’t added onto the server yet. First, check to see if the domain is using the correct IPs. If not, you'll need to update your IPs to the ones from your Welcome email. If you are using the correct IPs, ensure the domain is added to the server’s DNS zone. Either add it as an addon or create an account in WHM.

    Incorrect IPs for the  Private Name Servers
Local NS, SOA, and Glue Errors

Here are some of the most common errors and warnings you will experience if there are errors in the DNS zone file.

  • If there is a warning message that the local name servers are mismatched, this will indicate that the local name servers in the DNS zone and the name servers where the domain is pointed to do not match the ones at the registrar or may have the IP addresses reversed.
     
    Note: If the name servers at the registrar are correct and pointed to a HostGator server, this can easily be resolved by editing the domain's DNS zone to match the parent name servers. Particularly the A records for the name server subdomains or the NS record names. Don't forget the terminating period at the end of the NS record names.

    Here is an example of correctly configured local name servers, SOA records, and A records:

    Correctly Configured Local Name Servers

    Please refer to our article on configuring Private Name Servers:

  • If the domain does not have a zone file on the host server, it may appear as an error with its parent name server. However, this will indicate that the entire DNS on the server may need to be set up or reviewed for errors:
     
    Errors in DNS Setup

    The first thing to check when you see this is to ensure that the domain is added to the server. If it is not, attempt to add the domain as an addon domain or create a new account for the domain if it is on a Reseller, VPS, or Dedicated server.

    If the domain is on a shared server, you may not be using your hosting package's correct name servers.

MX Errors

The most obvious error with MX records will be if the domain does not have a set MX record.

MX Record Error

To correct this error:

  1. Log in to cPanel as the user.
  2. Click the icon labeled Zone Editor.

    cPanel - Zone Editor

  3. In the next section, locate your domain name, then click its Manage button.

    cPanel - Zone Editor - Manage

  4. Click + Add Record located on the right-hand side.
  5. Enter a domain pointed to the IP of the server the customer wishes to receive mail at, set the priority to 0, and click Add Record

    cPanel -  MX Entry - Add New Record

The more common issue with MX records that will prevent mail from being delivered will not generate an error in a DNS test. If the MX record is pointed to the wrong IP address, your mail will be directed to an incorrect server.

To assist with correcting this issue, please follow our guide on using MX records:

WWW Errors

Similar to MX records, the most common WWW errors are related to the records pointed to the wrong place. Unfortunately, this will not display an error when doing a DNS check, and you will have to manually check to see that your IP is correct.

There should be an A record for your domain name and a CNAME for your WWW subdomain pointing to your domain name. This way, both your domain and WWW subdomain resolve to the same Shared IP address. Make sure that your IP address points to the IP address that shows in the server information inside of your cPanel.

cPanel - General Information

Like many servers, HostGator servers have multiple IP addresses, and each cPanel may only have one. For your domain to resolve to your site, it must be pointed to the Shared IP Address of your cPanel rather than the server IP in your Welcome email.

Also, ensure that there are no extra records. Some advanced configurations allow users to use multiple A records, and so it is possible to create a zone file with a domain pointed to multiple IP addresses. However, this is only for advanced users and is not covered by this article. Remove any duplicate records for your domain if you have not configured this deliberately.

Did you find this article helpful?

 
* Your feedback is too short

Loading...