954,193 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Red Hat 9 and VMWare 4 networking

I finally managed to get RH9 up and running on my WinXP host, however another problem surfaced: I can't connect to my home network. It says that it can't detect any connection, here's the message: "Determining IP information for eth0...failed; no link present. Check cable?".

I followed pretty much everything in the VMWare help guide, using bridged connection. Any ideas?

franktardif
Newbie Poster
4 posts since May 2003
Reputation Points: 10
Solved Threads: 0
 

I use bridged networking with no problems. In fact, it seems to be the easiest to configure for me. Have you tried host-only or NAT??

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

The answer to this one is buried in the VMWare site. You have to find all copies of ifcfg-eth0 and add the lines:
check_link_down() {
return 1;
}
That fools the device into thinking the vmWare NIC is giving it a link up signal, which it doesn't.

Hope this helps, it works everytime for me. Good luck.

GarrathE
Newbie Poster
2 posts since Sep 2003
Reputation Points: 22
Solved Threads: 0
 

The answer to this one is buried in the VMWare site. You have to find all copies of ifcfg-eth0 and add the lines: check_link_down() { return 1; } That fools the device into thinking the vmWare NIC is giving it a link up signal, which it doesn't.

Hope this helps, it works everytime for me. Good luck.

>>> For me this did it ... thanx ... Daniel

blackbirddh
Newbie Poster
1 post since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: