全部博文(389)
发布时间:2015-02-10 17:39:46
bridge方式云教室离线方式有时需要禁止虚拟机上网,宿主机centos7,使用桥接(普通桥接,不是openvswitch),以前使用centos6.5时解决方法是直接添加iptable规则禁止,现在使用这个方法无效了,所以要找新的方法。最后看到libvirt本身支持防火墙,可以控制guestos的网络传输。下面是禁止上外网的解决方法。解决步骤:1、.........【阅读全文】
发布时间:2015-02-10 15:23:11
一、环境:宿主机:windows 8.1 update 3虚拟机:vmware 11虚拟机操作系统:CentOS7-1406Openvswitch 2.3.1二、安装1、安装依赖包:yum -y install openssl-devel wget kernel-devel2、安装开发工具:yum groupinstall "Development Tools"3、添加用户:addu.........【阅读全文】
发布时间:2014-12-29 16:34:55
Create a temporary file with a disk definition like this one below.adjust the properties to fit your situation<disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/path/to/disk-image.img'/> <target dev='vdb' bus='virtio'/></disk> Tip:.........【阅读全文】
发布时间:2014-10-15 15:58:20
6.1. Kernel-Based Virtualization基于内核的虚拟化?使用 virtio-blk-data-plane 提高快 I/O性能在 Red Hat Enterprise Linux 7.0 中,virtio-blk-data-plane I/O 虚拟化功能是作为技术预览使用。这个功能将 QEMU 扩展至在为 I/O 性能优化的专用线程中执行磁盘 I/O。?PCI 桥接.........【阅读全文】
发布时间:2014-10-15 11:43:20
点击(此处)折叠或打开[root@herge ~] yum update [root@herge ~] yum groupinstall "Development Tools"[root@herge ~] yum -y install openssl-devel kernel-devel[root@herge ~] su 其他用户[ovswitch@herge ~]$ [ovswitch@herge ~.........【阅读全文】