onsdagen den 17 september 2003 16.10 skrev Oden Eriksson:
> 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

Update:

I got this behavior on my local gateway/fw/etc. machine:

http://marc.theaimsgroup.com/?l=bind-users&m=106381803026165&w=2


I'm using:

options {
        directory "/var/named/";
        pid-file "/var/run/named/named.pid";
        auth-nxdomain yes;
        forwarders { 10.0.0.1; 10.0.0.2; };
        allow-query { 127.0.0.1; 192.168.100.0/24; 192.168.200.0/24; };
        listen-on port 53 { 127.0.0.1; 192.168.100.1; 192.168.200.1; };
        query-source address * port 53;
};


The forwarders are my ISP (Telia AB), and this proves they suck badly (besides 
their ip choices...):

# dig txt chaos version.bind. @10.0.0.1 | grep VERSION
VERSION.BIND.           0       CH      TXT     "8.3.4-REL"

# dig txt chaos version.bind. @10.0.0.2 | grep VERSION
VERSION.BIND.           0       CH      TXT     "8.2.3-REL"


Reply via email to