Results 1 to 1 of 1
We are using Redhat 2.6.9-78.0.17.EL and I need to generate a DNS log file that is similar to the one that is generated when you run a Windows DNS server ...
- 03-20-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 1
DNS Log Help
We are using Redhat 2.6.9-78.0.17.EL and I need to generate a DNS log file that is similar to the one that is generated when you run a Windows DNS server with Debug Logging with details. If you haven't see the Windows log, here is an axample of what it looks like..
20090310 12:50:30 B68 PACKET UDP Rcv 172.24.18.213 54b1 Q [0001 D NOERROR] (3)ad1(6)ns-ind(3)com(0)
UDP question info at 01B03430
Socket = 500
Remote addr 172.24.18.213, port 1025
Time Query=3525011, Queued=0, Expire=0
Buf length = 0x0500 (1280)
Msg length = 0x0020 (32)
Message:
XID 0x54b1
Flags 0x0100
QR 0 (QUESTION)
OPCODE 0 (QUERY)
AA 0
TC 0
RD 1
RA 0
Z 0
RCODE 0 (NOERROR)
QCOUNT 1
ACOUNT 0
NSCOUNT 0
ARCOUNT 0
QUESTION SECTION:
Offset = 0x000c, RR count = 0
Name "(3)ad1(6)ns-ind(3)com(0)"
QTYPE A (1)
QCLASS 1
ANSWER SECTION:
empty
AUTHORITY SECTION:
empty
ADDITIONAL SECTION:
empty
The biggent reason I need it in this form is so that the sections are split out.
Is there any hope????? Thanks in advance.


Reply With Quote