Re: named / bind problem

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

 



On Thu, 2005-11-03 at 22:28 +0800, List wrote:
> 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";

notify msgs are sent when a zone the server is authoritative for
changes. The messages are sent to the servers listed in the zone's NS
records. So check that u have more than one NS rec in ur zone file

JS


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

  Powered by Linux