[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bind9 slave sending notifies



On Thu, 24 Mar 2022, Jeremy Ardley wrote:

I'm using BIND 9.16.22-Debian (Extended Support Version) <id:59bfaba>

The problem is when I restart I see "sending notifies" in the log.

I have checked the configuration named.conf.local and named.conf.options and there is no 'allow-transfer' in the configuration.

example named.conf.local entry:

zone "lan" {
??????? type slave;
??????? file "db.lan";
??????? masters { 192.0.2.1; };
??????? allow-query {any;};
};

So is sending notifies with no-one to notify normal?

If not, how do I stop it?


I have:

        allow-transfer { none; };
        transfer-source-v6 2001:8b0:bfcd:***;
        listen-on { 192.168.*.*/32; 192.168.*.*/32; };
        listen-on-v6 { any; };
        notify explicit;
}

in options. I don't see my slave sending any notifies.

Tim



Reply to: