cannot get caching server to work from main DNS

Kevin Darcy kcd at daimlerchrysler.com
Mon Oct 23 21:03:05 UTC 2000


The 1.0.0.127.in-addr.arpa bogosity is caused by the fact that you forgot
to dot-terminate some names. But this probably doesn't have anything to
do with your main problem, which is that your nameserver isn't responding
to the "bumper" query. What does your hints file contain? Do you have
full connectivity to the servers that are listed in the hints file and
any other servers to which they may refer your server (and so on,
recursively)? If that's an Internet root hints file, then to use it
effectively, you'd have to be able to talk to *all* Internet nameservers.

Lastly, how do you *expect* "bumper" to resolve? What default domain or
search list do you have in /etc/resolv.conf? This will determine what
domain gets appended to the "bumper" label. Maybe all of the servers for
that particular domain are down or unreachable (?) If you have no default
domain or search list in /etc/resolv.conf, then "bumper" is going to be
queried in the root domain. Obviously, this is doomed to failure, not to
mention an annoyance for the root servers.


- Kevin

peter_sands at my-deja.com wrote:

> Hello,
> I have set up a primary & seconday DNS server, All is OK, I can do
> lookups from inside and outside to the web.
> But now I want to setup a caching only server. I have hit problems
> I am using a valid root.cache file as this was copied from our live
> system. my localhost.rev is also OK. The named.conf contents is;
> zone "." {
>         type hint;
>         file "root.cache";
> };
> zone "0.0.127.in-addr.arpa" {
>         type master;
>         file "localhost.rev";
> };
>
> My localhost.rev file is;
>
> @       IN      SOA     linux.dns.aceit.com.
> root.linux.dns.aceit.com. (
>           000003       ; Serial
>         10800       ; Refresh 3 hours
>          3600         ; Retry 1 hour
>         604800       ; Expire 1000 hour
>         86400)      ; Minimum 24 hours
>                 IN      NS      linux.dns.aceit.com.
>                 IN      NS      localhost
> localhost       IN      A       127.0.0.1
> 1               IN      PTR     localhost
>
> When running nslookup I get the dreaded ;
>
> Default Server:  localhost.0.0.127.in-addr.arpa
> Address:  127.0.0.1
>
> > bumper
> Server:  localhost.0.0.127.in-addr.arpa
> Address:  127.0.0.1
> *** localhost.0.0.127.in-addr.arpa can't find bumper: No response from
> server
>
> Any ideas
> Peter.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.






More information about the bind-users mailing list