微軟的虛擬化平臺(tái)Hyper-V對(duì)Linux的支持不是很好。它需要在單獨(dú)的Linux中安裝一些軟件包來(lái)實(shí)現(xiàn)。
解決方法是安裝微軟提供的工具:linux Integration Services V 3.2 for Hyper-V(下載地址):下載后有一個(gè)iso文檔,掛在Linux的虛擬光驅(qū)下執(zhí)行安裝命令:
1.下載微軟虛擬機(jī)Linux集成服務(wù)包Linux集成服務(wù)3.2版
2.加載CD鏡像[媒體]-[DVD驅(qū)動(dòng)器]-[插入磁盤(pán)]選擇剛剛下載的iso文件并加載CD鏡像。
3.掛載CD鏡像并安裝# mount/dev/cdrom/media # CD/media #。/install.sh。
4.網(wǎng)卡和DNS # vi /etc/sysconfig/network的配置如下:networking=yes networking _ IPv6=no hostname=cnyunwei.com。
# VI/etc/sys config/network-scripts/if CFG-eth 0有以下內(nèi)容:device=eth 0 on boot=yesip addr=192 . 168 . 0 . 88 ne mask=255 . 255 . 0 gateway=192 . 168 . 0 . 1。
# vi /etc/resolv.conf內(nèi)容如下:名稱服務(wù)器8.8.8.8
5.重啟系統(tǒng),啟用網(wǎng)卡#重啟。重新啟動(dòng)系統(tǒng)后,您可以通過(guò)ifconfig查看新配置的ip。