启动域时出错:所需操作无效:网络default未激活

现象:KVM安装完成后虚拟机可使用,重启宿主机后出现

解决方法:

1、ocalhost:~ # virsh net-list --all

Name      State      Autostart   Persistent

----------------------------------------------

default   inactive   no          yes

2、localhost:~ # virsh net-start --network default  

Network default started

3、localhost:~ # virsh net-list --all              

Name      State    Autostart   Persistent

--------------------------------------------

default   active   no          yes

你可能感兴趣的:(启动域时出错:所需操作无效:网络default未激活)