Re: Multiple zones pointing to same zone file

2010-10-20 Thread Stephane Bortzmeyer
On Tue, Oct 19, 2010 at 05:29:01PM -0400,
 John Wingenbach b...@wingenbach.org wrote 
 a message of 18 lines which said:

 What about for a master server?  Are there any issues with named
 supporting that?

Not at all. It works fine
http://www.bortzmeyer.org/identical-domains-with-bind.html.  (Didn't
try DNSSEC yet.)


___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: Multiple zones pointing to same zone file

2010-10-20 Thread Mark Andrews

In message 20101020083329.ga24...@nic.fr, Stephane Bortzmeyer writes:
 On Tue, Oct 19, 2010 at 05:29:01PM -0400,
  John Wingenbach b...@wingenbach.org wrote 
  a message of 18 lines which said:
 
  What about for a master server?  Are there any issues with named
  supporting that?

As I said.  You can't share any file named *WRITES* to.  This
includes files used by master zones.  If you allow updates
then it can't be shared.  If you have auto-dnssec turned on
it can't be shared.

 Not at all. It works fine
 http://www.bortzmeyer.org/identical-domains-with-bind.html.  (Didn't
 try DNSSEC yet.)

The signatures will vary as they cover the owner name.
 
Mark
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Multiple zones pointing to same zone file

2010-10-19 Thread John Wingenbach
 I know that per Mark Andrews that named does not support having 
multiple zones pointing to the same zone file.  I can understand the 
issue if named does not support it for a slave server.  What about for a 
master server?  Are there any issues with named supporting that?


I would assume that whenever the zone file is changed, notifies for each 
zone utilizing that file would be sent out.  Is that correct?  Does 
named support that?  If not, are there any plans for named to support 
having multiple zones utilizing the same zone file?


I would prefer to make sure that we are using named in a supported 
fashion despite that it has been working this way. :)


-- John
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: Multiple zones pointing to same zone file

2010-10-19 Thread Jay Ford

On Tue, 19 Oct 2010, John Wingenbach wrote:
I know that per Mark Andrews that named does not support having multiple 
zones pointing to the same zone file.  I can understand the issue if named 
does not support it for a slave server.  What about for a master server?  Are 
there any issues with named supporting that?


I would assume that whenever the zone file is changed, notifies for each zone 
utilizing that file would be sent out.  Is that correct?  Does named support 
that?  If not, are there any plans for named to support having multiple zones 
utilizing the same zone file?


I would prefer to make sure that we are using named in a supported fashion 
despite that it has been working this way. :)


support might a little strong, but it won't cause problems for non-dynamic
master zones like it will for slave zones.  Dynamic zones will break if 
you have them share files, just like slave zones will break.


Note that notifies are sent when the zone is (re)loaded, not when the 
associated file changes.  You'll have to reload each zone which is based on 
the file after you change the file.


This (along with other things) gets more interesting when you start signing
the zones for DNSSEC, but you might be able to play symlink games with the
unsigned file names to deal with that.


Jay Ford, Network Engineering Group, Information Technology Services
University of Iowa, Iowa City, IA 52242
email: jay-f...@uiowa.edu, phone: 319-335-, fax: 319-335-2951
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users