Help Center> Domain Name Service> Getting Started> Translating an IP Address to a Domain Name
Updated on 2022-09-13 GMT+08:00

Translating an IP Address to a Domain Name

Scenarios

PTR records are used to prove credibility of IP addresses and domain names of email servers. To avoid being tracked, most spam senders use email servers whose IP addresses are dynamically allocated or not mapped to registered domain names. If you do not want emails sent from your email server to be considered as spam, add a PTR record to map the email server IP address to a domain name. In this way, the email recipient can obtain the domain name by IP address and will know that the email server is trustworthy.

If you use an ECS as an email server, configure a PTR record to map the EIP of the ECS to the domain name.

This following are operations for you to add a PTR record for a cloud resource, such as ECS.

Constraints

Currently, you can configure PTR records only for IP addresses with a 32-bit subnet mask.

Prerequisites

  • You have registered a domain name with Huawei Cloud or a third-party registrar.
  • You have created an ECS and bound an EIP to it.

Procedure

  1. Log in to the management console.
  2. Hover the cursor over in the upper left corner. In the service list, choose Networking > Domain Name Service.

    The DNS console is displayed.

  3. In the navigation pane, choose PTR Records.

    The PTR Records page is displayed.

  4. Click in the upper left corner and select the desired region and project.
  5. Click Create PTR Record.
    • EIP: Select the EIP of the ECS.
    • Domain Name: Enter the domain name that the EIP points to.
    Retain the default settings for other parameters. For detailed descriptions of the parameters, see Creating a PTR Record.
    Figure 1 Creating a PTR record
  6. Click OK.

    View the created PTR record on the PTR Records page.

    If the domain name is mapped to multiple EIPs, you must create a PTR record for each EIP.

  7. Verify that the PTR record has taken effect.

    Run the following DOS command on a PC connected to the Internet:

    nslookup -qt=ptr IP address