Logging,

Barry Margolin barmar at alum.mit.edu
Fri Jun 8 01:26:34 UTC 2007


In article <f49b4f$la5$1 at sf1.isc.org>, <kenneth.reeves at verizon.com> 
wrote:

> I am trying to log a query from a particular server.  The server is a
> Citrix Netscaler that queries the DNS server to get a heartbeat.  It
> queries on udp port 53.  I need to know if that query is getting to the
> DNS server or not.  Here is my logging section in named.conf.  Any other
> ideas would be greatly appreciated.  I have turned on rndc trace  but
> that hasn't seemed to help.

rndc querylog

> logging {
>         channel my_syslog {
>         syslog daemon;
>         severity info;
>         };
> 
>         channel my_file {
>         file "/var/dns/zones/namedlog.msgs";
>         severity info;
>         };
> 
>         category default { my_syslog; };
>         category queries { my_file; };
>         category lame-servers { null; };
> };
> 
> Thanks,
> Ken Reeves

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list