Errors i am seeing in my named log file

Barry Margolin barmar at alum.mit.edu
Fri Apr 16 23:44:13 UTC 2004


In article <c5pmn6$1v9c$1 at sf1.isc.org>,
 akennedy at exemail.com.au (Andrew) wrote:

> Hi All, 
> 
> I seem to be running named correctly as a primary on my home network.
> This is done via a Redhat 7.2 machine. Couple of questions though. If
> i do a nslookup of an IP from an internal machine , lets say through
> dos, the first attempt always times out & then the second or third
> will resolve correctly. Is this normal?
> 
> Also i am seeing a few of these in my log file. The second is my
> actual router so i dont know why this is being denied...
> security: info: client 192.88.193.144#1279: query 'eziekiel.com/IN'
> denied

Are you configuring the server ns.eziekiel.com?  Since the eziekiel.com 
domain is delegated to this server, you need to allow anyone to query 
this zone.  So you need to have:

zone "eziekiel.com" {
  allow-query { any; };
  ...
};

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


More information about the bind-users mailing list