That's what I thought...the initial "can't find server address 127.0.0.1"
isn't coming from the external server...it's coming from your system.
127.0.0.1 is the loopback address, also referred to as "localhost"...your
system.  That error comes up because A) you have 127.0.0.1 listed in your
resolv.conf and B) you don't have named running on that machine.

Remove 127.0.0.1 from /etc/resolv.conf, and that part of your problem will
go away.

On Thu, 15 Mar 2001, Nathalie Boulos wrote:

>
> ----- Original Message -----
> From: Mike Burger <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, March 15, 2001 1:30 PM
> Subject: Re: nslookup can't find server name
>
>
> > If you just type "nslookup" at a prompt, what does it tell you it's using
> > for a server?
>
> I just get the same error msg:
> ***Can't find server name for address 127.0.0.1 : no nresponse from server
> Default server: external.dns.com
> Address: <IP of external.dns.com>
> >
>
> where external.dns.com is the second nameserver defined in /etc/resolv.conf
> after 127.0.0.1
>
> If localhost is a dns cache, should there be the line:
> nameserver 127.0.0.1
> in /etc/resolv.conf  ????
>
> >
> > On Thu, 15 Mar 2001, Nathalie Boulos wrote:
> >
> > > Hello everyone,
> > >
> > > I'm trying to run "nslookup www.awebsite.com" and I get the following:
> > >
> > > ***Can't find server name for address 127.0.0.1: No response from server
> > >
> > > The reply comes from the DNS of my ISP.
> > > My RHL6.2 server is a cache DNS on my LAN.
> > >
> > > Why's that?
> > > Thanks for your help
> > > Nathalie
> > >
> > >
> > >
> > > _______________________________________________
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > >
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



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

Reply via email to