文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>KVM的安装和使用(多Guest OS支持)for Ubuntu

KVM的安装和使用(多Guest OS支持)for Ubuntu

时间:2010-11-14  来源:williamyoung

    在之前的一篇文件已经介绍了怎样安装KVM,但是以Gentoo为例来说的。本文以上一篇为基础,强调在Ubuntu上安装需要注意的问题。
    区别一:所需的安装包   

qemu-kvm
bridge-utils
uml-utilities

  
    区别二:网络配置文件

#/etc/network/interfaces

auto lo

iface lo inet loopback


auto eth0

iface eth0 inet manual


auto tap0

iface tap0 inet manual up

ifconfig $IFACE 0.0.0.0 up

down ifconfig $IFACE down

tunctl_user yourusername


auto tap1

iface tap1 inet manual up

ifconfig $IFACE 0.0.0.0 up

down ifconfig $IFACE down

tunctl_user yourusername


auto br0 iface br0 inet dhcp

bridge_ports eth0 tap0

bridge_stp off

bridge_fd 0 bridge_maxwait 0

#如果是表态,用以下方式

#iface br0 inet static

#address 192.168.1.2

#netmask 255.255.255.0

#gateway 192.168.1.1


Troubleshooting

Warning: could not open /dev/net/tun: no virtual network emulation

通过

ls -l /dev/net/tun


发现有这个设备

crw-rw---- 1 root uml-net 10, 200 2010-10-24 19:44 /dev/net/tun

但除了root外没有的权限,所以只要加上写的权限就可以了

chmod o+rw /dev/net/tun


相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载