El contenido no se encuentra disponible en el idioma seleccionado. Estamos trabajando continuamente para agregar más idiomas. Gracias por su apoyo.

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
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/ Best Practices/ Configuring ISP Routing and Geolocation Routing

Configuring ISP Routing and Geolocation Routing

Updated on 2025-02-28 GMT+08:00

Scenarios

If end users access a domain name, DNS servers return the same IP address to them regardless of their carriers or geographical locations. This would increase network latency and affect user experience.

With configurable resolution lines, you can specify different IP addresses for the same domain name based on the carriers or geographical locations of end users.

In addition to ISP and region lines, Huawei Cloud DNS allows you to customize resolution lines based on IP address ranges to route visitors to different web servers.

For a website deployed on multiple servers, you can set different weights for the record sets to balance the loads of these servers.

This best practice describes how to configure ISP routing and geolocation routing for different end users.

  • Cross-carrier access in the Chinese mainland: Configure a resolution line to return the most appropriate IP address used by each carrier to end users for nearby access.
  • Intelligent access around the globe: Configure a region line to return the corresponding IP address based on the geographical locations of end users to quickly respond to user requests.

Example Lines

  • Returning IP addresses based on users' carriers
    • China Unicom: 1.1.xx.xx
    • China Mobile: 2.2.xx.xx
    • China Telecom: 3.3.xx.xx
    • Other (such as CERNET, China Mobile Tietong, and Dr. Peng): 4.4.xx.xx
  • Returning IP addresses based on users' geographical locations (excluding Chinese mainland users)
    • Hong Kong, China: 5.5.xx.xx
    • Macao, China: 6.6.xx.xx
    • Taiwan, China: 7.7.xx.xx
    • Europe, North America, South America, Africa, Oceania, Antarctica, and Abroad: 8.8.xx.xx

Process Flow

Figure 1 shows the process of configuring ISP lines and region lines.

Figure 1 Process of configuring ISP lines and region lines

Step 1: Create a Public Zone

Create a public zone for your domain name, for example, huawei-example.com. For details, see Creating a Public Zone.

Step 2: Add Record Sets

  1. Locate the created public zone and click Manage Record Sets in the Operation column.

    The record set list is displayed.

  2. Click Add Record Set to configure record sets for a subdomain (test.huawei-example.com) of the domain name.
    • ISP lines: Add record sets based on Table 1 to route visitors based on their carriers.
      Figure 2 displays all the configured ISP lines.
      Table 1 ISP lines

      Line Type

      Carrier (IP Source of the Local DNS Egress of Visitors)

      Record Set Value

      ISP lines

      China Unicom

      1.1.xx.xx

      China Mobile

      2.2.xx.xx

      China Telecom

      3.3.xx.xx

      Default

      Other (such as CERNET, China Mobile Tietong, and Dr. Peng)

      4.4.xx.xx

      Figure 2 Record sets for ISP lines
    • Region lines: Add the record sets based on Table 2 to route visitors based on their locations.
      Figure 3 displays all the configured region lines.
      Table 2 Region lines

      Line Type

      Geolocation (IP Source of the Local DNS Egress of Visitors)

      Record Set Value

      Asia Pacific

      Hong Kong, China

      5.5.xx.xx

      Macao, China

      6.6.xx.xx

      Taiwan, China

      7.7.xx.xx

      Global-All regions

      Other regions

      8.8.xx.xx

      North America-All regions

      South America-All regions

      Africa-All regions

      Oceania-All regions

      Antarctica-All regions

      Abroad

      Figure 3 Record sets for region lines

Step 3: Change the DNS Servers

The record sets you added in Step 2: Add Record Sets take effect only when Huawei Cloud DNS servers are used for domain name resolution.

For details, see How Do I View and Change the DNS Servers of a Domain Name?

NOTE:

Generally, the changes to DNS servers will take effect within 48 hours, but the time may vary depending on the domain name registrar's cache duration.

Step 4: Check Whether the Record Sets Take Effect

For details, see How Do I Check Whether Record Sets Have Taken Effect?

Utilizamos cookies para mejorar nuestro sitio y tu experiencia. Al continuar navegando en nuestro sitio, tú aceptas nuestra política de cookies. Descubre más

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback