FW: BIND 9 errors

Barry Margolin barmar at alum.mit.edu
Fri Jul 2 01:36:00 UTC 2010


In article <mailman.1945.1277966757.21153.bind-users at lists.isc.org>,
 Peter Andreev <andreev.peter at gmail.com> wrote:

> 2010/7/1 Y z <yankel at hotmail.com>
> 
> >
> > (bind version 9.7.0-P1)
> >
> > A DNS slave server has two IPs: an internal RFC1918 number to talk to
> > the internal net, and an external one to talk to the rest of the world.
> >
> > If I *don't* put the external IP in a master:
> >
> > zone "example.com" {
> > type slave;
> > file "example";
> > masters port 1053 { 172.16.0.30; } ;
> > };
> >
> > I get errors:
> >
> > Jun 30 14:03:54 hostname named[1865]: zone example.com/IN: refused notify
> > from non-master: external.ip#59808
> >
> This error appears because your master sends notify from external.ip, which
> isn't listed in "masters {};" statement.

This can be resolved by putting a notify-source option in the master's 
named.conf.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list