When Sending A Notify, The Secondary Queries Itself Instead Of The Primary #14071
Unanswered
TheDarkula
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Please see https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open and update your question, thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think the secondary retrieves the SOA from the address it received the notify from. Figuring out why the notify is coming from ns2 might help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an autoprimary/autosecondary pair configured. AXFRs function properly, but automatic provisioning is failing.
On the secondary, I ran
pdnsutil add-autoprimary 63.230.56.225 ns2.kincke.com main
After running
pdns_control notify kincke.com
on the autoprimary, the following logs are emitted:Primary:
Secondary:
I am confused, because I would expect the secondary to query
63.230.56.225
, but it instead queries63.230.56.226
Am I missing something simple here?
Beta Was this translation helpful? Give feedback.
All reactions