Best method - secondary for lots of domains

Brad Knowles brad.knowles at skynet.be
Wed Jun 27 05:16:03 UTC 2001


At 9:22 PM -0400 6/26/01, Bob Puff at NLE wrote:

>  I've got two Bind 8 servers running.  I've got what seems to be good
>  DNS records for the domains I serve.  I am frequently adding new domains.
>
>  My secondary server I currently have simply doing an RSYNC to the
>  primary's /var/named directory, and copy over the named.conf file
>  every night.  So the secondary is really acting like another master.
>
>  I'd rather let the notifys do the job, but how do you handle new records?
>  Do you have to keep editing the config file on the secondary also?  I'd
>  like to only have to mess with the records on one machine, and have
>  the secondary simply be a mirror; but it needs to handle adding /
>  deleting domains.

	For adding or deleting domains, there is no automatic solution -- 
NOTIFY will not do the trick.  For adding or deleting new records 
within a domain, so long as you update the serial number, everything 
else should just happen automatically (and NOTIFY will probably be 
used to help speed up that job).

-- 
Brad Knowles, <brad.knowles at skynet.be>

/*        efdtt.c  Author:  Charles M. Hannum <root at ihack.net>          */
/*       Represented as 1045 digit prime number by Phil Carmody         */
/*     Prime as DNS cname chain by Roy Arends and Walter Belgers        */
/*                                                                      */
/*     Usage is:  cat title-key scrambled.vob | efdtt >clear.vob        */
/*   where title-key = "153 2 8 105 225" or other similar 5-byte key    */

dig decss.friet.org|perl -ne'if(/^x/){s/[x.]//g;print pack(H124,$_)}'


More information about the bind-users mailing list