Plesk

With BIND DNS server on Plesk for Windows, zones are not transferred to DNS servers specified in Transfer Restrictions Template

Symptoms

Cause

Plesk bug PPPM-7520.

Resolution

Until the bug is fixed, use the workaround:

  1. Connect to the server using RDP.

  2. Back up Plesk database.

  3. Start the Command Prompt as Admin.

  4. Execute the following command to add slave DNS servers IP(s) to the Plesk database:

    C:> plesk db "REPLACE INTO misc VALUES ('DNS_Allow_Transfer0', '192.0.2.2');"

    Note: The second value in the query is the slave DNS server IP address. It must be the same as in Extensions > My Extensions > Slave DNS Manager or in Tools & Settings > DNS Settings > Transfer Restrictions Template.

    Note: multiple slave servers can be specified divided by a semicolon: REPLACE INTO misc VALUES ('DNS_Allow_Transfer0', '192.0.2.2; 192.0.2.3');

  5. Repair DNS configuration to add slave DNS servers IPs to the BIND configuration:

    C:> plesk repair dns -y

  6. (only if Slave DNS Manager extension is used) Log in to Plesk.

  7. (only if Slave DNS Manager extension is used) Go to Extensions > My Extensions > Slave DNS Manager, select slave DNS server and click Resync.

Exit mobile version