vmware下solaris 10網路卡不能正常配置的解決辦法 |
Host作業系統使用Debian Sid,核心版本2.6.16,uname -a結果如下: Linux blueice 2.6.16-1-k7 #2 Mon Apr 10 22:31:07 UTC 2006 i686 GNU/Linux |
vmware版本是vmware server e.x.p build-22874,建立虛擬機器時選擇作業系統為Solaris 10(experimental),安裝完成後網路無法使用,ifconfig -a也之能看到lo。 在虛擬機器的配置檔案後新增如下行: Ethernet0.virtualDev = "e1000" |
並將/etc/hostname.pcn0改名為/etc/hostname.e1000g0 重新啟動機器後可以正確識別網路卡,ifconfig -a輸出如下: lo0: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 e1000g0: flags=1000843 mtu 1500 index 2 inet 10.1.0.111 netmask ffffff00 broadcast 10.1.0.255 ether 0:c:29:4e:6f:f7 |
至此,虛擬機器可以正常使用網路功能。 ps: 在另外一臺機器(hostos: windows, vmware version e.x.p build-22009)中安裝相同的solaris 10,則沒有這樣的問題。 ifconfig -a 結果如下: # ifconfig -a lo0: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 pcn0: flags=1000843 mtu 1500 index 2 inet 172.168.1.93 netmask ffffff00 broadcast 172.168.1.255 ether 0:c:29:f5:5f:38 |
|
|
| ref: http://blog.chinaunix.net/u/7667/showart.php?id=100760 |
[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7916042/viewspace-964923/,如需轉載,請註明出處,否則將追究法律責任。