-
Env: Hello. The primary zone is created using PowerDNS-Admin. On the Primary server I have configured it by entering the following commands.
On the Secondary server, the following command was used to configure.
In practice, PowerDNS-to-PowerDNS zone transfers work well.
However, when I checked using the dig command, I found that zone transfers were taking place even without TSIG keys.
I think I have followed the setup as per the reference. pdns.conf (primary)
pdns.conf(secondary)
TSIG Keys list(primary)
secondary
domainmetadata table(primary)
secondary
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Self resolved.
would cause the zone transfer to be performed without TSIG if from that secondary ip address. For my imagined setup, I would probably need to use dnsdist. Thank you. |
Beta Was this translation helpful? Give feedback.
Self resolved.
I found that execting
would cause the zone transfer to be performed without TSIG if from that secondary ip address.
Since it is not allow-axfr-ips, I thought this setting would use both IP ACL and TSIG Key.
I was able to force TSIG usage by removing this zone metadata.
I am now aware that PowerDNS does not able to use TSIG keys + IP ACLs to coexist.
For my imagined setup, I would probably need to use dnsdist.
Thank you.