per zone dnssec setting

2019-06-13 Thread Shawn Zhou via bind-users
Hi, Does BIND9 allow per zone dnssec setting? I wanted to forward requests for certain zone to remote resolvers which doesn't support DNSSEC and also disable dnssec validation for that particular zone because forward-only resolver will return SERVFAIL to the client when the remote resolves don't

Re: dnssec-validation auto vs yes

2019-06-12 Thread Shawn Zhou via bind-users
Thanks Even. Sounds like "dnssec-validation auto" is a more future-proof option for what want it. I will use that instead. On Wednesday, June 12, 2019, 5:25:51 PM PDT, Evan Hunt wrote: On Wed, Jun 12, 2019 at 11:40:27PM +0000, Shawn Zhou via bind-users wrote: > The

dnssec-validation auto vs yes

2019-06-12 Thread Shawn Zhou via bind-users
Hi, The default BIND9 installation for CentOS7 has dnssec-validation set to "yes" and it also includes managed-keys as well. Do those managed-keys get updated automatically? It is not clear from reading  https://ftp.isc.org/isc/dnssec-guide/html/dnssec-guide.html#dnssec-validation-explained  tha

how does BIND resolvers pick the authoritative servers to query

2018-05-08 Thread Shawn Zhou via bind-users
I am seeing occasional SERVFAILs when I flush BIND cache then run test queries with dig. Can someone let me know how BIND picks the authoritative server to query? >From what I know, BIND picks an authoritative server by assign random RTT to >authoritative servers then queries the one with smalle

bugs with BIND 9.11.0-P3 edns client subnet

2017-10-12 Thread Shawn Zhou via bind-users
Hello all, Does anyone use BIND 9.11.0-P3 in recursive setup with edns client subnet support?When I dig against a local recursive resolver (BIND 9.11.0-P3) with '+subnet=' option, it doesn't send 'Client subnet' option to the authoritative server which also runs the same version of BIND; however

Re: [dns-operations] bind edns-client-subnet

2017-09-13 Thread Shawn Zhou via bind-users
Hi Mukund,I filed a bug ISC-Bugs #45846. I wonder if what I saw was due to config issues or not. Does anyone also have similar problems? On Thursday, August 17, 2017, 7:09:07 PM PDT, Mukund Sivaraman wrote: On Fri, Aug 18, 2017 at 01:14:50AM +, Shawn Zhou wrote: > Hello, I

file descriptor exceeds limit

2015-06-17 Thread Shawn Zhou
Hello, BIND on my resolvers reaches the max open file limit and I am getting lots of SERVFAILs http://pastebin.com/SxRsHLff After I increased the max-socks (-s 8192) to 8192, I no longer saw the file limit error from the log anymore; however, I am still many SERVFAILs. Our resolvers were doing a

Filter-AAAA-option

2015-03-09 Thread Shawn Zhou
Hello, I am testing filter- option with Bind 9.9.6-P2. I think there is a bug in the documentation on  https://kb.isc.org/article/AA-00576/0/Filter--option-in-BIND-9-.html. I believe for the "filter- on, IPv4 source, no +dnssec" table on the page, for query "a0--4" type "any", the

Re: BIND listen backlog too small

2014-10-17 Thread Shawn Zhou
Thanks Cathy. The link you provided is very useful. On Friday, October 17, 2014 12:36 AM, Cathy Almond wrote: On 16/10/2014 23:52, Shawn Zhou wrote: > Thanks Mark. That's what I was looking for! > > > On Thursday, October 16, 2014 3:36 PM, Mark Andrews wrote: &g

Re: BIND listen backlog too small

2014-10-16 Thread Shawn Zhou
Thanks Mark. That's what I was looking for! On Thursday, October 16, 2014 3:36 PM, Mark Andrews wrote: 2fd63cf5 (Mark Andrews      2003-04-10 02:16:11 + 279)        tcp-listen-queue ; -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742

Re: BIND listen backlog too small

2014-10-16 Thread Shawn Zhou
This is for one of our masters which has about 20K zones and handles zone transfer traffic from few hundred of our slaves. On Thursday, October 16, 2014 2:27 PM, Barry Margolin wrote: In article , Shawn Zhou wrote: > Hello, > While I was investigating potential SYN fl

BIND listen backlog too small

2014-10-16 Thread Shawn Zhou
Hello, While I was investigating potential SYN flooding warning messages on my Linux box for our DNS traffic,I was very surprised to see the backlog was set to very small numbers for BIND tcp sockets. strace showed backlog was '10' for listening socket for port 53 and '128' for listening socket

Re: Bad performance from BIND 9.10 on RHEL 6.5

2014-05-27 Thread Shawn Zhou
gt;amir > > >On Saturday, May 3, 2014 4:42:30 AM UTC+8, Shawn Zhou wrote: >> I was hoping that BIND 9.10 would outperform BIND 9.9.4b1 on RHEL 6.5 but I >> was surprised to see so much performance drop from BIND 9.10. >> >> >> We have been able to send test

Re: Default BIND query timeouts

2014-05-19 Thread Shawn Zhou
imeout for each one of those upstream transactions. >Default value is 10 seconds. > >Does that answer your question? > >                                                                    - Kevin > >On 5/19/2014 6:15 PM, Shawn Zhou wrote: > > >> >>I 

Default BIND query timeouts

2014-05-19 Thread Shawn Zhou
I  am looking at some scripts that use IO::Socket::INET and IO::Select for testing BIND. UDP sockets are created use use IO::Socket::INET and sockets are polled via IO::Select at 6-second interval. my  $sock = IO::Socket::INET->new(     PeerHost => $server,     PeerPort =

Re: BIND 9.10 compilation problem for FreeBSD 6.x/7.x

2014-05-06 Thread Shawn Zhou
Thanks for explanation and solution! I just tested the change and worked fine. On Tuesday, May 6, 2014 7:32 AM, Tony Finch wrote: Shawn Zhou wrote: > > >> Any problem has problem building BIND 9.10 for FreeBSD? We are using the >> same process that worked for building 9.9.

Bad performance from BIND 9.10 on RHEL 6.5

2014-05-02 Thread Shawn Zhou
I was hoping that BIND 9.10 would outperform BIND 9.9.4b1 on RHEL 6.5 but I was surprised to see so much performance drop from BIND 9.10. We have been able to send test traffic with 180K qps against 9.9.4b1 without seeing query drops but with 9.10, the query drop rate was 18%. Both of the num

BIND 9.10 compilation problem for FreeBSD 6.x/7.x

2014-05-02 Thread Shawn Zhou
Any problem has problem building BIND 9.10 for FreeBSD? We are using the same process that worked for building 9.9.4 to build 9.10 on FreeBSD 6.x/7.x but we are getting "ld: invalid BFD target" error. https://www.dropbox.com/s/jciafakcwu68p6f/build_bind.txt Snippet of the compilation log: gcc