also-notify

Oleg Prokopyev riiki at gu.net
Mon Dec 10 09:02:02 UTC 2001


FUJITA Kazutoshi wrote:
> 
> From: Oleg Prokopyev <riiki at gu.net>
> Subject: also-notify
> Date: Mon, 10 Dec 2001 10:36:06 +0200
> Message-ID: <3C1473F6.19B10CC3 at gu.net>
> 
> > I got  question about "also-notify"
> >
> > i have the following :
> >
> > zone "xxx.xxx" {
> >         type master;
> >         file "xxx.xxx";
> >         allow-transfer {
> >                 x.x.x.x;
> >         };
> >         also-notify y.y.y.y;
> > };
> >
> > but NOTIFY is not sent to y.y.y.y
> >
> > whats the reason?
> 
> it requires '{ ip_addr; [ ip_addr; ... ] };' clause.
> try followings
> 
> zone "xxx.xxx" {
>         type master;
>         file "xxx.xxx";
>         allow-transfer {
>                 x.x.x.x;
>         };
>         also-notify {
>                 y.y.y.y;
>         };
> };
> 
> Regards,

hm...
i do not think it is really so... anyway in config-parser there is no
any error for this statement
moreover in DNS&Bind O'reily there is a sample without using "{}" 
and i tried this variant also, but... :( no results

p.s. i use bind 8.3 & 8.4 ... linux & free - no results :(
may be anybody have one more variant?

-- 
Regards,
Oleg Prokopyev
OAP4-RIPE


More information about the bind-users mailing list