nslookup says 127.0.0.1 is non-existant host/domain?

Kevin Darcy kcd at daimlerchrysler.com
Wed Jul 25 22:25:12 UTC 2001


Unless I'm overlooking something obvious, that should work.

You did reload the nameserver after your last change to the zonefile, right?
And you've checked your logs, etc.?


- Kevin

bnanafish at NOSPAMyahoo.com wrote:

> Here is /etc/named.conf:
> ----------------------------------------------------
> // Config file for caching only name server
>
>   options {
>           directory "/var/named";
>
>           // Uncommenting this might help if you have to go through a
>           // firewall and things are not working out:
>
>           // query-source port 53;
>   };
>
>   zone "." {
>           type hint;
>           file "root.hints";
>   };
>
>   zone "0.0.127.in-addr.arpa" {
>           type master;
>           file "pz/127.0.0";
>   };
> ---------------------------------------------------
>
> Here is /var/named/pz/127.0.0:
>
> ---------------------------------------------------
> @               IN      SOA     ns.linux.bogus. hostmaster.linux.bogus. (
>                                 1       ; Serial
>                                 8H      ; Refresh
>                                 2H      ; Retry
>                                 1W      ; Expire
>                                 1D)     ; Minimum TTL
>                         NS      ns.linux.bogus.
> 1               IN      PTR     localhost.
> --------------------------------------------------





More information about the bind-users mailing list