• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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