> [EMAIL PROTECTED] wrote:
> 
> Hi, i'm new on linux world.
> 
> I've a  linux server  and several  Windows NT  servers, one  of them
> it's my DNS
> server. If I put in resolve.conf my DNS, whenever I make a ping to
> other machines
> outside my intranet the response time increases by 4000 ms and the
> percentage of
> lost packets is around 78%. When I take away the line in resolve.conf
> everything
> works ok.
> 
> What should I do?
> 
> 

Do you have a forwarders option set in named.conf?  This tells the DNS
where to go get addresses it does not know about and return it to the
requesting host.  I belive it also caches the answer for the nex time
some one needs it.

here is what mine looks like (I used linuxconf to set it up)

options {
        directory "/var/named";
        forwarders{
                151.164.1.8;
                151.164.1.7;
        };
};


HTH

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to