[vox-tech] (no subject)

ME vox-tech@lists.lugod.org
Sat, 12 Jan 2002 12:11:01 -0800 (PST)


As root from a command shell, can you do the following and report the
results?
# ifconifg
# ifconfig eth0
(Are the above the same when looking for eth0?)
(If eth0 is reported in both, that is a good sign.)
(If eth0 is only reported when you explicitly include "ifconfig eth0" that
means something else.)

If eth0 is listed in both of the above results, can you show us what:
# route -N
reports?

If that has entries, could you tell us what this shows:
# cat /etc/resolv.conf

Thanks,
-ME
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/CM$/IT$/LS$/S/O$ !d--(++) !s !a+++(-----) C++$(++++) U++++$(+$) P+$>+++ 
L+++$(++) E W+++$(+) N+ o K w+$>++>+++ O-@ M+$ V-$>- !PS !PE Y+ !PGP
t@-(++) 5+@ X@ R- tv- b++ DI+++ D+ G--@ e+>++>++++ h(++)>+ r*>? z?
------END GEEK CODE BLOCK------
decode: http://www.ebb.org/ungeek/ about: http://www.geekcode.com/geek.html

On Sat, 12 Jan 2002, Eric C Moloy wrote:
> Hello.  I am getting started with Red Hat 7.1 for the first time, and I am
> having trouble connecting to the web.  The eth0 device fails to inititalize
> at startup.  The following settings appear for the eth0 device:
>   
> IP address -> entered correctly
> netmask -> 255.255.255.0
> network -> 169.237.204.0
> broadcast -> 169.237.204.255
>   
> after startup, I activate the eth0 device and try to connect.  I get an
> unknown hosts error message.  The error message suggests that I may have to
> set the $SOCKS_NS environment variable to point tot he appropriate name
> server.  
>    
> Any suggestions?  Thanks very much.