[Pdns-users] Supermaster / slaves

2012-11-26 Thread Ed
Hi,

I've looked through the documentation and searched the archives and haven't 
found a concrete answer to this issue:

We have a hidden master that updates slaves that are the internet facing DNS 
resolvers, they are not recursive.

We want to use automatic zone provisioning via the supermaster to the slaves.

However the docs state that :

** The set of NS records for the domain, as retrieved by the slave from the 
supermaster, must include the name that  goes with the IP address in the 
supermaster table 


Our supermaster would not be listed in the NS records because it is hidden.  Is 
there a way to accomplish this ?

Thanks!
--Ed
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] Supermaster / slaves

2012-11-26 Thread Ton van Rosmalen

Hi Ed,

Op 26-11-12 17:08, Ed schreef:

Hi,

I've looked through the documentation and searched the archives and 
haven't found a concrete answer to this issue:


We have a hidden master that updates slaves that are the internet 
facing DNS resolvers, they are not recursive.


We want to use automatic zone provisioning via the supermaster to the 
slaves.


However the docs state that :

** The set of NS records for the domain, as retrieved by the slave 
from the supermaster, must include the name that goes with the IP 
address in the supermaster table


Our supermaster would not be listed in the NS records because it is 
hidden.  Is there a way to accomplish this ?


In the supermasters table you should set-up a record for the primary 
nameserver as you would set-up on second-level domains.
If you have a primary named ns1.yourdomain.com you should create an 
entry like the following example in the supermasters table:

ipnameserver account
ns1.yourdomain.cominternal or whatever you 
use in your tables


This set-up should create a new domain when the hidden master sends a 
notify to its slaves.


Good luck.

Ton

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


[Pdns-users] Duplicate notifies when using pdns_control

2012-11-26 Thread Seth Mattinen
When I use the "pdns_control notify-host" command the target (slave)
host is receiving four notifies with several seconds between each one.
Is this expected?


Logged on PDNS master (zone running in "NATIVE" mode, so I'm doing
manually triggered NOTIFY):

Nov 26 13:07:33 testmaster pdns[2018]: Notification request to host
74.118.152.66 for domain 'example.com' received


Logged on slave:

Nov 26 13:07:02 testslave named[9847]: client X#41383: received notify
for zone 'example.com'
Nov 26 13:07:05 testslave named[9847]: client X#41383: received notify
for zone 'example.com'
Nov 26 13:07:10 testslave named[9847]: client X#41383: received notify
for zone 'example.com'
Nov 26 13:07:19 testslave named[9847]: client X#41383: received notify
for zone 'example.com'


~Seth
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] Duplicate notifies when using pdns_control

2012-11-26 Thread bert.hubert
Which version of Powerdns? 


Sent from Samsung MobileSeth Mattinen  wrote:When I use the 
"pdns_control notify-host" command the target (slave)
host is receiving four notifies with several seconds between each one.
Is this expected?


Logged on PDNS master (zone running in "NATIVE" mode, so I'm doing
manually triggered NOTIFY):

Nov 26 13:07:33 testmaster pdns[2018]: Notification request to host
74.118.152.66 for domain 'example.com' received


Logged on slave:

Nov 26 13:07:02 testslave named[9847]: client X#41383: received notify
for zone 'example.com'
Nov 26 13:07:05 testslave named[9847]: client X#41383: received notify
for zone 'example.com'
Nov 26 13:07:10 testslave named[9847]: client X#41383: received notify
for zone 'example.com'
Nov 26 13:07:19 testslave named[9847]: client X#41383: received notify
for zone 'example.com'


~Seth
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] Duplicate notifies when using pdns_control

2012-11-26 Thread Seth Mattinen
On 11/26/12 1:32 PM, bert.hubert wrote:
> Which version of Powerdns? 
> 

Using the pdns-static_3.1-1 package.

I figured it out; acks to notifications weren't getting through (my
fault). However, I did manage to lock up pdns with what I'm guessing was
too many pending unanswered notifications in its internal list/queue.
Nothing was logged, it just eventually froze and had to be killed.

~Seth
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users