OS/Linux

redhat 9.0 networking problem in vmware

badcob 2010. 6. 20. 11:28


http://www.daniweb.com/forums/thread505.html


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.

replied by GarrathE


고맙고맙