named / bind problem

List list at nchost.net
Thu Nov 3 14:28:36 UTC 2005


> On Thu, 2005-11-03 at 18:22 +0800, List wrote:
>> Hi,
>> 
>> Running FC 4, with bind 9.3.1. I notice that zones are loaded but not 
>> sending notifies.
> 
> Can u print your named.conf? It's probably an options issue. Do u have
> 'notify yes;' for those zones?
>> 

named.conf as below. Had tested with and without "notify yes;"

options {
        directory "/var/named";
};
zone "." IN {
        type hint;
        file "named.local";
};
zone "dns1.domain.com" IN {
        type master;
        file "dns1.domain.com";
        notify yes;
};
include "/etc/rndc.key";


thanks




More information about the users mailing list