Re: [Pdns-users] [Ext] Re: Trying to find a simple "how to" - pdnsutil secure-zone version

2019-04-09 Thread Brian Candler
On 09/04/2019 19:03, Edward Lewis wrote: MariaDB [(none)]> CREATE TABLE domains ( -> idINT AUTO_INCREMENT, -> name VARCHAR(255) NOT NULL, -> masterVARCHAR(128) DEFAULT NULL, -> last_checkINT DEFAULT NULL,

Re: [Pdns-users] [Ext] Re: Trying to find a simple "how to" - pdnsutil secure-zone version

2019-04-09 Thread Edward Lewis
> As it says: "General MySQL knowledge is assumed". But searching for "mysql > create database" and "mysql grant privileges" should help. Coming at this as a complete novice in databases, it would help if the PowerDNS instructions had a pointer. (I know it isn't the job to teach me databas

Re: [Pdns-users] Trying to find a simple "how to" - pdnsutil secure-zone version

2019-04-09 Thread Mike
On 4/9/19 6:24 AM, Brian Candler wrote: > On 09/04/2019 13:59, Edward Lewis wrote: >> I tried this command: >> zone2sql --named-conf=/path/to/named.conf --gmysql | mysql -u pdns -p >> pdns-db >> >> adjusting the "/path/to" first.  The pre--pipe command spit out what >> I'd expect.  The latter comma

Re: [Pdns-users] Trying to find a simple "how to" - pdnsutil secure-zone version

2019-04-09 Thread Brian Candler
On 09/04/2019 13:59, Edward Lewis wrote: I tried this command: zone2sql --named-conf=/path/to/named.conf --gmysql | mysql -u pdns -p pdns-db adjusting the "/path/to" first. The pre--pipe command spit out what I'd expect. The latter command complained about the -u (fixed that) and then the -p,

Re: [Pdns-users] Trying to find a simple "how to" - pdnsutil secure-zone version

2019-04-09 Thread Otto Moerbeek
On Tue, Apr 09, 2019 at 12:59:22PM +, Edward Lewis wrote: > My background - involved with DNS and DNSSEC over 20 years. Have a lot of > experience with ISC's BIND tools and some experience with NLnet Lab's tools. > Now I've been asked to conduct a training session with an organization that

[Pdns-users] Trying to find a simple "how to" - pdnsutil secure-zone version

2019-04-09 Thread Edward Lewis
My background - involved with DNS and DNSSEC over 20 years. Have a lot of experience with ISC's BIND tools and some experience with NLnet Lab's tools. Now I've been asked to conduct a training session with an organization that uses PowerDNS. As much as I know of PowerDNS (people, concept), I'

Re: [Pdns-users] synthesis forward and reverse records

2019-04-09 Thread Peter van Dijk
Hi Daniel, once 4.2 is released, I don’t think we’ll do any rash changes. If we do, we’ll write them in the upgrade notes. Kind regards, -- Peter van Dijk PowerDNS.COM BV - https://www.powerdns.com/ On 9 Apr 2019, at 11:07, Ambauen Daniel (ID NET) wrote: > Hello Peter > > Thank you very much

Re: [Pdns-users] {Content?} Re: Recursor reply SRVFAIL from the first NS server and does not try other NS servers

2019-04-09 Thread Remi Gacogne
On 4/9/19 11:07 AM, Mohamad F. Barham wrote: > this domain get resolved fine now from here, but the thing how can I > test that my recursor is trying all NS servers specially when the first > one is down, and not to reply with timeout while didnt check other NS > servers. Looking at the trace woul

Re: [Pdns-users] synthesis forward and reverse records

2019-04-09 Thread Ambauen Daniel (ID NET)
Hello Peter Thank you very much for your answer. https://doc.powerdns.com/authoritative/lua-records/functions.html#reverse-dns-functions I see the feature is quite new. The section on Reverse DNS functions in the documentation contains a warning. Do you know how long the reverse dns functions wil

Re: [Pdns-users] {Content?} Re: Recursor reply SRVFAIL from the first NS server and does not try other NS servers

2019-04-09 Thread Mohamad F. Barham
Dears, this domain get resolved fine now from here, but the thing how can I test that my recursor is trying all NS servers specially when the first one is down, and not to reply with timeout while didnt check other NS servers. [cid:image002.png@01D327F4.25E9A910] Mohamad Barham System a

Re: [Pdns-users] Recursor reply SRVFAIL from the first NS server and does not try other NS servers

2019-04-09 Thread Remi Gacogne
Hi Mohamad, Would you mind providing a trace, either by starting the recursor with --trace, which is very verbose, or by using: rec_control trace-regex safariaquapark.com To enable tracing for this domain only. You can revert that later with rec_control trace-regex '' In my own tests the rec

Re: [Pdns-users] synthesis forward and reverse records

2019-04-09 Thread Peter van Dijk
> I’m looking for a possibility to synthesis reverse and forward records. > If a PTR record dosen’t exists, pdns should synthesis the missing one. > > An example: > 11.10.168.192.in-addr.arpa. 300 IN PTR > network-192-168-010-011.fwd-v4.mydomain.com > network-192-168-010-011.fwd-v4.mydomain.