-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I looks like the slave DNS server is using the wrong IP for the sync.
I have a Plesk server and 2 DNS servers behind a NAT setup.
I can add the slave DNS server via the extension with the internal IP and get a green checkmark.
But when the slave server tries to sync the zone file it get an error like in the syslog:
transfer of '<domain>/IN' from <external-master-ip>#53: Transfer status: REFUSED
When i do the named-nzd2nzf _default.nzd
command i see the zones defined as:
zone "<domain>" { type slave; file "<domain>"; masters { <external-master-ip>; }; };
I was expecting the internal-master-ip there?
Is my assumption wrong? Or is my configuration wrong?
Versions:
Plesk: 18.0.66
Slave DNS Manager: 1.10.3-0
BIND (on slave): 9.18.30
OS: Ubuntu 22.04.5