bind 9 not resolving domain

Jesus Ruiz bruiz at acelerate.com
Thu Apr 21 14:48:28 UTC 2005


Hi, i have configured a bind 9.2.3 dns, it resolve mostly all domain
names search well. But it give problem when it try to resolve .bo
domains.

i have added the root server for .bo to the named.hint (named.ca in my
case) but it doesn't work either.

The problem that i'm having is with the www.rree.gov.bo name, my
server don't resolve it, but others servers in my country do.

this is the server configuration without zones declaration:

options {
        directory "/export/home/named";                 // use current
directory
        dump-file "named_dump.db";      // _PATH_DUMPFILE
        pid-file "/var/run/named.pid";  // _PATH_PIDFILE
        statistics-file "/export/home/stadistics/named.stats";  
        stacksize default;
        coresize default;
        files unlimited;
        recursion yes;
        notify yes;                     
        allow-query { any; };
        allow-transfer { 200.105.128.41; };
        cleaning-interval 600;          
        interface-interval 60;          
        recursive-clients 20000;
        datasize 2147483648; // 2 Gigas
        tcp-clients 20000;
        provide-ixfr yes;
};

controls {
        inet 127.0.0.1 port 953
        allow { 127.0.0.1; } keys { "rndckey"; };
 };
// a caching only nameserver config
//
zone "." IN {
        type hint;
        file "named.ca";
};

zone "localhost" IN {
        type master;
        file "localhost.zone";
        allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        allow-update { none; };
};



Anyone has any idea, why is this happening



More information about the bind-users mailing list