All Products
Search
Document Center

Alibaba Cloud DNS:Check DNS server status and handle exceptions

Last Updated:Nov 17, 2025

If a domain name is inaccessible or experiences abnormal resolution, a misconfigured DNS server is a common cause. This topic describes how to use the Alibaba Cloud DNS console to quickly check your DNS server status, identify the root cause of an issue, and restore normal domain name resolution.

DNS servers for a domain name

The DNS servers for a domain name are the public authoritative server addresses for that domain name. After you register a domain name, the domain name registrar sets default DNS servers for the domain name and synchronizes them with the Top-Level Domain (TLD) name servers. During domain name resolution, a local server queries the TLD name server to obtain the DNS server addresses of the domain name. The TLD name server returns these addresses. The local server then queries these DNS server addresses to obtain the DNS records of the domain name.

Check the DNS server addresses for a domain name

Using the console

  1. Go to the Alibaba Cloud DNS - Authoritative Zone page.

  2. Find the target domain name. In the DNS Server IP Address column, you can view the DNS server status. Hover over the status in the DNS Server IP Address column to view the Current NS and System-assigned NS

    image

Using commands

nslookup -type=ns cloud-example.net
# or
dig NS cloud-example.net

The output is similar to the following:

cloud-example.net.	3547	IN	NS	dns30.hichina.com.
cloud-example.net.	3547	IN	NS	dns29.hichina.com.

Go to the domain name registrar

Go to your domain name registrar to query the currently configured DNS server addresses for your domain name. The following steps use a domain name that is registered with Alibaba Cloud as an example:

  1. Go to the Domain Names console. In the Domain Names list, find the target domain name and click Manage in the Actions column.image.png

  2. In the navigation pane on the left, under DNS Server Change, click Change DNS Server to view the DNS server addresses.image.png

Diagnose and resolve status exceptions

The system periodically runs a health check to verify that your domain name correctly points to its assigned DNS servers. The system simulates a standard DNS query flow. It queries the upstream Top-Level Domain (TLD) server for the Name Server (NS) records configured for your domain name at the registrar. It then compares these records with the authoritative DNS server addresses assigned by the system. The possible statuses are as follows:

Exception 1: DNS Information For The Domain Name Not Found

This status indicates that Alibaba Cloud DNS cannot find the DNS configuration information for the domain name.

Possible cause

Impact

Solution

DNS servers are not configured.

The domain name cannot be resolved.

You must add the servers listed under DNS Assigned By Cloud DNS as the DNS server addresses. For more information, see Modify DNS Servers.

If the current domain name is a subdomain, this issue may be caused by missing NS records for the primary domain name.

The domain name cannot be resolved.

You must add two NS records on the DNS server for your primary domain name to point the subdomain to the DNS servers assigned by Alibaba Cloud DNS. For more information, see Subdomain Management.

Important

If you receive the DNS Information For The Domain Name Not Found message after configuring the NS records for the primary domain name, there may be a synchronization delay. This occurs because the system checks DNS server status on a schedule and sends notifications asynchronously. Please wait for 5 minutes and then refresh the page.

Exception 2: Assigned NS not used

This status indicates that the domain name is not using the DNS server addresses assigned by Alibaba Cloud DNS.

Possible cause

Impact

Solution

The current DNS server addresses for the domain name are not Alibaba Cloud DNS addresses.

  • If your domain name resolution is managed by another provider, this status is expected and resolution works as normal.

  • If your domain name resolution is not managed by another provider, the domain name cannot be resolved.

To use Alibaba Cloud DNS, modify the DNS servers for your domain name.

Important

If you have modified the DNS servers but the DNS Server IP Address field still displays the message "Assigned NS not used", this is because the DNS server status is checked periodically and notifications are sent asynchronously. This process can cause a delay in synchronization. You can wait for 5 minutes and then refresh the page to check the status again.

The domain name uses Alibaba Cloud DNS servers, but the server version is inconsistent with the instance version assigned by Alibaba Cloud DNS.

  • If a domain name is configured with Free Edition DNS servers but is assigned to a paid instance, the domain name can be resolved over free lines but not over paid lines. For more information about lines, see Line Enumeration.

  • If a domain name is configured with paid edition DNS servers but is assigned to a Free Edition instance, the domain name cannot be resolved.

  • If the current DNS servers are for the Free Edition and the system-assigned instance is a paid edition, change the DNS servers to those listed under System-assigned NS.

  • If the current DNS servers are for a paid edition and the system-assigned instance is the Free Edition, we recommend that you upgrade the instance to a paid edition. If you want to use only the Free Edition DNS, change the DNS servers to those listed under System-assigned NS.

Exception 3: Probe Timeout

This status indicates that the query for the domain name's DNS server information timed out.

Possible cause

Solution

The query for the domain name's DNS server information timed out due to network issues or other intermittent reasons.

This does not affect normal domain name resolution. The status will recover after a few minutes if you refresh the page.

Appendix

Alibaba Cloud's public authoritative server addresses

If you use Alibaba Cloud DNS for domain name resolution, Alibaba Cloud assigns different DNS server addresses to your domain name based on whether you use a paid edition or the Free Edition. The DNS server address ranges are as follows:

Public Authoritative Zone

DNS Server Address

Paid Edition

vip(1-8).alidns.com

Free Edition

dns(1-32).hichina.com, ns(1-8).alidns.com

References