RE: number of zones not matching

2009-03-20 Thread Todd Snyder
> BIND does NOT load RFC1918 zones. The Internet-Draft that will > allow that has been stalled for over a year now. Once that draft > clears the working group the #if 0/#endif around the RFC 1918 > zones will be removed. Perhaps I am confused by terminology. I am referri

Re: number of zones not matching

2009-03-20 Thread Mark Andrews
> -Original Message- > From: John D. Vo [mailto:j...@eagle.net > ">mailto:j...@eagle.net] > Sent: Friday, March 20, 2009 3:27 PM > To: Todd Snyder > Cc: mailto:bind-users@lists.isc.org > ">bind-users@lists.isc.org > Subject: Re: number of zones not matching &

Re: number of zones not matching

2009-03-20 Thread John D. Vo
rg Subject: Re: number of zones not matching Yes, Todd. 9.2.2. Todd Snyder wrote: I had to do this a couple times lately .. this is the simplest way I've found. It's not elegant or nifty, but it works. on the master: grep zone named.conf | awk '{print $2} | sort >

RE: number of zones not matching

2009-03-20 Thread Todd Snyder
e safe. t. -Original Message- From: John D. Vo [mailto:j...@eagle.net] Sent: Friday, March 20, 2009 3:27 PM To: Todd Snyder Cc: bind-users@lists.isc.org Subject: Re: number of zones not matching Yes, Todd. 9.2.2. Todd Snyder wrote: > I had to do this a couple times lately .. this is the simples

Re: number of zones not matching

2009-03-20 Thread John D. Vo
Yes, Todd. 9.2.2. Todd Snyder wrote: I had to do this a couple times lately .. this is the simplest way I've found. It's not elegant or nifty, but it works. on the master: grep zone named.conf | awk '{print $2} | sort > master.zones on the slave: grep zone named.conf | awk '{print $2} | sor

RE: number of zones not matching

2009-03-20 Thread Todd Snyder
I had to do this a couple times lately .. this is the simplest way I've found. It's not elegant or nifty, but it works. on the master: grep zone named.conf | awk '{print $2} | sort > master.zones on the slave: grep zone named.conf | awk '{print $2} | sort > slave.zones get the files on the sa