OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: [SOLVED] bind, multiple views, slaves and ip alias

From: James Strandboge (jamiestrandboge.com)
Date: Mon Feb 14 2005 - 14:46:45 CST


On Fri, 2005-02-11 at 22:56 -0500, James Strandboge wrote:
> According to the bind9 FAQ, if I am using multiple views, I need to set
> up ip aliasing to have a slave get updates from both views on the
> master.
>
> In my test environment, I have setup the master (OpenBSD 3.5) and the
> slave (OpenBSD 3.6) with this in mind (and disabled pf), but only the
> external (authoritative) view is getting updated.

Replying to myself in case someone else needs it.

I did do something stupid. I needed:

match-recursive-only no;

in my master's views (I had 'yes'). I also used the 'also-notify
{ slave-ip; };' option in each of my master's zones (that the slave was
replicating) so 'rndc reload' worked right. The IP aliases weren't NS
records, so this didn't happen automatically without this option.

Sorry for the noise...

Jamie