| | |
Red Hat 9 and VMWare 4 networking
![]() |
•
•
Join Date: May 2003
Posts: 4
Reputation:
Solved Threads: 0
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?
I followed pretty much everything in the VMWare help guide, using bridged connection. Any ideas?
0
#2 Jun 10th, 2003
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??
Dani the Computer Science Gal 
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds

Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
•
•
Join Date: Sep 2003
Posts: 1
Reputation:
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.
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.
•
•
Join Date: Oct 2004
Posts: 1
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by GarrathE
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.
![]() |
Similar Threads
- News Story: Red Hat Does 180, Returns Gold Star (Linux Servers and Apache)
- News Story: Red Hat Welcomes the New Age of Virtualization (Linux Servers and Apache)
- News Story: Red Hat, the GPL, and the Boon (and Bane) of Open-Source (Linux Servers and Apache)
- News Story: Red Hat Linux in professional portal push (Linux Servers and Apache)
- News Story: Ubuntu and Red Hat praise IBM as it joins OpenOffice.org community (Linux Servers and Apache)
- News Story: IBM and Red Hat announce Linux-on-Mainframe programme (Linux Servers and Apache)
- Red Hat 9 on VMWare 4 (*nix Software)
- VMWare Red Hat 9 VMWare Tools and DNS (*nix Software)
Other Threads in the *nix Software Forum
- Previous Thread: UNIX Booting Probelm
- Next Thread: kde returns red background covering up dialogues
| Thread Tools | Search this Thread |






