标签:ifconfig libvirtd star use bootproto lsm too xxxx boot
CentOS下安装配置KVMOS version: CentOS Linux release 7.6.1810 (Core)
yum install -y centos-release-qemu-ev.noarch
yum install -y qemu-kvm.x86_64 qemu-kvm-tools.x86_64
yum install libvirt.x86_64 libvirt-cim.x86_64 libvirt-client.x86_64 libvirt-java.noarch libvirt-python.x86_64 virt-*
modprobe kvm
modprobe kvm-intel
lsmod | grep kvm
( about how to config VNC, check this: https://blog.51cto.com/snowlai/2301463 )
virt-manager
systemctl start libvirtd
systemctl enable libvirtd OR chkconfig libvirtd on
ps -ef | grep libvirtd
###################################
DEVICE=br0
BOOTPROTO=static
ONBOOT=yes
IPADDR=xxxx.xxxx.xxxx.xxxx
NETMASK=255.255.255.0
TYPE=Bridge
###################################
###################################
TYPE=Ethernet
BOOTPROTO=none
NAME=eno1
DEVICE=eno1
ONBOOT=yes
BRIDGE=br0
###################################
/etc/init.d/network restart
ifconfig | grep br0
标签:ifconfig libvirtd star use bootproto lsm too xxxx boot
原文地址:https://blog.51cto.com/snowlai/2416164