Replies: 7 comments 10 replies
-
|
maybe it can support having a record like:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi, I set up the wildcard for v6 in the same way as v4 - but it does not work the same from my testing. I found this: https://github.com/endreszabo/PowerDNS-Dynamic-Reverse-Backend Will try that next. |
Beta Was this translation helpful? Give feedback.
-
|
You were looking for advice, but not sharing details, so wasting everybody's time. Check https://docs.powerdns.com/authoritative/lua-records/functions.html#reverse-dns-functions, they might do what you want. |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'd like to continue this thread. I am trying to use createReverse6 Reverse DNS functions but it only works for me if pdns is in the PRIMARY role. I don't know if this is intentional or a mistake - I couldn't find this information in the documentation. My setup is: hidden master (primary) -> ns1 (secondary) + ns2 (secondary). Our prefix is 2a01:168::/29. We have a few hundred static PTR queries, and I would like to use ❌ result: Query test with a non-existent PTR query on ns1 slave: version: 5.0.1 (everywhere) Thank you for any tips and advice. @Habbie 🌟 |
Beta Was this translation helpful? Give feedback.
-
|
I found out that the problem is caused by the fact that during AXFR transfer, non-terminal / NULL records are created on SECONDARY, and then createReverse6 stops working. When I delete non-terminal / NULL in MariaDB so SECONDARY behaves exactly as I want it to. I realize that this is not a solution. I don't want to delete anything, and it's clear that it will be created again after AXFR. I don't know how to best solve the problem so that I can stay in the SECONDARY role. Thanks for any tips. |
Beta Was this translation helpful? Give feedback.
-
|
I can only give a general hint: it is very likely your primary instance only works by accident. An AXFR creates a rectified copy on the secondary. Running rectify on your primary probably will make it break as well. The semantics of wildcards in DNS are tricky. I'll leave it to auth experts to explain how to come to a proper solution. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm looking for some advice on setting up PowerDNS so it answers IPv6 PTR queries with a global wildcard response.
IPv4 is easy enough, just add one wildcard record per zone, but IPv6 is going to be a big pain to maintain - too many zones - too many client /48s.
Know of a way to tell the Powerdns that for anything in a /32 network which does not have an existing PTR record, answer with ‘wildcard answer’ ?
I noticed RFC 8501 talks about this problem, but after lots of web searches I can't find a solution.
Using pdns-server 4.9.3 with mysql backend.
Beta Was this translation helpful? Give feedback.
All reactions