Follow

Managing Reverse DNS Records for Your Server

  • Applies to: Grid
    • Difficulty: Easy
    • Time Needed: 10
    • Tools Required: None
  • Applies to: VPS Hosting
    • Difficulty: Easy
    • Time Needed: 10
    • Tools Required: None

Overview

Because of the shared nature of the Grid, the reverse DNS record for the server is already set. It will come up as something similar to abcdefg.gs0x.gridserver.com. This is normal and is correct to match the host name of your server.

Your server has a default reverse DNS record set up which points to the primary domain of your service. If you change your primary domain or wish to have a different domain for your reverse DNS, you may use the Reverse DNS tool in your Account Center. The terms PTR Record and Reverse DNS Entry are interchangeable.

  • If you have multiple IP addresses on your VPS, you will be able to set a different reverse DNS record for each one.

Correct reverse DNS entries

CAUTION:

If your reverse DNS record does not match the host name of the server, or if the domain given in the reverse DNS record does not resolve back to that IP, you may have difficulty sending or receiving mail on your DV server. Follow the Important for configuration section below for further assistance.

Important for configuration

  • Make sure that your reverse DNS record matches the host name of your server.
  • Make sure that a regular DNS lookup for the domain you have designated as the reverse DNS record entry returns the IP address in question. For example:
    • If 70.32.86.172 has a reverse DNS record of example.com
    • example.com should resolve to 70.32.86.172

Do I need to have my reverse DNS record match the domain I'm using to send email?

No. You can send email from username@another_example.com from the example.com server without any problem. As long as you've verified the two steps in the previous section, you will be able to send mail without reverse DNS difficulties.

Editing reverse DNS records

  1. Navigate to your VPS Control Panel from the Domains menu in your Account Center.
  2. Select View/Edit Reverse DNS Records from the DNS & Zone Files menu.
    1568_update_menu
  3. On the next page, you will see the IP address(es) associated with your server. Select the domain name you want to use from the drop-down menu, or add an optional subdomain. When you are ready, click the Update button.
    1568_update_full
  4. You will see a confirmation on the same page after updating.
    1568_confirm

Changes will take approximately 24-72 hours to propagate. You can check the reverse DNS of any IP address by using the following command (on your server or if you are on a Mac, Terminal.app will also work):

host xxx.xxx.xxx.xxx

Where xxx.xxx.xxx.xxx is the IP address you want to check the PTR record for; an example output of this command is:

$ host 64.13.229.37
37.229.13.64.in-addr.arpa domain name pointer current.example.com.

 

Resources

Was this article helpful?
1 out of 1 found this helpful

Comments