How Do I Change the DNS Server Address of an ECS?
Scenarios
This section describes how to change the DNS server address of an ECS and make the new DNS server address take effect immediately on the ECS.
The required operations are as follows:
Background
ECSs use private DNS servers for domain name resolution in VPCs. The private DNS servers do not affect the domain name resolution for the ECSs to access the Internet. Additionally, you can use the private DNS servers to directly access the private IP addresses of cloud services, such as OBS and SMN. Compared with the access through the Internet, this access features high performance and low latency.
Before private domain names are available, VPC subnets use the public DNS server (114.114.114.114). To allow ECSs in these VPCs to access private domain names, you can change the public DNS server to the private DNS servers configured for the VPC subnets. For instructions about how to obtain a private DNS server address, see What Are the Private DNS Servers Provided by the Huawei Cloud DNS Service?
Viewing the DNS Server Addresses for an ECS
- Log in to the management console.
- Choose Computing > Elastic Cloud Server.
The Elastic Cloud Server page is displayed.
- In the ECS list, click the name of the target ECS.
- On the ECS details page, click the VPC name.
- Locate the VPC and click the number in the Subnets column.
The Subnets page is displayed.
- Click the name of the subnet.
In the Gateway and DNS Information area, view the DNS server addresses used by the ECS.
Changing the DNS Server Addresses for a VPC Subnet
If the ECS uses default public DNS server addresses, change them to Huawei Cloud private DNS server addresses.
- In the Gateway and DNS Information area, click next to DNS Server Address.
- Change the DNS server addresses to private DNS server addresses.
Changing DNS Servers for the ECS
After you change the DNS server addresses of a VPC subnet, the DNS server addresses of ECSs in the subnet will not take effect immediately.
- Restart the OS. The ECS will then obtain the new DNS server addresses from the DHCP server.
Restarting the OS will interrupt services on the ECS. Perform this operation during off-peak hours.
Alternatively, wait for the DHCP lease to expire. After the lease time expires, the DHCP server allocates another IP address and updates the DNS server addresses to the ECS.
- Obtain the new DNS server addresses.
- Log in to the ECS.
For details, see How Do I Log In to My ECS?.
- Run the following command to view the DNS server address of the ECS:
If information similar to the following is displayed, 114.114.114.114 is the DNS server address of the ECS.
- Run the following command to check whether the dhclient process exists:
ps -ef | grep dhclient | grep -v grep
If information similar to the following is displayed, no process exists (CentOS 8.1 is used as an example).
In this case, run the dhclient command to start the process and check whether the dhclient process exists.
If information similar to the following is displayed, process exists (CentOS 7.2 is used as an example).
- Run the following command to release the current DNS server address:
- Run the following command to restart the dhclient process and obtain new DNS server addresses:
dhclient
- Run the following command to view the new DNS server addresses of the ECS:
If information similar to the following is displayed, 100.125.1.250 and 100.125.64.250 are the new DNS server addresses of the ECS.
- Log in to the ECS.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot