PTR records enable users to query domain names based on IP addresses.
To map the private IP address of an ECS to a domain name, you must create a private zone and create a PTR record in the zone.
To map the EIP of the ECS to a domain name, refer to Creating a PTR Record.
The domain name in a PTR record must be in the x.x.x.x.in-addr.arpa format. in-addr.arpa is the domain name suffix used for reverse resolution.
For example, if the private IP address is 192.168.1.10, the domain name in the PTR record must be 10.1.168.192.in-addr.arpa.
In this case, you must create a private zone named 192.in-addr.arpa and add a PTR record with its value set to 10.1.168.192.in-addr.arpa.
The DNS console is displayed.
The Private Zones page is displayed.
Parameter |
Description |
Example Value |
---|---|---|
Name |
Domain name Set the domain name suffix to in-addr.arpa. |
192.in-addr.arpa |
VPC |
VPC to be associated with the private zone Select the VPC you want to associate with the private zone. |
N/A |
(Optional) Email address of the administrator managing the private zone It is recommended that you set the email address to HOSTMASTER@Domain name. For more information about the email address, see Why Was the Email Address Format Changed in the SOA Record? |
HOSTMASTER@example.com |
|
Tags |
(Optional) Identifier of a resource Each tag contains a key and a value. You can add a maximum of 20 tags to a zone. For details about tag key and value requirements, see Table 2. |
example_key1 example_value1 |
Description |
(Optional) Supplementary information about the zone You can enter a maximum of 255 characters. |
This is a private zone. |
Click the zone name to view zone details. You can view SOA and NS record sets automatically generated by the system.
The Record Sets page is displayed.
The Add Record Set dialog box is displayed.
Parameter |
Description |
Example Value |
---|---|---|
Name |
IP address in the PTR record (typed in reverse order) |
10.1.168 For example, if the IP address is 192.168.1.10, the domain name in the PTR record is 10.1.168.192.in-addr.arpa.
|
Type |
Type of the record set |
PTR – Map IP addresses to domains |
TTL (s) |
Cache duration of the record set, in seconds |
The default value is 300, which is, 5 minutes. |
Value |
Domain name mapped to the IP address You can enter only one name. |
mail.example.com |
Tags |
(Optional) Identifier of a resource Each tag contains a key and a value. You can add a maximum of 20 tags to a record set. For details about tag key and value requirements, see Table 2. |
example_key1 example_value1 |
Description |
(Optional) Supplementary information about the PTR record |
The PTR record is for reverse resolution. |
View the added record set in the record set list of the zone and ensure that the status of the record set is Normal.