quote:
Originally posted by Ice9:
Nov 26 01:12:48 localhost dhclient: No DHCPOFFERS received.
This says your machine is trying to obtain an IP address via DHCP but is not getting a response from any DHCP server. Usually means the network card is not working, you have a problem with a cable, or there is a problem with the DHCP server.
Do you get a green link light on the device your ethernet card is plugged in to?
It appears that this card is a 100Mbps card only, is the device you are connecting it to capable of 100Mbps? I'm sure it is since you had it working before. You only have one card right?
quote:
And when I do ifup eth0 it says "configuration file for eth0 not found"
This is not good at all. This would indicate to me that "/etc/sysconfig/network-scripts/ifcfg-eth0" is missing. That is where all of your settings go for eth0. It's what gets created when you configure your eth0 network interface. I find it hard to believe that it could be missing and yet it still knows that it's configured for DHCP.
quote:
Now I read that with Red Hat it was best not to configure Nic's at the install and do it afterwards.
Not sure where you read that but I always set up the NIC at install time without trouble.
quote:
It's a long shot but would that maybe help, if I wait until after the install completes and configure my firewall and Nic's then?
I actually believe it may be a case of an unsupported NIC. I have searched for the last hour and this does not appear to be a very popular card. There are many many very popular Intel Cards but this thing doesn't seem to be one of them. I even found it on the Intel page.
The Intel support site has Linux drivers for many cards, this one is not listed. Does it show up in an "/sbin/lspci -v" command? I also looked through the kernel source and documentation and I don't see anything specific on it. I am guessing that it uses the eepro100 driver but like I said. No mention of this model. Here is a line from the eepro100.c:
MODULE_DESCRIPTION("Intel i82557/i82558/i82559 PCI EtherExpressPro driver");
Then you have the eepro driver for several 82595 chips and the EtherExpress Pro/10.
So then I searched all over RedHat HCL and this specific card was not listed anywhere. I also did a few Google searches. If you search for the model number only (8460c3) you get 2,400 hits. A bad sign compared to searching for something like 3c905 at 49,200 hits or 3c509 at 74,800 hits.
Believe it or not, this is a fairly reliable indicator as to how compatible your hardware is going to be. Sometimes it's not accurate but often times it is.
You don't have another card lying around do you?
[ November 26, 2002: Message edited by: void main ]