Martin, Debi (REO) wrote:

> Thanks for the reply. 
> 
> I've checked out the files and as far as I can see its fine. But, saying
> that, I could 
> be missing something obvious. If your offer of posting some working files
> still stands,
> I would really appreciate it. I can at least do a compare to see if
> something is amiss..
> 
> My goal for the DNS server is to allow the other hosts on the same lan to be
> able 
> to get to other hosts by the 'friendly' name. It makes life alot easier than
> maintaining
> individual host files on each machine. 
> 
> 
You may want to add lines like the following to your /etc/named.conf 
file and then check the output in the log files specified
(/var/named/log/log /var/named/log/seclog). This should give you some 
ideas whether named has started correctly etc.

logging {
       channel seclog {
               file "log/seclog" versions 5 size 1m;
               print-time yes; print-category yes;
       };
       channel log {
               file "log/log" versions 5 size 1m;
               print-time yes; print-category yes;
       };
       category xfer-out { seclog; };
       category panic { seclog; };
       category security { seclog; };
       category insists { seclog; };
       category response-checks { seclog; };
       category load { log; };
       category lame-servers { log; };
       category cname { log; };
}; 

-- 
Prof. Dr. Andreas J. Guelzow                    
Chair of Science
Concordia University College of Alberta
[EMAIL PROTECTED]
http://www.math.concordia.ab.ca/aguelzow


Reply via email to