Re: [Pdns-users] Random (was: When to do a key rollover?)

2011-05-11 Thread Posner, Sebastian
bert hubert wrote: Perhaps a question for everybody.. How do make yure you have enough *good* random for (frequent) key generation for (many) different zones? I've heard good things about http://www.entropykey.co.uk/ . This is a sort of halfway solution - I'd not suggest just using

Re: [Pdns-users] sql schema

2011-06-28 Thread Posner, Sebastian
Thomas Andrews wrote: Can anybody point me at some documentation about what is supposed to go into the various fields in the db? Specifically what is the purpose of the 'domains' table? In the 'records' table, I understand what the obvious fields are, but what is 'domain_id', 'prio', and

Re: [Pdns-users] PDNS recursor Dual Stack

2011-07-22 Thread Posner, Sebastian
Chris Hesselrode wrote: When setting pdns recursor to use an IPv4 and IPv6 address (comma separated in local-ip) the server doesn't respond to queries over IPv6. Any quick tips to look at? This sounds like an exact dupe of the problem Marten Lehmann had just this week... Greets,

Re: [Pdns-users] Delegation Test Script

2011-08-08 Thread Posner, Sebastian
John Macleod wrote: This is slightly unspecific to pdns... I am looking for a script to test the current delegation of zones within our pdns installation. Effectively... - Grab zone out of db - Poke root... - Poke parent - NS is one of our IPs, yes or no Searches have yielded

Re: [Pdns-users] PowerDNS in an ISP environment

2011-08-16 Thread Posner, Sebastian
Erik Weber wrote: Some other things to consider why running PDNS is better: [...] Just shooting in with a feature that I just came to remember. 6) Fancy records. 3.0 doesn't support fancy records any more. http://doc.powerdns.com/fancy-records.html Mit freundlichen Grüßen, Sebastian --

Re: [Pdns-users] Hidden slave doesn't retreive domain from master

2011-08-25 Thread Posner, Sebastian
Enrico van Goor wrote: Aug 25 13:22:44 Unable to find backend willing to host example.org for potential supermaster 10.12.3.50 The IP of the nameserver isn't is the NS records of the domain and isn't meant to. When I do add the NS record, the AXFR does work. The supermasters table

Re: [Pdns-users] Hidden slave doesn't retreive domain from master

2011-08-26 Thread Posner, Sebastian
Ton van Rosmalen wrote: snip mysql select * from supermasters; ++--+-+ | ip | nameserver | account | ++--+-+ | 10.12.3.50 | master.example.com | admin |

Re: [Pdns-users] Hidden slave doesn't retreive domain from master

2011-08-26 Thread Posner, Sebastian
Enrico van Goor wrote: snip mysql select * from supermasters; ++--+-+ | ip | nameserver | account | ++--+-+ | 10.12.3.50 | master.example.com | admin |

Re: [Pdns-users] new pdns mysql web interface

2011-09-30 Thread Posner, Sebastian
Maysara A. Abdulhaq wrote: [http://code.google.com/p/powerdns-webinterface/] It looks nice, but i noticed that the created users can freely create domains, it would be nice if users can be assigned domains they can modify , but not necessarily create new ones. Yes, that would be nice. But

Re: [Pdns-users] new pdns mysql web interface

2011-10-05 Thread Posner, Sebastian
Timo Witte wrote: [http://code.google.com/p/powerdns-webinterface/ vs. multi-tenancy] But, if both resellers use the same DNS Server, it would get a little complicated, because you can´t tell when the domain should be moved. I solution for this would be a active flag for the domain. So only 1

Re: [Pdns-users] Question concerning multiple database backends

2011-10-27 Thread Posner, Sebastian
Florian Obser wrote: With the possibility to say use this database backend for private key material only, I could use another databse backend to store the signed zones, replicate this database and nonetheless neither powerdns doesn't store signatures in the database backend when running

Re: [Pdns-users] Persistent DNS cache

2012-04-10 Thread Posner, Sebastian
Brouwer, Onno wrote: Does anyone know whether it is possible to use PowerDNS to build a persistent DNS cache? What exactly do you unterstand to be a persistent DNS cache? Ideas come to my mind including querylogging, automatic ressource record extraction, revision control systems, lua

Re: [Pdns-users] Incrementing SOA serials?

2012-09-11 Thread Posner, Sebastian
Jan-Piet Mens wrote: Works perfectly, but what about updating the serial number for the zone in the SOA record? In an SQL master/slave setup I can't think of a reason that it would matter. Any thoughts on that? I tend to agree that if you're using PowerDNS exclusively as mentioned,

Re: [Pdns-users] Automatically delete zones that are deleted on Supermaster

2012-10-30 Thread Posner, Sebastian
a b wrote: Nevertheless, in my experience, this should be handled by the pdns software. I'm thinking that if pdns supermaster is capable of persuading a superslave to become a slave for a domain, and then a transfer takes place, would it not be logical to expect that when said domain is

Re: [Pdns-users] Automatically delete zones that are deleted on Supermaster

2012-11-09 Thread Posner, Sebastian
Many protocols for distribution of data have a certain ordering and an acknowledgement mechanism. NOTIFY does have an acknowledgement mechanism (but PowerDNS masters don't do a lot with it) but no ordering. It's easier to lose things with NOTIFY than with other replication

Re: [Pdns-users] Automatically delete zones that are deleted on Supermaster

2012-11-09 Thread Posner, Sebastian
So it can be done then? Use NOTIFY and not have data loss on the slaves? A packet lost in transit is not data loss on slave. If the data never gets there, slave can't lose it. Inconsistency would be more of a correct term here. Such inconsistencies can be monitored for very well, and if you

Re: [Pdns-users] PowerDNS capabilities

2013-03-26 Thread Posner, Sebastian
Marc Haber wrote: Odhiambo Washington wrote: Does PowerDNS support views, in some way? If you look for something that is the same as bind views, the answer is no, unfortunately. Same goes for ACLs. Thinking about this again, one could easily achieve such a result with a combination of

Re: [Pdns-users] turn off all type of caching in pdns-recursor

2013-06-19 Thread Posner, Sebastian
Aki Tuomi wrote: On Wed, Jun 19, 2013 at 10:14:56AM +0200, Marc Haber wrote: On Wed, Jun 19, 2013 at 09:18:42AM +0300, Aki Tuomi wrote: Another method that has been used has been to setup a record like *.monitoring.example.com IN A 127.0.0.1 and then ask stuff like dig `date

Re: [Pdns-users] Issue with subdoamin delegation and AFXR

2013-07-29 Thread Posner, Sebastian
If test.annoying.com is a domain on its own; then there MUST be a SOA record (it is kind of the domains identity), then you can AXFR the domain (given that NS records are present, too). If test.annoying.com is NOT a domain on its own, no SOA is needed, But then you can NOT AXFR

[Pdns-users] [pdns-recursor] RFC6303

2013-08-13 Thread Posner, Sebastian
Hi, Does pdns currently implement RFC6303 (Locally Served DNS Zones)? Couldn't find anything about it in the docs.. If not, are there future plans to implement it? Kind regards, Sebastian -- Sebastian Posner Unix-Systemspezialist Deutsche Telekom AG, Products Innovation Es hat einmal einer

Re: [Pdns-users] Installation PDNS Server auf Raspberry Pi (weezy)

2013-08-16 Thread Posner, Sebastian
Providing your config for both recursor and authoritative would be rather helpful ;) Mit freundlichen Grüßen, Sebastian -- Sebastian Posner Unix-Systemspezialist Deutsche Telekom AG, Products Innovation Es hat einmal einer gesagt, das geht nicht. Dann kam einer, der wusste das nicht und hat

[Pdns-users] Bump Zone serial?

2013-08-20 Thread Posner, Sebastian
Hi, Is there a command option for pdns_control or pdnssec that artificially bumps the zone serial in a native zone setup, e.g. to test proper notification an replication behaviour? Should trigger the same action that is launched when a zone is resigned. Kind regards, Sebastian -- Sebastian

Re: [Pdns-users] Different RRSIG's on master and slaves

2013-09-26 Thread Posner, Sebastian
Did you execute pdnssec secure-zone .. only on the master or on the slaves, too? What does the query --- select type from domains where name=concepthouse.nl; --- produce as output when issued on all of the backend-databases? Kind regards, Sebastian -- Sebastian Posner Unix-Systemspezialist

Re: [Pdns-users] Autodiscover SRV Record splitting hairs :)

2013-11-01 Thread Posner, Sebastian
All records transfer just fine...except for the Autodiscover SRV record. The record itself registers correctly: _autodiscover._tcp.testing29.com SRV 0 443 autodiscovery.testing29.com 14400 0 but...Powerdns splits the SRV record and produces an extra record/row in the database,

[Pdns-users] Downloads no repository

2014-02-06 Thread Posner, Sebastian
Hi, Is there a specific reason (but sheer oversight) for e.g. http://downloads.powerdns.com/releases/deb/ not being a apt-compatible repository? It seems the needed script is even present in that directory but hasn't been executed for about 10 years now.. xD This would make automatic

Re: [Pdns-users] Wildcards for ipv6 PTR Records?

2014-03-10 Thread Posner, Sebastian
The allowed NULL in type is NOT optional. Exactly for these purposes (empty-non-terminals). Powerdns automatically creates filler records with type=NULL if you e.g. create record a.b.c.bla in domain c.bla without any record present for b.c.bla. IOW: If your software is designed to work on a

Re: [Pdns-users] multiple ip address for domainmetadata ALLOW-2136-FROM

2014-07-15 Thread Posner, Sebastian
Thomas Mieslinger wrote: the documentation is not clear about how to allow more than one ip or range in the ALLOW-2136-FROM domainmetadata. Are multiple ALLOW-2136-FROM domainmetadata Records honored for a domain_id? Or should I space separate the allowed IPs in one record? Quoting

Re: [Pdns-users] Slaves do not return RRSIGs when DO flag is set

2014-08-08 Thread Posner, Sebastian
Julian K. wrote: There's your problem: not presigned. You need to set them presigned so that pdns knows they're signed and that it needs to send rrsig records. To do this, you'll need to run pdnssec set-presigned zone I want the bindbackend to manage the keys and

Re: [Pdns-users] Force Forwarding

2015-01-16 Thread Posner, Sebastian
NewWorld wrote: It make sense but maybe it was not clear enough, I'm asking if it is possible to forward the request for zone1.com to AD, even if powerdns still have that zone1.com. If your recursor is behind your authoritative, no way I'd say. (that is, if your recursor is in the

Re: [Pdns-users] Modify Records Table-Time of Day records

2015-02-12 Thread Posner, Sebastian
Martin Chandler wrote: Is it possible to modify the structure of the records table, to add new fields? You can add as many columns as you need; that will not interfere with PowerDNS Auth operation. (You can also rename existing columns, but you'd need to redefine the queries