Networking Forums

Networking Forums > Computer Networking > Linux Networking > logging responses from bind

Reply
Thread Tools Display Modes

logging responses from bind

 
 
Rob Ristroph
Guest
Posts: n/a

 
      07-19-2005, 06:59 PM

I have Redhat 8 running bind version 9.2.1.

I have a DNS round robin to spread requests accross a handful of web
servers, and it sometimes seems to "get stuck" on just one server.

As part of debugging that, I would like to eliminate bind as a source
of the problem; I would like to log bind's DNS queries and responses
for a while to confirm that it is rotating among the pool.

After reading some man pages and googling, I have this in the
named.conf file:

logging {
channel simple_log {
file "/var/log/named/bind.log" versions 3 size 5m;
#severity warning;
severity info;
print-time yes;
print-severity yes;
print-category yes;
};
category default{
simple_log;
};
};

This does not seem to be putting the requests/responses in the log
file. Does anyone know how to do this ? Should the "severity"
setting be something different, and if so, what ?

Thanks in advance,

--Rob
 
Reply With Quote
 
 
 
 
ynotssor
Guest
Posts: n/a

 
      07-20-2005, 12:17 AM
"Rob Ristroph" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> This does not seem to be putting the requests/responses in the log
> file. Does anyone know how to do this ? Should the "severity"
> setting be something different, and if so, what ?


http://triton.process.com/bind-docs/logging.html and perusing the debug
levels might be helpful to you.

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow Responses/ Windows Server 2003 Erasmo Windows Networking 6 04-04-2009 08:31 PM
2 in 1 different BIND responses for internal and external networks Grzegorz Lewandowski Linux Networking 0 05-10-2007 09:47 AM
Loss of DNS/ARP responses from Linksys WAG54G nospam Wireless Networks 3 02-15-2005 04:30 PM
Loss of DNS/ARP responses from Linksys WAG54G nospam Wireless Internet 7 02-15-2005 04:30 PM
NIS responses Rich Linux Networking 0 09-18-2004 01:55 PM



1 2 3 4 5 6 7 8 9 10 11