- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- problems configuring eth0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2002 07:15 PM
тАО07-15-2002 07:15 PM
problems configuring eth0
I have installed linux redhat 7.2 on an optima machine. On installation linux did not recognise the network card. I tried assigning the tulip/catc/8139too.o (tried with all of them seperately) drivers. I have made an entry in the modules.conf. But, still no use. When I am trying to start the network, eth0 fails with an error message
"Determining IP informatiion for eth0... failed."
Any help would be a lot appreciated.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2002 10:11 AM
тАО07-16-2002 10:11 AM
Re: problems configuring eth0
It looks like eth0 is waiting to get an
ip from a dhcpserver.
I think theres no problem with the driver.
To do a test you can do the following :
vi /etc/sysconfig/networking/ifcfg-eth0
and put the following in the file
DEVICE=eth0
IPADDR=10.0.0.1
NETMASK=255.255.255.0
ONBOOT=yes
Than boot the system or do
service network restart
and check with ifconfig eth0 if the
interface as ip 10.0.0.1
Regards
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2002 11:22 AM
тАО07-16-2002 11:22 AM
Re: problems configuring eth0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2002 12:21 PM
тАО07-16-2002 12:21 PM
Re: problems configuring eth0
if your networkdriver is loaded properly.
You can do this also with
dmesg
or look the module mentioned in /etc/modules.conf is loaded -> lsmod
If your driver is loaded properly i guess he's waiting for reply from a dhcpserver.
regards
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2002 06:06 AM
тАО07-22-2002 06:06 AM
Re: problems configuring eth0
Here is what I did:
Went into the BIOS and checked to see if Plug & Play was turned on, it was so I turned it off. Check your BIOS to see if there is anything that might auto select the Operating System [ i.e. Windows, etc ] Change it to DOS or none if possible.
You then should be able to initialize your network card.
When you are trying to to the insmod command on your network card have another console window open and do a tail -f /var/log/messages to see the messages of the attempts on the network card.
Also be sure that you have done the /usr/sbin/netconfig command to configure your network for DHCP use.
I hope this works for you
George