Re: DNS lookup problems specific the Facebook domains

2008-12-02 Thread ivan jr sy
how about llnwd.net can you ping dns11.llnwd.net from that box? I believe there's that routing issue, I've troubleshooted this kind of problem in one ISP, my immediate resolution is to have a conditional forwarding for that domain only to openDNS. Thanks! --- On Wed, 12/3/08, JINMEI Tatuya

Re: how to archieve this?

2008-12-04 Thread ivan jr sy
refer to 'split' DNS using views here's something: http://www.zytrax.com/books/dns/ch7/view.html in a nutshell.. you have to - have 2 views, same zone per view - either have two different zone files... and maintain it separately. (or you may have two zone files and segregate the differences,

Re: dnsperf and BIND memory consumption

2008-12-09 Thread ivan jr sy
Hi can you verify if you're using the newly installed named. did you configure your options to replace the base? can you give us: ldd /usr/sbin/named ldd /usr/local/sbin/named to my understanding, there should be no memory leak issue at all if you disable threads.. this post has always been

Re: dnsperf and BIND memory consumption

2008-12-10 Thread ivan jr sy
Hi, is it possible to see your named.conf what is the methodology of the test? is it for authoritative queries? recursive? or both? at the same time? my patch for the port is the same as yours... thanks! === .if ${ARCH} == amd64 ARCH=x86_64 .endif --- On Thu, 12/11/08, Dmitry

Re: dnsperf and BIND memory consumption

2008-12-22 Thread ivan jr sy
I have confirmed that the ARCH=x86_64 trick resolved the issues with my configuration. I have tested this with an authoritative and recursive dns/bind95 port with modified Makefile. I have not fully tested the acl.c and iptable.c since the patch suit my need. Thanks! --- On Tue, 12/23/08,

Re: Forcing a secondary update...

2009-01-26 Thread ivan jr sy
maybe this will help http://peppyheppy.com/2008/1/18/bulk-zone-file-serial-number-increment --- On Tue, 1/27/09, Barry Margolin bar...@alum.mit.edu wrote: From: Barry Margolin bar...@alum.mit.edu Subject: Re: Forcing a secondary update... To: comp-protocols-dns-b...@isc.org Date: Tuesday,

any IPv6 ACL for BIND

2010-03-30 Thread ivan jr sy
hi all, is there a built-in ACL that represents any IPv6 connection? I have some experiment with allow-query { aclhere; }; where aclhere represents any IPv6 network, anywhere from the Internet. If there's no built-in, what is the best way to come up with an equivalent? Thanks!

Understanding Total QPS from named stats

2010-05-20 Thread ivan jr sy
Hi Bind Users, Good day. I wish to know what is the industry standard when dealing with the TOTAL QPS and how do we calculate this with BIND? My understanding of QPS is the queries that a DNS server has received regardless if it was dealt with a successful response, nxdomain or timed-out due

Re: Understanding Total QPS from named stats

2010-05-25 Thread ivan jr sy
Jinmei - Thank you. As a follow up question, the stats queries resulted in successful answer - does this counter only cover queries that were answered with DNS data? how about DNS queries that where the responded with SERVFAIL, NXDOMAIN, timed-out due to delegation, dropped, or non-successful