Re: dnsperf and BIND memory consumption

2008-11-28 Thread JINMEI Tatuya / 神明達哉
At Thu, 27 Nov 2008 23:35:30 -0800 (PST), ivan jr sy <[EMAIL PROTECTED]> wrote: > so does this memory leak only occur if > @ISC_ARCH_DIR@ is "noatomic" under FreeBSD amd64? > and not when its "x86_32" ? First off, note that I have no explicit evidence of memory leak. But *if there is indeed lea

Re: Just to make sure I have TTL's understood.

2008-11-28 Thread Matus UHLAR - fantomas
On 25.11.08 23:15, Scott Haneda wrote: > Based on your suggestions, I have made a template zone file to base > all new zones on, do you agree with this? > > * When I need to change to a low TTL for migration needs, what would > be the approach to that with this template format? I personally u

Re: dnsperf and BIND memory consumption -- FreeBSD port dns/bind95 for AMD64 - memory leak?

2008-11-28 Thread ivan jr sy
Thanks for the advise. I'm currently testing the performance of authoritative queries. Test data is 100 zones with a total of 50,000 RRs, using dnsperf and invoked 6 times simultaneously. That's 300,000 queries per run of the script. The script was invoked 5 (runs) successively. memory consump

logging query results

2008-11-28 Thread wes
I would like to know if it's possible to log the output of each dns query. I'd like to do this to catch failed queries so I can see what people are looking for, and not finding, and add it for them if it should be there. I recently lost my old dns server so I have to start from scratch. This is my

Re: logging query results

2008-11-28 Thread ivan jr sy
looks like an OK config for me. - you should be able to view the name being queried and from what source IP - debug10 = view the actual query (similar to dig) so you can grep the NXDOMAIN or the ANSWER are you able to view the log file? did it log the start-up processes of BIND? you should be abl

RE: dnsperf and BIND memory consumption

2008-11-28 Thread Vinny Abello
> -Original Message- > From: JINMEI Tatuya / 神明達哉 [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28, 2008 4:09 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; Vinny Abello; [EMAIL PROTECTED] > Subject: Re: dnsperf and BIND memory consumption > > At Thu, 27 Nov 2008 23:35:30 -0800 (

Re: logging query results

2008-11-28 Thread ivan jr sy
and why not use.. https://www.dns-oarc.net/tools/dnscap dnscap -m q -e y -c 100 -w /path/file captures: - queries only - errors only - after 100 packets where conditions are met - write it to a file.. Enjoy! --- On Sat, 11/29/08, ivan jr sy <[EMAIL PROTECTED]> wrote: > From: ivan jr sy <[EMA

Re: logging query results

2008-11-28 Thread wes
thanks for the info. I do indeed see tons and tons of messages from named. I even see the query itself (what people are asking for). Just not the result. It seems like I get everything except the result. -wes On Fri, Nov 28, 2008 at 10:56 AM, ivan jr sy <[EMAIL PROTECTED]> wrote: > looks like an

Re: logging query results

2008-11-28 Thread wes
That seems interesting. I will look into that if I can't get bind's built-in logging system to do what I want. thanks, -wes On Fri, Nov 28, 2008 at 11:23 AM, ivan jr sy <[EMAIL PROTECTED]> wrote: > > and why not use.. > https://www.dns-oarc.net/tools/dnscap > > dnscap -m q -e y -c 100 -w /path/f

Re: logging query results

2008-11-28 Thread wes
Good point, I had only used rndc reload to activate the changes to the conf file. The changes definitely took effect at that point, as I could then see all the debug messages in the log. But, I tried a stop && start (had to use /etc/init.d/bind9 because rndc doesn't have a start command for some re

Re: rfc1918 ns records coming from internet are queried?

2008-11-28 Thread ivan jr sy
this might also help.. http://code.google.com/p/google-dnswall in a nutshell, its like a DNS proxy server, you can use this to forward to BIND. between your clients and your internal BIND servers. it filters: - Invalid IP address: an IP address that starts with 0; i.e. 0.x.x.x - Node-Local IP a

rndc-confgen no response

2008-11-28 Thread Ken DBA
Hello, Sometime when I run sbin/rndc-confgen there is not response from this command, no any output after long time. But sometime it behaves well. The OS is Slackware Linux, kernel is 2.6.24.5-smp. Bind is BIND 9.5.0-P2, I compiled and installed it from sources. Please help. Thanks. Ken

Re: rndc-confgen no response

2008-11-28 Thread Mark Andrews
In message <[EMAIL PROTECTED]>, Ken DBA writes: > Hello, > > Sometime when I run sbin/rndc-confgen there is not response from this command > , no any output after long time. But sometime it behaves well. > > The OS is Slackware Linux, kernel is 2.6.24.5-smp. > Bind is BIND 9.5.0-P2, I compiled a

Re: rndc-confgen no response

2008-11-28 Thread Ken DBA
--- On Sat, 11/29/08, Mark Andrews <[EMAIL PROTECTED]> wrote: > > /dev/random has run out of random bits. You need to make > your machine > generate more of them. > Thanks. Could I clear /dev/random to zero by hand? ___ bind-users maili