strange DNS problem

Wojciech Puchar wojtek at tensor.3miasto.net
Fri Oct 6 05:29:12 PDT 2006


>>
>> where's a problem? while hostr is able to get IP addresses but then
>> reports servfail?
>
> I don't see that error when I try the same lookups.
> host -t a hermes01.mil.be
> hermes01.mil.be has address 194.7.21.40
> hermes01.mil.be has address 193.191.219.40
>
> I suspect the problem is in your resolver config and/or caches.
>
possibly. but where to look? no other site behaves like this.

my named.conf:

acl seconds { 153.19.176.2; 10.254.1.254; 83.16.196.26;};
acl locals {10/8; 127.0.0.1/32;};

options {
         directory "/etc/namedb";
         allow-transfer {seconds;};
         pid-file        "/var/run/named/pid";
         dump-file       "/var/dump/named_dump.db";
         statistics-file "/var/stats/named.stats";
         listen-on       { 127.0.0.1; 10.254.1.248; 83.18.148.142; };
         listen-on-v6    { any; };
};
#logging {category lame-servers { null; };};

zone "." in {type hint; file "root.cache";};
zone "0.0.127.in-addr.arpa" in { type master; file "127";};

and then master and slaves domains definitions below.




More information about the freebsd-questions mailing list