Re: named / bind problem

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

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux