error in named.conf



A corrected named.conf appears below. The pid-file name must be quoted. This syntax error caused the dns service to fail. The correction fixes the problem. Now I have infrastructure mode and dns working.

named.conf
// Named configuration, generated by NetworkManager

options {
       directory "/";
       query-source address * port 53;
       forward only;
       forwarders { @@FORWARDERS@@ };
       listen-on  { 127.0.0.1; };
       pid-file "none";
};

// Disable rndc
controls { };

@@DOMAIN_ZONES@@

--
Bill Moss
Professor, Mathematical Sciences
Clemson University




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