> but still my log gives following status...
> Log status
> ---------------
> Sep 27 17:24:06 ns1 named[31808]: lame server resolving 'romhat.net'
> (in 'romhat.NET'?): 69.30.86.228#53
>
> how to stop this lame server resolvings?

"lame server resolving" means that the dns server configured for the domain 
you are trying to resolve is not authoritative for that domain....
You can disable those log messages by putting the following line in you bind 
config file:

logging { 
category lame-servers { null; }; 
}; 


I'm not really sure about your setup... but if you want your dns server to 
only serve the configured zones and not be a recursive resolver for any 
machine (local or on the local net) just put "none" in allow-recursion, and 
remove it from your resolve.conf file.


hope this helps

-- 

regards,
Georges Toth
-- 
[email protected] mailing list

Reply via email to