Re: Issue in calling same zone in more than one VIEW

2015-05-29 Thread Niall O'Reilly
On Fri, 29 May 2015 11:49:35 +0100, Gaurav Kansal wrote: > > Now I have to create 2 files with different zone definition (one > contains definition and the second one contains ‘in-view’ parameter). > I know that this is not at all tough I but I just need to know if I > can use same file for includ

Re: Issue in calling same zone in more than one VIEW

2015-05-29 Thread Niall O'Reilly
On Fri, 29 May 2015 11:25:48 +0100, Cathy Almond wrote: > > > From 9.10.0 there is a new zone type 'in-view'. From the release notes: Neat! Thanks and best regards, Niall O'Reilly ___ Please visit https://lists.isc.org/mailman/listinfo/b

RE: Issue in calling same zone in more than one VIEW

2015-05-29 Thread Gaurav Kansal
> From 9.10.0 there is a new zone type 'in-view'. From the release notes: > The new "in-view" zone option allows zone data to be shared between views, so that multiple views can serve the same zones authoritatively without storing multiple copies in memory. [RT #32968] > I think this will do

Re: Issue in calling same zone in more than one VIEW

2015-05-29 Thread Cathy Almond
egards, > Gaurav Kansal > > -Original Message- > From: Niall O'Reilly [mailto:niall.orei...@ucd.ie] > Sent: Friday, May 29, 2015 1:48 PM > To: Gaurav Kansal > Cc: bind-users@lists.isc.org > Subject: Re: Issue in calling same zone in more than one VIEW > > On Fri, 29

RE: Issue in calling same zone in more than one VIEW

2015-05-29 Thread Gaurav Kansal
niall.orei...@ucd.ie] Sent: Friday, May 29, 2015 1:48 PM To: Gaurav Kansal Cc: bind-users@lists.isc.org Subject: Re: Issue in calling same zone in more than one VIEW On Fri, 29 May 2015 08:23:55 +0100, Gaurav Kansal wrote: > > Dear Team, > > I am running BIND 9.10.2 version on Cent

Re: Issue in calling same zone in more than one VIEW

2015-05-29 Thread Niall O'Reilly
On Fri, 29 May 2015 08:23:55 +0100, Gaurav Kansal wrote: > > Dear Team, > > I am running BIND 9.10.2 version on CentOS and running roughly 500 > domains and for most of them I am a slave server. > > In few of them, I have different zone file based on Internal and > External view. > > And for re

Re: Issue in calling same zone in more than one VIEW

2015-05-29 Thread Mark Andrews
This has always been a configuration error. Give each zone its own file. Specifying the same file leads to corrupted journals, data from the other view being published in the wrong view etc. Mark In message <018d01d099e0$6c348650$449d92f0$@nic.in>, Gaurav Kansal writes: > > Dear Team, > > I

Issue in calling same zone in more than one VIEW

2015-05-29 Thread Gaurav Kansal
Dear Team, I am running BIND 9.10.2 version on CentOS and running roughly 500 domains and for most of them I am a slave server. In few of them, I have different zone file based on Internal and External view. And for rest of them, I am using a single file for both the View. This config