How To Fix Problem with DNS Setup Issue

How To Fix Problem with DNS Setup Issue

If you are getting this warning email:

Subject: [ipcheck] Problem with DNS setup on server.domain.com

This means your hostname (server.domain.com) cannot be resolved to an IP address.
 

Usually, this means that /etc/hosts is not set up correctly, and/or there is no DNS entry for server.domain.com

Make sure that /etc/hosts is configured correctly, and also that there exist a correct ‘A’ entry for the domain in the zone file.

This issue can also be caused by /etc/resolv.conf being setup incorrectly. Please check that file if you believe everything else is correct.

You may be able to automatically correct this problem by using the ‘Add an A entry for your hostname’ option under ‘DNS Functions’ in Web Host Manager.

You should know that this is not critical, however if you want to get rid of it you need to add A record to your DNS matching server hostname and pointed to your VPS IP, for example:

server.domain.com => 12.34.56.78

    • Related Articles

    • Manage DNS within the VPS.NET Dashboard

      Manage DNS within the VPS.NET Dashboard Category: DNS Information, Getting Started &nbsp VPS.NET comes with free geographically redundant DNS using Anycast which can easily be managed using the Dashboard, there are many advantages over using the DNS ...
    • How to setup Google Apps as external email service

      How to setup Google APPS as external email service Category: Geo Hosting, Getting Started, Mail servers, OS related issues, VPS.net features &nbsp The main purpose of Google APPS is the ability to host mail service outside of your main domain and get ...
    • How to setup Google Apps as external email service

      How to setup Google APPS as external email service Category: Geo Hosting, Getting Started, Mail servers, OS related issues, VPS.net features &nbsp The main purpose of Google APPS is the ability to host mail service outside of your main domain and get ...
    • Understanding Domains and DNS

      Understanding Domains and DNS Category: DNS Information &nbsp Despite domain names and DNS being something that everyone online uses every day, a large quantity of people don’t understand what the terms really mean. To most, DNS is just part of the ...
    • DNS Record Types

      When adding a record on the DNS manager, The `type’ may be any of the following supported resource record types: `A' A host address. The `data’ column should contain the IP address (in numbers-and-dots format) associated with the `name’. example: ...