Re: Duplicating queries??

2010-02-20 Thread Barry Margolin
In article , Daniel Morgan wrote: > On Sat, 2010-02-20 at 11:38 -0500, Barry Margolin wrote: > > In article , > > Daniel Morgan wrote: > > > > > I have a couple of BIND servers that I have inherited. I'm getting some > > > upstream complaints that one of them is issuing duplicate queries on

Re: Strange issue - please enlighten me

2010-02-20 Thread Mark Andrews
In message <20100220192646.gb14...@fantomas.sk>, Matus UHLAR - fantomas writes: > > Marco Davids (SIDN) wrote: > > > > > Anyone any clue? I am trying to understand why some resolvers handle > > > this query well, while BIND 9.7.x returns a SERVFAIL. > > On 19.02.10 13:21, Alan Clegg wrote: > > a

Re: Scripts for zsk rollover in 9.7

2010-02-20 Thread Evan Hunt
> So before I go rolling my own perl solution to read the > metadata out of the keyfiles and do the ZSK rolls, are > there any utilities that do this in 9.7. It looks like when > a zsk expires, bind's auto-signing will just drop it from > the zone. I recommend that you not set an expiration date f

Re: Different handling of referrals by dig and nslookup

2010-02-20 Thread Doug Barton
On 02/20/10 08:51, kalpesh varyani wrote: > On Sun, Feb 14, 2010 at 8:53 AM, Doug Barton > wrote: > > On 02/13/10 18:42, kalpesh varyani wrote: > > What is it that you want to understand? You seem quite focused on > figuring out why they are behaving differ

Re: What does "func" refer to in announce list archives

2010-02-20 Thread Chris Thompson
On Feb 20 2010, Evan Hunt wrote: (Removing bind-announce from distribution list) Perhaps it should be pointed out that these lists in the announcements reproduce sections of the CHANGES file in BIND distributions themselves. I want to know what does this "func" tag mean? Does it indicate a b

Re: Strange issue - please enlighten me

2010-02-20 Thread Matus UHLAR - fantomas
> Marco Davids (SIDN) wrote: > > > Anyone any clue? I am trying to understand why some resolvers handle > > this query well, while BIND 9.7.x returns a SERVFAIL. On 19.02.10 13:21, Alan Clegg wrote: > acl...@yellow:~$ dig +short airfrance.fr ns > webaf1.airfrance.fr. > lasvegas.airfrance.fr. > pr

Re: Bind 9.5.2-P1 and rrset-order

2010-02-20 Thread Matus UHLAR - fantomas
> Denis Laventure wrote: > > I have multiple ip adresses for one server: > > > > www.mydomain.com > > A 10.0.0.1 > > > > www.mydomain.com > > A 10.0.0.2 > > > > www.mydomain.com

Re: What does "func" refer to in announce list archives

2010-02-20 Thread Evan Hunt
(Removing bind-announce from distribution list) > I want to know what does this "func" tag mean? > Does it indicate a basic functionality enhancement that was carried out in > the new version Yes, it means "new functionality", and usually also implies that there's new configuration syntax or a si

Re: Duplicating queries??

2010-02-20 Thread Daniel Morgan
On Sat, 2010-02-20 at 11:38 -0500, Barry Margolin wrote: > In article , > Daniel Morgan wrote: > > > I have a couple of BIND servers that I have inherited. I'm getting some > > upstream complaints that one of them is issuing duplicate queries on > > occasions - probably about a dozen times a d

Re: Different handling of referrals by dig and nslookup

2010-02-20 Thread kalpesh varyani
Thanks Dave for pointing this out. the first server did not fail, it behaved as per its configuration. But for a stub resolver, which cannot follow referrals, isnt it logical for it to detect referrals and move on to the next name server in the list? Regards, Kalpesh On Tue, Feb 16, 2010 at 11:5

Re: Different handling of referrals by dig and nslookup

2010-02-20 Thread kalpesh varyani
Hi Doug, Please find my response inline. On Sun, Feb 14, 2010 at 8:53 AM, Doug Barton wrote: > On 02/13/10 18:42, kalpesh varyani wrote: > >> Hi Rick, >> >> I am aware that it is a somewhat odd (but not incorrect, am I right ?) >> to put a non-recursive name server in the resolv.conf >> > > Th

Re: Questions about options

2010-02-20 Thread Barry Margolin
In article , gmspro wrote: > options { > directory "/etc/bind"; > allow-query { localhost; }; > allow-recursion { 127.0.0.1; }; > listen-on { ; }; > allow-transfer { none; }; > auth-nxdomain yes; > >

Re: Duplicating queries??

2010-02-20 Thread Barry Margolin
In article , Daniel Morgan wrote: > I have a couple of BIND servers that I have inherited. I'm getting some > upstream complaints that one of them is issuing duplicate queries on > occasions - probably about a dozen times a day. When it happens, sure > enough I find this in the logs: > > nam

What does "func" refer to in announce list archives

2010-02-20 Thread Mayuk De
Hi all, In archives of bind-announce, for every release of bind there is a corresponding message with heading: "ISC BIND is now available" In that message a list of chnages that went into the new version is also mentioned. But, every chnage mentioned has a tag infront of it. The tag is either :

What does "func" refer to in announce list archives

2010-02-20 Thread Mayuk De
Hi all, In archives of bind-announce, for every release of bind there is a corresponding message with heading: "ISC BIND is now available" In that message a list of chnages that went into the new version is also mentioned. But, every chnage mentioned has a tag infront of it. The tag is either :

Questions about options

2010-02-20 Thread gmspro
options { directory "/etc/bind"; allow-query { localhost; }; allow-recursion { 127.0.0.1; }; listen-on { ; }; allow-transfer { none; }; auth-nxdomain yes; }; why are allow-query ,allow-recursion, liste