linux9.0 vmware配置網卡不能起的bug:
簡單的說這是vmware虛擬網卡的bug,RH9包含檢測網卡狀態的腳本,但是在vmware下總是返回"link down",解決方法如下:
On Mandrake 9.1 add
NO_MII_SUPPORT=yes
to /etc/sysconfig.network-scripts/ifcfg-eth0.
On RedHat 9 add
check_link_down() {
return 1;
}
to the same file (just write it as is, Redhat fortunately allows functions in their config files...).
原文轉自:http://www.anti-gravitydesign.com