Master to Slave initial zone transfer question

2014-04-16 Thread Jeronimo L. Cabral
Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave schema. Everything works OK, but I have just a question: When a create a new zone in the Master and reload the bind9 daemon, this zone doesn't appear automatically in the Slaveit only appears if I restart the bind9

Re: Master to Slave initial zone transfer question

2014-04-16 Thread Barry Margolin
In article mailman.2651.1397662255.20661.bind-us...@lists.isc.org, Jeronimo L. Cabral jelocab...@gmail.com wrote: Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave schema. Everything works OK, but I have just a question: When a create a new zone in the Master and

Re: Master to Slave initial zone transfer question

2014-04-16 Thread Jim Glassford
On 4/16/2014 11:35 AM, Barry Margolin wrote: In article mailman.2651.1397662255.20661.bind-us...@lists.isc.org, Jeronimo L. Cabral jelocab...@gmail.com wrote: Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave schema. Everything works OK, but I have just a question:

Re: Master to Slave initial zone transfer question

2014-04-16 Thread Jeronimo L. Cabral
Dear Jim, where do I have to execute the command rndc reconfig, in master or slave ?? Thanks a lot to both. On Wed, Apr 16, 2014 at 12:42 PM, Jim Glassford jmgl...@iup.edu wrote: On 4/16/2014 11:35 AM, Barry Margolin wrote: In article mailman.2651.1397662255.20661.bind-us...@lists.isc.org

Re: Help with DKIM record

2014-04-16 Thread pch0317
Maybe try dig: dig -t txt google.com On 04/14/2014 10:23 AM, Felix Rubio Dalmau wrote: Hi everybody, I have set up a bind9 server, and everything works fine except when I try to request some fields (e.g., TXT) for any server. If I do host -t txt host I get host has no

Re: Help with DKIM record

2014-04-16 Thread pch0317
Maybe try dig: dig -t txt google.com On 04/14/2014 10:23 AM, Felix Rubio Dalmau wrote: Hi everybody, I have set up a bind9 server, and everything works fine except when I try to request some fields (e.g., TXT) for any server. If I do host -t txt host I get host has no

Re: Master to Slave initial zone transfer question

2014-04-16 Thread Alan Clegg
On 4/16/14, 11:42 AM, Jim Glassford wrote: To quicken the update process can use also-notify in options also-notify { slave1.n.n.n; slave2.n.n.n; }; There is no reason to use also-notify in this situation. Please don't do this unless you know what you are

Can Master replicate zone options in Slave's named.conf.local file ???

2014-04-16 Thread Roberto Carna
People, I have a Master / Slave BIND9 system. When I add a new zone to the Master and set it up in named.conf.local file as follow: zone company.com { type master; file /etc/bind/zones/company.com.db; allow-transfer { key company; }; }; Can Master write these options to Slave's

Re: Master to Slave initial zone transfer question

2014-04-16 Thread Jeronimo L. Cabral
Dear Alan, sorry but I don't understand...can yo help me on this please: When create a new zone in Master and add the zone parameters in named.conf.local, before the Slave get the new zone do I have to write by hand the same zone parameters in Slave's named.conf.local and restart its bind9

Re: Can Master replicate zone options in Slave's named.conf.local file ???

2014-04-16 Thread Roberto Carna
OK Jeff, thanksso the only way to write these bottom lines in the Slave is by hand (except if use scp or something similar)??? zone company.com { type slave; file /etc/bind/zones/company.com.db; allow-transfer { key company; }; } Bind per se can't do it ??? Thanks again.

Re: Master to Slave initial zone transfer question

2014-04-16 Thread Alan Clegg
On 4/16/14, 1:27 PM, Jeronimo L. Cabral wrote: Dear Alan, sorry but I don't understand...can yo help me on this please: When create a new zone in Master and add the zone parameters in named.conf.local, before the Slave get the new zone do I have to write by hand the same zone parameters in

Re: Can Master replicate zone options in Slave's named.conf.local file ???

2014-04-16 Thread John Miller
Hi Roberto, For cases like this, where only a couple of parameters are different, a configuration management system like Chef, Saltstack, or Puppet really comes in handy. You copy things by hand when you're just tinkering around, but as soon as you're reasonably sure about things, into config

Re: Can Master replicate zone options in Slave's named.conf.local file ???

2014-04-16 Thread Alan Clegg
On 4/16/14, 1:53 PM, Roberto Carna wrote: OK Jeff, thanksso the only way to write these bottom lines in the Slave is by hand (except if use scp or something similar)??? zone company.com { type slave; file /etc/bind/zones/company.com.db; allow-transfer { key company; }; }

Re: Master to Slave initial zone transfer question

2014-04-16 Thread Barry Margolin
In article mailman.2653.1397662961.20661.bind-us...@lists.isc.org, Jim Glassford jmgl...@iup.edu wrote: On 4/16/2014 11:35 AM, Barry Margolin wrote: In article mailman.2651.1397662255.20661.bind-us...@lists.isc.org, Jeronimo L. Cabral jelocab...@gmail.com wrote: Dear, I've implemented

Re: Master to Slave initial zone transfer question

2014-04-16 Thread Barry Margolin
In article mailman.2654.1397663394.20661.bind-us...@lists.isc.org, Jeronimo L. Cabral jelocab...@gmail.com wrote: Dear Jim, where do I have to execute the command rndc reconfig, in master or slave ?? Thanks a lot to both. Jim didn't post the rndc reconfig info, I did. You execute it on

Re: Master to Slave initial zone transfer question

2014-04-16 Thread Kevin Oberman
On Wed, Apr 16, 2014 at 8:30 AM, Jeronimo L. Cabral jelocab...@gmail.comwrote: Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave schema. Everything works OK, but I have just a question: When a create a new zone in the Master and reload the bind9 daemon, this zone