bind 9 not resolving domain

David Botham DBotham at OptimusSolutions.com
Thu Apr 21 18:34:35 UTC 2005


bind-users-bounce at isc.org wrote on 04/21/2005 10:48:28 AM:
> 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.

You should not have to add this entry to your cache file.  I recommend 
removing it.


Also, please post the output of a dig for this domain name and let's see 
what we can find wrong.


dave...



> 
> 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