tld access and catchall

Kevin Darcy kcd at daimlerchrysler.com
Thu Jun 28 21:01:23 UTC 2001


Well, first, do a "dig" on "lan" and see if it resolves correctly.

Assuming it does, then look at your query logs and see what is actually
being queried by the client. It's possible that your resolver simply
doesn't know how to deal with a TLD name.

Alternatively, try dot-terminating the name, e.g. "ping lan.". Maybe
your resolver will be able to handle the TLD name when presented that
way.


- Kevin

Mario Lipinski wrote:

> so, i have a master zone "lan".
>
> thats the config file for the zone:
>
> $ttl 38400
>
> lan.        IN  SOA lan. mario.pilinski.de. (
>    2001062707
>    10800
>    3600
>    432000
>    38400 )
>
> lan.           IN  NS   127.0.0.1
>
> lan.           IN  A    192.168.0.1
> www.lan.       IN  A    192.168.0.1
> apache.lan.    IN  A    192.168.0.1
> lanstock.lan.  IN  A    192.168.0.1
>
> i don't know what the SOA entry is specially for...
>
> when i do a "ping lan" then i get the message "unkown host: lan"
>
> pinging the other servers (www.lan ....) works fine
>
> thx
>
> mario lipinski





More information about the bind-users mailing list