Logging,

kenneth.reeves at verizon.com kenneth.reeves at verizon.com
Thu Jun 7 15:20:32 UTC 2007


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.

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



More information about the bind-users mailing list