linux9.0 vmware配置網路卡不能起的bug(轉)

ba發表於2007-08-17
linux9.0 vmware配置網路卡不能起的bug(轉)[@more@]簡單的說這是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...).

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617731/viewspace-963804/,如需轉載,請註明出處,否則將追究法律責任。

相關文章