** server can't find .: SERVFAIL when query "."

Ronan Flood ronan at noc.ulcc.ac.uk
Fri Dec 23 17:00:39 UTC 2005


"Truong Tan Son" <sontt at fcv.fujitsu.com> wrote:

> ---------------------------
> THE  CONFIG     FILE
> ---------------------------
> #cat /usr/local/named/etc/named.conf
> options {
>         directory "/usr/local/named/etc";
>         allow-query { any;};
>         allow-transfer { any;};
> };
> zone    "." in {
>         type master;
>         file "named.ca";

Should be:

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

-- 
                      Ronan Flood <R.Flood at noc.ulcc.ac.uk>
                        working for but not speaking for
             Network Services, University of London Computer Centre
     (which means: don't bother ULCC if I've said something you don't like)



More information about the bind-users mailing list