最初由 LaoSong 发布
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.
要是问题解决了,别忘了些我呀。