Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

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

 
chrootdebiandnsdns statisticsdomains

Symptoms

  • Plesk Obsidian running on a Linux-based operating system
  • The Plesk DNS server doesn't answer DNS queries for some domains that are hosted on the Plesk server:

    dig a +short example.com @203.0.113.2
    (empty output)

  • The following errors can be found in the BIND / named service

    # systemctl status named.service
    [...]
    Jan 01 00:00:00 example.com named[1234567]: checkhints: b.root-servers.net/A (203.0.113.3) missing from hints
    Jan 01 00:00:00 example.com named[1234567]: checkhints: b.root-servers.net/A (203.0.113.4) extra record in hints
    Jan 01 00:00:00 example.com named[1234567]: checkhints: d.root-servers.net/A (203.0.113.5) missing from hints
    Jan 01 00:00:00 example.com named[1234567]: checkhints: d.root-servers.net/A (203.0.113.6) extra record in hints
    Jan 01 00:00:00 example.com named[1234567]: checkhints: h.root-servers.net/A (203.0.113.7) missing from hints
    Jan 01 00:00:00 example.com named[1234567]: checkhints: h.root-servers.net/A (203.0.113.8) extra record in hints
    Jan 01 00:00:00 example.com named[1234567]: checkhints: j.root-servers.net/A (203.0.113.9) missing from hints
    Jan 01 00:00:00 example.com named[1234567]: checkhints: j.root-servers.net/A (203.0.113.10) extra record in hints
    Jan 01 00:00:00 example.com named[1234567]: checkhints: l.root-servers.net/A (203.0.113.11) missing from hints
    Jan 01 00:00:00 example.com named[1234567]: checkhints: l.root-servers.net/A (203.0.113.12) extra record in hints

  • The last named.root root nameservers update was a very long time ago

    # grep update /var/named/run-root/var/named.root
    ; last update: Aug 22, 1997

    # grep update /var/named/chroot/var/named.root
    ; last update: Aug 22, 1997

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:

    # service named-chroot restart

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

DNS_PROBE_FINISHED_NXDOMAIN: What Is It And How To Fix The Problem

Read More »

Exploring Plesk’s Added Value Solutions So Far in 2023

Read More »

Unveiling Sitejet Builder: The Perfect Match for Your Effortless Website Creation Needs

Read More »
Knowledge Base

Unable to start BIND DNS server in Plesk for Linux: “zone NS has no address records (A or AAAA)” or “zone has no NS records”

Read More »

AWStats page does not display images on Plesk server: AH01630: client denied by server configuration

Read More »

 An operation fails in Plesk: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘X’ for key ‘PRIMARY’

Read More »

Domains show Plesk default page or mail services misbehave: web service cannot operate: the IP address list with ID 101 is empty

Read More »

Hosting Wiki

  • Server Redundancy
  • Linux Containers
  • AMP
  • Bare Metal Server
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • JavaScript
  • Domain
  • Plesk
  • Web Server
  • Static DNS
  • DNS Server
  • DNS Forwarding
  • Reverse DNS
  • IPv6
  • IPv4
  • SIP
  • SSH
  • UDP/IP
  • TCP/IP
  • HTTP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family