2011/03/22

debian 6.0 虛擬機器安裝 use KVM

(1)先設定 bridge 網卡
# 安裝 bridge 工具
root@www:~# apt-get install bridge-utils
# 修改網卡設定
root@www:~# vim /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback

iface eth0 inet manual
iface eth1 inet manual

auto br0
iface br0 inet static
address 110.117.69.10
netmask 255.255.255.0
gateway 110.117.69.254
# 網路線插在 eth1 上面, eth0 沒插網卡
bridge_ports eth1
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off

# 裝完後以 ifconfig 看應該會看到 ip 在 br0 網卡上

(2)apt安裝kvm

root@www:~# aptitude install kvm virt-manager

(3)呼叫出圖形介面安裝工具

root@www:~# virt-manager &

然後就可以用了...

不能用的請看底下參考資料測試,大多是 cpu 不支援的問題...

ref:
* http://wiki.debian.org/KVM
* http://trac.nchc.org.tw/grid/wiki/KVM/install

沒有留言: