Logging,

Arul Murugan arulhp at gmail.com
Fri Jun 8 05:09:53 UTC 2007


Hi ,
          You can find out the query is reached dns or not by using nslookup
-dd or dig -dd.
or use tcpdump and sniff packets on port 53 .
Regards
Arul

On 6/7/07, kenneth.reeves at verizon.com <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.
>
> 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