- 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
On the slave server I get all NS records.
dig @81.169.177.136 paderpro.de
If I make a host query on the master I also get no answer.
If I make a host query on the Slave I get all records.
What can i do to fix this?
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
Secondary DNS Server
This section describes how to integrate Plesk with an external Linux-based secondary DNS server. The integration can ...
docs.plesk.com
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
On the slave server I get all NS records.
dig @81.169.177.136 paderpro.de
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?