Newbie-Problems ???

Joseph S D Yao jsdy at cospo.osis.gov
Mon Nov 29 03:25:49 UTC 1999


On Tue, Nov 23, 1999 at 04:25:29PM +0100, Florian Meyer-Kassel wrote:
...
> Nov 23 16:19:13 www1 named[1684]: 89.159.62.zone:1: SOA for
> "89.159.62.in-addr-a
> rpa" not at zone top "89.159.62.in-addr.arpa"
> Nov 23 16:19:13 www1 named[1684]: 89.159.62.zone:6: data
> "89.159.62.in-addr-arpa
> " outside zone "89.159.62.in-addr.arpa" (ignored)
> Nov 23 16:19:13 www1 named[1684]: 89.159.62.zone:10: data
> "89.159.62.in-addr-arp
> a" outside zone "89.159.62.in-addr.arpa" (ignored)
> Nov 23 16:19:13 www1 named[1684]: 89.159.62.zone:11: data
> "89.159.62.in-addr-arp
> a" outside zone "89.159.62.in-addr.arpa" (ignored)

As noted before, "in-addr-arpa" != "in-addr.arpa".  ;-)

> Nov 23 16:19:13 www1 named[1684]: Zone "89.159.62.in-addr.arpa" (file
> 89.159.62.
> zone): no NS RRs found at zone top

This is another error.  Each zone must contain its own name servers, no
matter that the name servers are also declared by its parent.  The
parent is not definitive, the server itself is.  And it is declaring
that there are NO name servers for this zone.  Not very useful.

Examining the zone files, it appears that this is actually another
manifestation of the earlier error.

...
> Despite the last line says "Ready to answer queries" the domain
> "studio61.de" cannot be resolved, I always get "can't find studio61.de:
> Non-existent host/domain" ???

Yes.  You have no A record for "studio61.de."  Therefore lookup doesn't
find one.  ;-)

...
> studio61.de. IN SOA localhost. root.localhost. (

Now, this is a problem in all of your SOA records.  You must NEVER use
"localhost" in your SOA records.  The first field should be the name of
the "master" name server, and should be resolvable from any other host
[but specifically from any "slave" name servers].  The second should be
a VALID e-mail address to the hostmaster(s) for your domain from any
other place.  Something like hostmaster at studio61.de., if you have your
e-mail set up properly.  Sending e-mail to root at localhost will always
send e-mail to that account on whatever machine is sending it!

...
> ---------------- snip snip snip ----------------- Name of file :
> 89.159.62.zone -------------------
...
> 89.159.62.in-addr-arpa. IN SOA localhost. root.localhost. (
...
> 66.89.159.62            IN PTR www.studio61.de

NO.  It should be:

66			IN  PTR	www.studio61.de.

In your line, the "66.89.159.62" in the zone "89.159.62.in-addr.arpa"
gets translated to "66.89.159.62.89.159.62.in-addr.arpa".  And without
the trailing dot, the "www.studio61.de" gets translated to
"www.studio61.de.89.159.62.in-addr.arpa".  Probably NOT what you had
intended.  However, the "66" in the zone "89.159.62.in-addr.arpa" gets
translated to "66.89.159.62.in-addr.arpa"; and "www.studio61.de." WITH
the trailing dot does not get translated.

Hope this helps.

-- 
Joe Yao				jsdy at cospo.osis.gov - Joseph S. D. Yao
COSPO/OSIS Computer Support					EMT-B
-----------------------------------------------------------------------
This message is not an official statement of COSPO policies.


More information about the bind-users mailing list