Help Center/ Scalable File Service Turbo/ User Guide/ Configuring a DNS Server for Domain Name Resolution
Updated on 2025-09-17 GMT+08:00

Configuring a DNS Server for Domain Name Resolution

Scenarios

A DNS server is used to resolve domain names of SFS Turbo file systems. For details about DNS server IP addresses, see What Are Huawei Cloud Private DNS Server Addresses?

By default, the IP address of the DNS server is automatically configured on ECSs when ECSs are created. No manual configuration is needed except when the resolution fails due to a change in the DNS server IP address.

Windows Server 2012 is used as an example in the operation procedure for Windows.

Procedure (Linux)

  1. Log in to the ECS as user root.
  2. Run vi /etc/resolv.conf to edit the /etc/resolv.conf file. Add the DNS server IP address above the existing name server information, as shown in Figure 1.

    Figure 1 Configuring DNS
    The format is as follows:
    nameserver 100.125.1.250

  3. Press Esc, enter :wq, and press Enter to save and exit.
  4. Check whether the IP address is successfully added.

    cat /etc/resolv.conf

  5. Check whether the file system domain name can be resolved.

    nslookup <file-system-domain-name>

    Obtain the file system domain name from the file system shared path.

  6. (Optional) If DHCP is configured for the ECS, edit the /etc/resolv.conf file to prevent the file from being automatically modified upon an ECS startup, and to prevent the DNS server IP address added in 2 from being reset.

    1. Lock the file.
      chattr +i /etc/resolv.conf

      Run chattr -i /etc/resolv.conf to unlock the file if needed.

    2. Check whether the file is locked.

      lsattr /etc/resolv.conf

      If the information shown in Figure 2 is displayed, the file is locked.

      Figure 2 File locked

Procedure (Windows)

  1. Go to the ECS console and log in to the ECS running Windows Server 2012.
  2. Click This PC in the lower left corner.
  3. On the displayed page, right-click Network and choose Properties from the drop-down list. The Network and Sharing Center page is displayed, as shown in Figure 3. Click Local Area Connection.

    Figure 3 Page for network and sharing center

  4. In the Activity area, select Properties.

    Figure 4 Local area connection

  5. In the displayed Local Area Connection Properties dialog box, select Internet Protocol Version 4 (TCP/IPv4) and click Properties.

    Figure 5 Local area connection properties

  6. In the displayed dialog box, select Use the following DNS server addresses: and configure the DNS server IP address, as shown in Figure 6. The DNS server IP address is 100.125.1.250. After the configuration is complete, click OK.

    Figure 6 Configuring DNS on Windows