[vox-tech] RE: vox-tech digest, Vol 1 #69 - 13 msgs
Eric C Moloy
vox-tech@lists.lugod.org
Wed, 16 Jan 2002 15:38:34 -0800
I have replied to messages #2, providing the requested, as well as
additional, information. Thanks!!
Regards - ECM
2. Re: (no subject) (ME)
Message: 1
From: "Eric C Moloy" <ecmoloy@ucdavis.edu>
To: <vox-tech@lists.lugod.org>
Date: Sat, 12 Jan 2002 12:21:04 -0800
Subject: [vox-tech] (no subject)
Reply-To: vox-tech@lists.lugod.org
This is a multi-part message in MIME format.
------=_NextPart_000_0002_01C19B63.9ACF9ED0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
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.
Regards - ECM
------=_NextPart_000_0002_01C19B63.9ACF9ED0
Content-Type: application/ms-tnef;
name="winmail.dat"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="winmail.dat"
MESSAGE DELETED - TRANSLATION ERRORS
------=_NextPart_000_0002_01C19B63.9ACF9ED0--
--__--__--
Message: 2
Date: Sat, 12 Jan 2002 12:11:01 -0800 (PST)
From: ME <dugan@passwall.com>
To: vox-tech@lists.lugod.org
Subject: Re: [vox-tech] (no subject)
Reply-To: vox-tech@lists.lugod.org
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.)
THE FOLLOWING IS OUTPUT FROM THE COMMAND SHELL:
[root@penguin /root]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 frame:0
collisions:0 txqueuelen:0
[root@penguin /root]# ifconfig eth0
eth0: error fetching interface information: Device not found
ADDITIONAL INFO
[root@penguin /root]# cd /dev
[root@penguin /dev]# ./MAKEDEV eth0
don't know how to make device "eth0"
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