• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue DNS answer without authority

p0se

Basic Pleskian
Server operating system version
Ubuntu 22.04.1 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.47
Hello,

I have two DNS servers.

Master
Ubuntu 22.04.1 LTS with Plesk

SLave
Debian with just bind

I have set up the slave server as described in the manual

The servers communicate with each other. So far so good.

If I make a dig at the master (Plesk) I do not get an authority response.

dig @45.67.139.141 paderpro.de
Server 1.png


On the slave server I get all NS records.
dig @81.169.177.136 paderpro.de
Server 2.png

If I make a host query on the master I also get no answer.
Code:
host -a -l paderpro.de 45.67.139.141   
Trying "paderpro.de"
Using domain server:
Name: 45.67.139.141
Address: 45.67.139.141#53
Aliases:

Host paderpro.de not found: 5(REFUSED)
; Transfer failed.

If I make a host query on the Slave I get all records.

What can i do to fix this?
 
Back
Top