Re: no. of Views and Zones

2010-11-04 Thread Alans
On 10/31/2010 4:48 AM, Alans wrote: Have 2 questions, is there any limitation (beside hardware) on number of views? I mean creating a view/customer? And is there any limitation for number of zones/view? Since I didn't got exact answer for my questions, I was thinking if you can tell what is you

Re: no. of Views and Zones

2010-11-04 Thread Alan Clegg
On 11/4/2010 12:22 AM, Alans wrote: >> On 10/31/2010 4:48 AM, Alans wrote: >> Have 2 questions, is there any limitation (beside hardware) on number of >> views? I mean creating a view/customer? >> And is there any limitation for number of zones/view? > > Since I didn't got exact answer for my ques

multi-master configuration?

2010-11-04 Thread Jiann-Ming Su
How does multi-master configuration work? The scenario I have is three ISC DHCP servers configured for dynamic DNS, which also act as primary for the dynamic zone (dyn.mydomain.com): zone "dyn.mydomain.com" { type master; file "ddb.dyn.mydomain.com"; allow

Re: BIND - Declare variable?

2010-11-04 Thread Chris Buxton
No. You can set a path in named.conf with the options { directory ...; }; statement, but that single path applies to all unqualified paths in named.conf. You could, however, write this: options { directory "/var/named"; }; logging { channel config_log { file "log

Re: multi-master configuration?

2010-11-04 Thread Chris Buxton
On Nov 4, 2010, at 8:38 PM, Jiann-Ming Su wrote: > So, to clarify my question. When I add the other two dhcp servers to the > masters{} list and set "multi-master yes" will this allow all three dhcp > servers > to update the dyn.mydomain.com zone? If so, do the three dhcp servers also > updat