Subject: Re: your mail
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: netbsd <netbsd@purk.ee>
List: current-users
Date: 07/16/2002 22:13:35
mmm...it looks like this...only forwarding querys to external nameserver and
resolv.conf  2 lines
----------------------
domain mydomain.ee
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";
};

----- Original Message -----
From: "Manuel Bouyer" <bouyer@antioche.eu.org>
To: <netbsd@purk.ee>
Cc: <netbsd-help@netbsd.org>; <port-i386@netbsd.org>;
<current-users@netbsd.org>
Sent: Tuesday, July 16, 2002 8:25 PM
Subject: Re: your mail


> On Tue, Jul 16, 2002 at 03:00:12PM +0300, netbsd@purk.ee wrote:
> >
> >
> > Hi
> >
> > Today we switced our main box from linux to NetBSD 1.6BETA4 and i have
some
> > trouble with name resolving.first off,i dont know is this right place to
bitch
> > because there is chance that this is related with (bind,ipf).i really
like
> > behaviour of samba server wich is quite fast even copyng large files!ok
> > the problem is that name resolving with bind takes about 5/sec even if i
flush
> > all the rules in ipfilter the problem is still there!Almost with same
> > configuration 1.5.x work perfect....no delays!Box is using 3Com cards
with ex
> > driver.( bind is configured to forward all queris to external
nameserver ) and
> > no one rule is blocking the querys!its really strange..that is working
with same
> > configuration on 1.5.3 box:)if i set client to use external cache the
problem is
> > solved,but sometimes cache is down..and then there is no traffic at
all:)
>
> It's most likely related to your named config. What does it looks like ?
> Is you box allowed to do queries to the root nameservers ?
>
> --
> Manuel Bouyer <bouyer@antioche.eu.org>
> --
>
>