Binmakhashen, Latif wrote:
 Bad  configuraiton like what? Would you mind to elaborate please?
How long's a piece of string? Seriously - we will need more information to even begin to help.

It appears as though the first server in your /etc/resolv.conf has stopped allowing recursion from your server - it's been made authoritative only, or restricted to an IP range that your server isn't in. Is this your nameserver or your ISPs? Secondly, why do you have a server configured in your /etc/resolv.conf that you know will time out?

Try the following:

# cat /etc/resolv.conf
search andyshellam.eu
nameserver 77.75.105.84
nameserver 77.75.105.85

# dig @77.75.105.84 an.internal.domain
# dig @77.75.105.84 an.external.domain

# dig @77.75.105.85 an.internal.domain
# dig @77.75.105.85 an.external.domain

i.e. for each server that's in your /etc/resolv.conf, see if you can resolve an internal and an external domain (if you don't host any domains yourself, then just try externally.)

Andy


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matus UHLAR -
fantomas
Sent: Saturday, December 06, 2008 7:40 AM
To: bind-users@lists.isc.org; BIND Mailing List
Subject: Re: resolving issue

On 06.12.08 06:51, Binmakhashen, Latif wrote:
# nslookup yahoo.com
;; Got recursion not available from [IP Removed], trying next server
;; connection timed out; no servers could be reached
I'm having trouble resolving internet queries from my server. The next servers are in the DMZ zones and I can not reach so I already
know why the next server times out but I should be able to resolve
internet queries from my server.

Apparently all of servers in yout /etc/resolv.conf are unreachable. That
may
be bad configuration (bad servers in resolv.conf ) a firewall problem
and
maybe something even different.


_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to