Suresh Ramasubramanian wrote:

> +++ Dayalan Manohar [linux-india] <23/03/02 15:47 +0530>:
> > Our bind is not notifying the slave server and so the zones on the slave
> > server is out of date.I am running bind 9. I have not restricted
> > transfer and I am able to query my server and get the right response but
> > somehow the slave server is not keeping in sync.Please help.I dont know
> > what OS or DNS the slave server is running.
>
> Did you change the serial number on the zone after modifying it?
>
>         --srs
> --

Yes,
I tried incrementing and restarting bind several times.With bind 8  i used to
be told  that notify took place in /var/log/messages when restarting bind.In
all other respects name is behaving properly as far as I can tell.I can
transfer the zone using dig remotely.
My named.conf is as follows.

-snip-
 directory "/var/named";
        // query-source address * port 53;

        //auth-nxdomain yes;
};

zone "." {
        type hint;
        file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "named.local";
};

zone "innomedia.soft.net" {
        type master;
        file "named.innomedia.soft.net.forward";
        allow-query { any; };
        notify yes;

};

zone "79.164.164.in-addr.arpa" {
        type master;
        file "named.innomedia.soft.net.reverse";
        allow-query { any; };
        notify yes;

};
-snip-

-dayalan


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to