Plesk

Plesk DNS doesn’t work for some domains: checkhints: b.root-servers.net/A (203.0.113.2) missing from hints

Symptoms

Cause

Severely outdated root nameservers. The named.root is a text file that contains names and IP addresses of the internet's root domain servers and should be kept up to date.

Resolution

  1. Connect to the server via SSH

  2. Update the named.root file by executing the following command:

    Ubuntu/Debian-based

    # wget -O /var/named/run-root/var/named.root https://www.internic.net/domain/named.root

    RHEL-based

    # wget -O /var/named/chroot/var/named.root https://www.internic.net/domain/named.root

  3. Restart the BIND DNS service in the Plesk server by executing the following command:

    # systemctl restart named

Exit mobile version