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

DNS zones are not transferred to a slave server in Plesk for Linux: zone may fail to transfer to slaves

 
applications extensionscachednsextensionsip

Symptoms

  • A DNS zone is not transferred to a slave server that is setup through the Slave DNS Manager Plesk extension.

  • It cannot be queried (where 203.0.113.2 is the IP of Slave server):

    # dig +short ns1.example.com @203.0.113.2
    #

  • The following error appears on a Plesk server in /var/log/syslog:

    named[23087]: zone example.com/IN: loaded serial 2017100303
    named[23087]: zone example.com/IN: sending notifies (serial 2017100303)
    named[23087]: zone example.com/IN: zone serial (2017100303) unchanged. zone may fail to transfer to slaves.

  • The following error messages appear on a slave server side in /var/log/syslog when trying to query zone information from the Slave IP:

    named[10511]: #33984 (.): query (cache) './NS/IN' denied
    named[10511]: #38290 (ns1.example.com): query (cache) 'ns1.example.com/A/IN' denied
    <...>
    client @0x7fd62c0c71d0 203.0.113.2 3#30266: received notify for zone 'example.com': not authoritative

  • Secret keys are different in /etc/bind/rndc.key and /etc/bind/named.conf.local on a Slave server:

    # grep secret /etc/bind/rndc.key && grep secret /etc/bind/named.conf.local
    secret "Ibr1UFFLK6wo5X+Cars8Eg==";
    secret "ui7xsdI4n4cVRUhKAOAAIA==";

Cause

Secret keys are different in /etc/bind/rndc.key and /etc/bind/named.conf.local on the Slave server:

# grep secret /etc/bind/rndc.key && grep secret /etc/bind/named.conf.local
secret "Ibr1UFFLK6wo5X+Cars8Eg==";
secret "ui7xsdI4n4cVRUhKAOAAIA==";

The keys in /etc/bind/rndc.key and /etc/bind/named.conf.local must be the same. Visit this Plesk documentaion page for more details.

Resolution

  1. Connect to the Slave server via SSH.

  2. Open the file /etc/bind/named.conf.local in a text editor. In this example, we are using the vi editor:

    # vi /etc/bind/named.conf.local

  3. Replace "ui7xsdI4n4cVRUhKAOAAIA==" value with the one taken from /etc/bind/rndc.key file (where 203.0.113.3 is the IP of the master Plesk server):

    # cat /etc/bind/named.conf.local
    key "rndc-key-203.0.113.3" {
    algorithm hmac-md5;
    secret "Ibr1UFFLK6wo5X+Cars8Eg==";
    };
    controls {
    inet * port 953 allow { 203.0.113.3; 127.0.0.1; } keys { "rndc-key-203.0.113.3"; };
    };

  4. Save the changes and close the file.

  5. Restart BIND DNS server:

    # service bind9 restart

  6. On the Plesk server, open the file /opt/psa/var/modules/slave-dns-manager/slave_203.0.113.3.conf for editing and set the same key from /etc/bind/rndc.key:

    # grep secret /opt/psa/var/modules/slave-dns-manager/slave_203.0.113.3.conf_backup
    secret "Ibr1UFFLK6wo5X+Cars8Eg==";

  7. Save the changes and close the file.

  8. In Plesk, re-sync all zones in the Slave manager extension: Extensions > My Extensions > Slave Manager > Resync.

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 »

Full Site Check now scans for Google Fonts

Read More »

Server Management: IP Mapping Guideline

Read More »
Knowledge Base

Unable to open the Plesk Extensions page: Unable to connect to the extensions catalog: Connection timed out

Read More »

New Public IP address in Plesk is not updated on DNS zones on slave DNS server(s)

Read More »

How to hide extensions from Plesk Extensions Catalog

Read More »

Unable to start BIND on a Plesk for Linux server: loading from master file failed: file not found / zone not loaded due to errors

Read More »

Hosting Wiki

  • RESTful Web Service
  • Server Redundancy
  • Cloud Service Architecture
  • Virtualizor
  • On-Demand Services
  • OpenStack
  • Linux Containers
  • CacheFly
  • AMP
  • Bare Metal Server
  • Denial of Service
  • Transfer lock
  • Red Hat Virtualization
  • Virtuozzo
  • Oracle VM Server
  • Citrix Hypervisor
  • Server Virtualization Software
  • Windows Server
  • Linux
  • Virtualization
  • JavaScript
  • Domain Transfer
  • VirtualMin
  • Plesk
  • Web Server
  • Static DNS
  • NS Record
  • DNS Server
  • DNS Forwarding
  • Reverse DNS
  • IPv6
  • IPv4
  • SIP
  • SSH
  • UDP/IP
  • Email Virus Protection
  • TCP/IP
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