On Mon, 2009-05-25 at 13:21 +0200, carlopmart wrote:
- Disabling "query-source port" and "forwarders" directives:
[root@thranduil data]# nslookup
www.google.com
;; connection timed out; no servers could be reached
Given that your resolv.conf only has 127.0.0.1 listed as a nameserver, this tends to indicate that named is either not running locally or it is responding very slowly. You might want to try running named with query-logging enabled (set the channel and log 'queries' to a separate file). This should then show you what queries it is receiving and how it is handling them.
John.