Re: ask about bind9 logging function: How can I log the service port number (eg. 53, 443, 853) in my log of `queries` category

2024-12-12 Thread Borja Marcos via bind-users
> On 26 Nov 2024, at 14:36, Petr Špaček wrote: > > On 26. 11. 24 10:08, n/a via bind-users wrote: >> I am a new user in bind9. >> I have setup my DNS server with port 53, port 443 (DoH), and port 853 (DoT). >> And now, in my logging file of `queries` category, one query example shows >> as be

Re: ask about bind9 logging function: How can I log the service port number (eg. 53, 443, 853) in my log of `queries` category

2024-11-26 Thread Petr Špaček
On 26. 11. 24 10:08, n/a via bind-users wrote: I am a new user in bind9. I have setup my DNS server with port 53, port 443 (DoH), and port 853 (DoT). And now, in my logging file of `queries` category, one query example shows as below: 26-Nov-2024 03:55:41.524 queries: info: client @0x7f21ba9

ask about bind9 logging function: How can I log the service port number (eg. 53, 443, 853) in my log of `queries` category

2024-11-26 Thread n/a via bind-users
Hello, I am a new user in bind9. I have setup my DNS server with port 53, port 443 (DoH), and port 853 (DoT). And now, in my logging file of `queries` category, one query example shows as below:     26-Nov-2024 03:55:41.524 queries: info: client @0x7f21ba9b3000 111.11.11.109#61713 (ust.hk): q

RE: Bind9 logging options

2010-05-18 Thread Todd Snyder
>The DNS Servers are authoritive. I have more than 100 users for them, and the >number of queries performed per minute is very high due to the nature of our >organization. Moreover, I do not have a specific time window in which the >timeouts occur, so, it is impossible to run it 24/7! From your

Re: Bind9 logging options

2010-05-18 Thread Tomasz Dereszynski
Quoting sth...@nethelp.no: No! Log files are indicating any issue! The only indication I have about the problem, is the lack if queries in the log files. No timeouts, no failures. I even tried to query a fake domain. The result was a normal record (with A+). I did not find any error! So, how

Re: Bind9 logging options

2010-05-18 Thread sthaug
> No! Log files are indicating any issue! The only indication I have about the > problem, is the lack if queries in the log files. No timeouts, no failures. I > even tried to query a fake domain. The result was a normal record (with A+). > I did not find any error! > So, how on earth do I log t

Re: Bind9 logging options

2010-05-18 Thread Techi
No! Log files are indicating any issue! The only indication I have about the problem, is the lack if queries in the log files. No timeouts, no failures. I even tried to query a fake domain. The result was a normal record (with A+). I did not find any error! So, how on earth do I log them? On T

Re: Bind9 logging options

2010-05-18 Thread Matus UHLAR - fantomas
On 17.05.10 13:38, Techi wrote: > I have a problem in my recursive DNS servers (Bind 9, on RHEL 5). Intalled > package on my system is the latest bind-9.3.6-4.P1.el5_4.2 from Red Hat. My > problem is that sometimes, queries are failed with timeouts and that the one > of my 2 DNS servers (the one

Re: Bind9 logging options

2010-05-17 Thread Techi
packets directly. > > Cheers, > > Todd. > > -Original Message- > From: bind-users-bounces+tsnyder=rim@lists.isc.org > [mailto:bind-users-bounces+tsnyder=rim@lists.isc.org] On Behalf Of > Techi > Sent: Monday, May 17, 2010 6:39 AM > To: bind-users@lists.i

RE: Bind9 logging options

2010-05-17 Thread Todd Snyder
c.org [mailto:bind-users-bounces+tsnyder=rim@lists.isc.org] On Behalf Of Techi Sent: Monday, May 17, 2010 6:39 AM To: bind-users@lists.isc.org Subject: Bind9 logging options Hallo, I have a problem in my recursive DNS servers (Bind 9, on RHEL 5). Intalled package on my system is the latest bind-9.3.6

Bind9 logging options

2010-05-17 Thread Techi
Hallo, I have a problem in my recursive DNS servers (Bind 9, on RHEL 5). Intalled package on my system is the latest bind-9.3.6-4.P1.el5_4.2 from Red Hat. My problem is that sometimes, queries are failed with timeouts and that the one of my 2 DNS servers (the one set as primaryin my users) has 3

RE: BIND9 Logging

2009-01-21 Thread Baird, Josh
Good point.. didn't even think to use tcpdump. Thanks, Josh -Original Message- From: Doug Barton [mailto:do...@dougbarton.us] Sent: Wednesday, January 21, 2009 3:51 PM To: Baird, Josh Cc: bind-us...@isc.org Subject: Re: BIND9 Logging Baird, Josh wrote: > I have one instance

Re: BIND9 Logging

2009-01-21 Thread Doug Barton
Baird, Josh wrote: > I have one instance of named that is listening on multiple IP’s. I am > looking to see how many queries are destined to one of those IP’s that > named is listening on. IMO it would actually be easier to do this with tcpdump. Interesting idea for named's logs though Do

BIND9 Logging

2009-01-21 Thread Baird, Josh
I have one instance of named that is listening on multiple IP's. I am looking to see how many queries are destined to one of those IP's that named is listening on. I do have query logging enabled, but I don't see it revealing the destination interface. Is there a way make it log this as well?