Subject: Re: your mail
To: netbsd <netbsd@purk.ee>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-i386
Date: 07/16/2002 21:17:22
On Tue, Jul 16, 2002 at 10:13:35PM +0300, netbsd wrote:
> mmm...it looks like this...only forwarding querys to external nameserver and
> resolv.conf  2 lines
> ----------------------
> domain mydomain.ee

Do you really have "mydomain.ee", or something that exists ?
otherwise your nameservers may timeout trying to resolve this nonexistent
domain

> nameserver 127.0.0.1
> ----------------------
> 
> options {
>         directory "/etc/namedb";
>         allow-query { 127.0.0.1; 192.168.1.0/24;  };
>         allow-transfer { 127.0.0.1; };
>         forwarders { 194.126.118.15; 194.126.101.34; };
> };
> 
> zone "." {
>         type hint;
>         file "root.cache";
> };
> 
> zone "localhost" {
>         type master;
>         file "localhost";
> };
> 
> zone "127.IN-ADDR.ARPA" {
>         type master;
>         file "127";
> };
> 
> zone "inforing.ee" {
>         type master;
>         file "inforing.ee";
> };

You may need to empty root.cache. Otherwise if the forwarders don't give you
an anserw the local nameserver will try to recurse from root servers itself,
which will add some more time.

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--