----- Original Message -----
From: "Brian Rahill" <brian (at mark) rainstormconsulting.com>
To: <coba-e (at mark) bluequartz.org>
Sent: Friday, November 07, 2008 4:08 AM
Subject: [coba-e:14275] Re: Cache snooping attacks, bind
>I am reposting to see if anyone can help. Can BIND be upgraded to
> 9.4.1-P1 without issue/conflict with the GUI?
>
> We really need the 'allow-query-cache' option to maintain PCI compliance
> and this is not available until the 9.4.1-P1 release.
>
> Thanks,
>
> Brian
Brian
All you need to do is not allow recursion for IPs outside your network.
For example my /var/named/chroot/etc/named.conf begins with:
options {
directory "/var/named";
// spoof version for a little more security via obscurity
version "100.102.105";
forwarders { 209.112.247.138; 209.112.247.143;};
// zone transfer access denied
allow-transfer { 209.112.247.0/24; 127.0.0.0/24; };
allow-recursion { 209.112.247.0/24; 127.0.0.0/24; };
// recursion allowed
};
----
Ken Marcus
Ecommerce Web Hosting by
Precision Web Hosting, Inc.
http://www.precisionweb.net