هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Situation Awareness
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
Software Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ Domain Name Service/ User Guide (ME-Abu Dhabi Region) / FAQs/ Private Zones/ How Can I Configure a PTR Record to Map the IP Address of an ECS to a Domain Name?

How Can I Configure a PTR Record to Map the IP Address of an ECS to a Domain Name?

Updated on 2022-01-25 GMT+08:00

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.

NOTE:

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.

Creating a Private Zone

  1. Log in to the management console.
  2. In the service list, choose Network > Domain Name Service.

    The DNS console is displayed.

  3. In the navigation pane, choose Private Zones.

    The Private Zones page is displayed.

  4. Click in the upper left corner and select the desired region and project.
  5. Click Create Private Zone.
  6. Set the parameters based on Table 1.
    Table 1 Parameters for creating a private zone

    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

    Email

    (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

    Enterprise Project

    Enterprise project associated with the private zone

    You can manage private zones by enterprise project.

    NOTE:

    This parameter is available and mandatory only when Account Type is set to Enterprise Account.

    When setting this parameter, note the following:

    • If you do not manage zones by enterprise project, select the default enterprise project.
    • If you manage zones by enterprise project, select an existing enterprise project.

    default

    Tag

    (Optional) Identifier of a resource

    Each tag contains a key and a value. You can add a maximum of 10 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.

    Table 2 Tag key and value requirements

    Parameter

    Requirements

    Example Value

    Key

    • Cannot be left blank.
    • Must be unique for each resource.
    • Can contain a maximum of 36 characters.
    • Cannot start or end with a space or contain special characters =*<>\,|/

    example_key1

    Value

    • Cannot be left blank.
    • Can contain a maximum of 43 characters.
    • Cannot start or end with a space or contain special characters =*<>\,|/

    example_value1

  7. Click OK.
  8. Switch back to the Private Zones page.
    View the created private zone.
    NOTE:

    Click the zone name to view zone details. You can view SOA and NS record sets automatically generated by the system.

    • The SOA record set defines the DNS server that is the authoritative information source for a particular domain name.
    • The NS record set defines authoritative DNS servers for a domain name.

Adding a PTR Record

  1. On the Private Zones page, click the name of the private zone that you have created.

    The Record Sets page is displayed.

  2. Click Add Record Set.

    The Add Record Set dialog box is displayed.

  3. Set the parameters based on Table 3.
    Table 3 Parameters for adding a PTR record

    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.

    • If the private zone name is 192.in-addr.arpa, enter 10.1.168 in the box.
    • If the private zone name is 1.168.192.in-addr.arpa, enter 10 in the box.

    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

    Tag

    (Optional) Identifier of a resource

    Each tag contains a key and a value. You can add a maximum of 10 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.

  4. Click OK.
  5. Switch back to the Record Sets page.

    View the added record set in the record set list of the zone and ensure that the status of the record set is Normal.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback