OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Named Console Message

From: Alexandre Anriot (aanriotatlantilde.com)
Date: Thu Sep 02 2004 - 02:16:09 CDT


> I have set up a OpenBSD server (3.3) to run only as a DNS server. Everything runs fine and all I would like to be able to do is have the named messages go to a file instead of stdout when another ip address asks to do an update or some other function.

In the "logging" section of the named.conf, you have to add :

category "default" { "default_syslog"; "default_debug"; };
                      ---------------

After that, Bind will log in /var/log/daemon. You can use rndc command to check status with `rndc status`.

--

Alexandre Anriot
aanriotatlantilde.com