On Thu, 24 Aug 2000, Jason N. Price wrote:

> I guess I hadn't saved the default gateway setting in 
> linuxconf.  Regardless, that wasn't the problem.  I changed it and it 
> didn't help...  :(
> 
> Here's my route output:
> 
> Destination     Gateway      Genmask                Fl    Met  Ref  Use  Iface
> 192.168.0.2    #                   255.255.255.255   UH  0     0       0 
>      eth0
> 92.168.0.0    #                   255.255.255.0        U     0     0 
> 0        eth0
> 127.0.0.0         #                   255.0.0.0                 U     0 
> 0       0         lo
> default              Shag            0.0.0.0                     UG  0 
> 0       0        eth0
> 
> Shag is mapped to 192.168.0.1 in /etc/hosts.
> 
> I notice in linuxconf that there is an 'Error' tab that says "Invalid line 
> 2 in /etc/resolv.conf".  In my resolve.conf, I have two lines:
> 
> search localdomain
> nameserver
> 
> Any new ideas??
> 

Yes, the /etc/resolv.conf file does not seem to be properly configured. It
shoud read something like this:

jortega@abraxas:~$ more /etc/resolv.conf 
search uswest.net 
nameserver 204.147.80.1 

Your resolv.conf did not specify any DNS server to be used for name
resolution, which would prevent you from being able to ping by using host
names.  However, that still does not explain why you cannot ping IP
addresses either.

What did you get when you tried what I told you yesterday?

------------------------------ 
Nitebirdz
http://www.linuxnovice.org 
Tips, articles, news, links...



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

Reply via email to