Results 1 to 2 of 2
I can't seem to get internet working inside of vmware on redhat 9. Everyone in my class is having a similar problem and I havn't found anything yet to fix ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-12-2003 #1Just Joined!
- Join Date
- Sep 2003
- Posts
- 5
VMware 4.0 and Redhat 9
I can't seem to get internet working inside of vmware on redhat 9. Everyone in my class is having a similar problem and I havn't found anything yet to fix ti.. any suggestions... links... insights... ect
- 09-13-2003 #2Just Joined!
- Join Date
- Sep 2003
- Location
- UK
- Posts
- 7
Hi,
I guess you are using DHCP to get you IP in Linux.
If so try this. The info is off the Vmware site.
become root (su -) and use a text editor to edit the following files in the guest OS
/etc/sysconfig/network-scripts/ifcfg-eth(n)
/etc/sysconfig/networking/devices/ifcfg-eth(n)
also if it exists edit :
/etc/sysconfig/networking/profiles/default/ifcfg-eth(n)
in all cased (n) is the number of the Ethernet adapter - for example eth0
In each of the files add the following
check_link_down () {
return 1;
}
save the files and the do - ifup eth(n) or restart.
Let me know if this works. Worked for me..
Info was got from KB 977. Go to www.vmware.com. Click on support and the KB.. Also try the news.vmware.com for help.


Reply With Quote
