Re: logging forwarding reqs

2010-04-16 Thread Sam Wilson
In article , Gregory Hicks wrote: > > Date: Thu, 15 Apr 2010 14:25:35 -0400 > > Subject: Re: logging forwarding reqs > > From: Jonathan Reed > > To: bind-users@lists.isc.org > > > > But I am still unable to determine if those reqs are asking the > > forwarders. > > > > The forwarders are all W

RE: Re[2]: Apparent BIND problem doing RBL lookups for Postfix

2010-04-16 Thread Nuno Paquete
Greg, Usually we use forwarders so we don't always have to bother root servers. Because our ISP's deals with great amount of requests from all the clients, probably most of your new requests are already in their cache and it's much faster than query a root server, because it's on the same network

Re: Intermittent failures resolving .org domains in BIND 9.7.0 with DLV enabled

2010-04-16 Thread Chris Thompson
On Apr 15 2010, Roy Badami wrote: Actually there *is* DNSSEC involved or the query would not have failed. Yes, sorry. I meant to imply that there is no DNSSEC involved beyond the verification of the covering NSEC that proves the lack of a DLV record. There is a bug in the BIND 9.7.0-P1 fixe

RE: Unexpected issues with "nslookup" command

2010-04-16 Thread Lightner, Jeff
Did I misread your original problem? I thought you said it worked if you had only one of the nameservers in resolv.conf. You didn't state but I assume (that word again) that you meant if either of your nameservers was there by itself it worked? Why would a recursion issue not come into play whe

test - plz ignore

2010-04-16 Thread list-bind-users
___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users

DNSSEC and ISAKMP?

2010-04-16 Thread Deny IP Any Any
Do I need to allow UDP/500 packets (ISAKMP) to my bind DNS servers for DNSSEC? I've been seeing a lot of UDP/500 attempts from the general internet to my public DNS servers, and can't figure out why. The Wikipedia page for DNSSEC doesn't mention anything about ISAKMP or VPN tunnels. -- deny ip a

Re: DNSSEC and ISAKMP?

2010-04-16 Thread Alan Clegg
On 4/16/2010 9:49 AM, Deny IP Any Any wrote: > Do I need to allow UDP/500 packets (ISAKMP) to my bind DNS servers for DNSSEC? > > I've been seeing a lot of UDP/500 attempts from the general internet > to my public DNS servers, and can't figure out why. The Wikipedia page > for DNSSEC doesn't menti

Re: DNSSEC and ISAKMP?

2010-04-16 Thread Paul Wouters
On Fri, 16 Apr 2010, Deny IP Any Any wrote: Do I need to allow UDP/500 packets (ISAKMP) to my bind DNS servers for DNSSEC? I've been seeing a lot of UDP/500 attempts from the general internet to my public DNS servers, and can't figure out why. The Wikipedia page for DNSSEC doesn't mention anyth

Questions on BIND Start/stop Timings Solaris 9 vs. Ubuntu hardy

2010-04-16 Thread b19141
I did some timings with BIND 9.6.1-P3 and 9.7.0-P1 on two servers: SunOS 5.9 sun4u sparc SUNW,Sun-Blade-1500 (old hardware) Ubuntu hardy x86_64 GNU/Linux (more modern hardware) I had noticed long times for "rndc reload" to complete, and I wanted to see if 9.6.1-P3 was diff

Re: DNSSEC and ISAKMP?

2010-04-16 Thread Roy Badami
> DNSSEC and ISAKMP are not related. Well, that's no longer entirely true... AIUI Microsoft seem to have decided that in their DNSSEC implementation they will use IPsec (and hence IKE with GSS-API) to secure communications from the client to the validating resolver (rather than using GSS-TSIG, wh

Re: Unexpected issues with "nslookup" command

2010-04-16 Thread Mark Andrews
In message , "Lightner , Jeff" writes: > Did I misread your original problem? I thought you said it worked if > you had only one of the nameservers in resolv.conf. You didn't state > but I assume (that word again) that you meant if either of your > nameservers was there by itself it worked? >

Re: DNSSEC and ISAKMP?

2010-04-16 Thread Alan Clegg
On 4/16/2010 4:03 PM, Roy Badami wrote: >> DNSSEC and ISAKMP are not related. > > Well, that's no longer entirely true... AIUI Microsoft seem to have > decided that in their DNSSEC implementation they will use IPsec (and > hence IKE with GSS-API) to secure communications from the client to > the

Re: Apparent BIND problem doing RBL lookups for Postfix

2010-04-16 Thread Barry Margolin
In article , "Nuno Paquete" wrote: > Greg, > > Usually we use forwarders so we don't always have to bother root > servers. You only bother the root servers when the TLD's NS records aren't in cache. Since these NS records have 2-day TTLs, you don't have to go to the root servers very often