Hi. This:
http://marc.theaimsgroup.com/?l=bind9-users&m=106378710318706&w=2 Is fixed with: http://www.deserve-it.com/Cooker/SRPMS/bind-9.2.3-0.rc2.1mdk.src.rpm http://www.deserve-it.com/Cooker/SRPMS/caching-nameserver-9.2-1mdk.src.rpm http://www.deserve-it.com/Cooker/RPMS/caching-nameserver-9.2-1mdk.noarch.rpm http://www.deserve-it.com/Cooker/RPMS/bind-9.2.3-0.rc2.1mdk.i586.rpm http://www.deserve-it.com/Cooker/RPMS/bind-devel-9.2.3-0.rc2.1mdk.i586.rpm http://www.deserve-it.com/Cooker/RPMS/bind-utils-9.2.3-0.rc2.1mdk.i586.rpm The changed files are /etc/named.conf in the "caching-nameserver" package, and the named.conf files in the bind-* example files. Here's the change: [EMAIL PROTECTED] /]# diff -u named.conf named.conf.oden --- named.conf 2002-09-04 00:00:00.000000000 +0200 +++ named.conf.oden 2003-09-17 15:13:00.000000000 +0200 @@ -38,3 +38,16 @@ file "named.local"; }; +// workaround stupid stuff... (OE: Wed 17 Sep 2003) +zone "ac" { type delegation-only; }; +zone "cc" { type delegation-only; }; +zone "com" { type delegation-only; }; +zone "cx" { type delegation-only; }; +zone "museum" { type delegation-only; }; +zone "net" { type delegation-only; }; +zone "nu" { type delegation-only; }; +zone "ph" { type delegation-only; }; +zone "sh" { type delegation-only; }; +zone "tm" { type delegation-only; }; +zone "ws" { type delegation-only; }; + This will make a "nslookup asdasdkjhasdkjherinasdasdqef.nu" respond with "** server can't find asdasdkjhasdkjherinasdasdqef.nu: NXDOMAIN". I have fixed the name servers serving 11 full c-class and one 1/4 c-class networks and about 3000 hosts/klients. It works great! So..., I really think this is a very important change that should be forced into 9.2. And, BTW. Sorry for my outburst the other day, I was really pissed at something unrelated and should have stayed away from the keyboard. Cheers. -- Regards // Oden Eriksson, Deserve-IT.com
