[Freeipa-users] BIND named.conf

2012-07-13 Thread Michael Mercier
Hello, When using IPA 2.2.0 with DNS setup (--setup-dns), is there any issues with adding slaves to the named.conf file? example on ipaserver1: zone "myzone.tld" { type slave; file "slave/myzone.db" masters { u.x.y.z; w.x.y.z; }; allow-notify { u.x.y.z; w.x.y.z

Re: [Freeipa-users] BIND named.conf

2012-07-13 Thread KodaK
On Fri, Jul 13, 2012 at 3:13 PM, Michael Mercier wrote: > Hello, > > When using IPA 2.2.0 with DNS setup (--setup-dns), is there any issues with > adding slaves to the named.conf file? > > example on ipaserver1: > > zone "myzone.tld" { > type slave; > file "slave/myzone.db" >

Re: [Freeipa-users] BIND named.conf

2012-07-13 Thread Michael Mercier
Hello, I am by no means an expert either, but I believe what you are recommending would forward requests for "myzone.tld" to the ip.of.forwarder1 etc. I want ipaserver1 to actually be a slave (do AXFR / IXFR -- hold all the data) of "myzone.tld", and have ipaserver2 slave this data from i

Re: [Freeipa-users] BIND named.conf

2012-07-13 Thread Dmitri Pal
On 07/13/2012 07:04 PM, Michael Mercier wrote: > Hello, > > I am by no means an expert either, but I believe what you are > recommending would forward requests for "myzone.tld" to the > ip.of.forwarder1 etc. > I want ipaserver1 to actually be a slave (do AXFR / IXFR -- hold all > the data) of "myzo

Re: [Freeipa-users] BIND named.conf

2012-07-13 Thread Michael Mercier
I will try to be more clear... My IPA zone is named intranet.local running on ipaserver1 and ipaserver2. I have another zone (call it "myzone.tld") hosted on some other systems. I would like ipaserver1 and ipaserver2 to both be a slave for this zone (not use a forwarder for the zone). Co

Re: [Freeipa-users] BIND named.conf

2012-07-13 Thread Simo Sorce
On Fri, 2012-07-13 at 21:20 -0400, Michael Mercier wrote: > I will try to be more clear... > > My IPA zone is named intranet.local running on ipaserver1 and > ipaserver2. > I have another zone (call it "myzone.tld") hosted on some other > systems. I would like ipaserver1 and ipaserver2 to bot

Re: [Freeipa-users] BIND named.conf

2012-07-15 Thread david
: Friday, July 13, 2012 8:21 PM To: freeipa-users@redhat.com Subject: Re: [Freeipa-users] BIND named.conf I will try to be more clear... My IPA zone is named intranet.local running on ipaserver1 and ipaserver2. I have another zone (call it "myzone.tld") hosted on some other systems. I

Re: [Freeipa-users] BIND named.conf

2012-07-16 Thread Petr Spacek
ingle record change. If your master for myzone.tld uses standard bind zone files, then this is not a big deal. -DTK -Original Message- From: freeipa-users-boun...@redhat.com [mailto:freeipa-users-boun...@redhat.com] On Behalf Of Michael Mercier Sent: Friday, July 13, 2012 8:21 PM To: fre

Re: [Freeipa-users] BIND named.conf

2012-07-16 Thread Michael Mercier
Hello, On 2012-07-13, at 9:39 PM, Simo Sorce wrote: >> > > Unfortunately slaving is not supported at the moment, but just out of > curiosity what is the ballpark number for "many updates" ? > Doing a quick check on the system, anywhere between 600 and 1000 record updates per minute. Thanks,

Re: [Freeipa-users] BIND named.conf

2012-07-16 Thread david
16, 2012 3:04 AM To: freeipa-users@redhat.com Subject: Re: [Freeipa-users] BIND named.conf Hello, AFAIK there were some issues with IXFR till BIND 8.2.3, but BIND 9 should work with Dynamic update and IXFR well. Combination of IXFR & manual change to zone text file needs special attentio