Newbie: Troubles with dns zone file

Tom.Pockrandt at gecits.ge.com Tom.Pockrandt at gecits.ge.com
Tue Apr 11 23:24:04 UTC 2000


I get the following error if i restarting nameserver:

Jan 12 07:56:41 ns1 named[329]: /etc/named.conf:22: syntax error near type

My named.conf file:

};

//
// a caching only nameserver config
//
        type hint;                 (This is line 22)
        file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "named.local";
};

I think that on line 21 must stay "zone ?????" or like that. Is it true that
this section is bad ?. What can I do to correct it ?.

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







More information about the bind-users mailing list