In article <mailman.1945.1277966757.21153.bind-us...@lists.isc.org>,
 Peter Andreev <andreev.pe...@gmail.com> wrote:

> 2010/7/1 Y z <yan...@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, bar...@alum.mit.edu
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to