On Tue, 2 Sep 2003 12:18:39 -0700
"Simran Hansrai" <[EMAIL PROTECTED]> wrote:

> Hi Guys,
> 
> I have successfully installed bind 9 but I am having some issues with doing
> a nslookup from my internal network.
> 
> >nslookup google.com
> Server: shinda.chamkila.org
> Address: 192.168.0.5
> 
> DNS request timed out.
>          timeout was 2 seconds.
> *** Request to shinda.chamkila.org timed-out
> 

> -----------------
> /etc/named.conf
> 
> options {
>         directory "/var/named";
>         forward first;
>         forwarders {
>         198.6.1.3;
>         198.6.1.146;
>             };

Could be that one or more of your fowarders is stalling on you.
I don't see why you need them or the "forward first" directive in your 
configuration.   See if the problem persists if you comment these out.

> key "rndc_key" {
>         algorithm hmac-md5;
>         secret 
....

Probably want to change this key now ;o)

Cheers,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to