Hi,
I know there is a similar topic but I am struggling with wierd behaviour on my laptop. I would like to move from Virtualbox to Qemu/Virt-manager.
I have installed all necesery parts.
I use following steps to start networking before I run Virt-manager1.sudo rc-service libvirtd start
2.sudo rc-service dnsmasq start
3.sudo rc-service libvirt-guests start
5.sudo virsh net-list --all
6.sudo virsh net-start default
But when I run
sudo virsh net-list --all i getName State Autostart Persistent
----------------------------------------------
default inactive yes yes
and then
sudo virsh net-start default
error: Failed to start network default
error: Unable to create bridge virbr0: Package not installed
I get message that the virbr0 does not exists. I have reinstalled the bridge-utils several times but it did not help.However when iI reinstall bridge-utils, reboot and repeat the commands above the networking starts to work
bridge-utils >
warning: bridge-utils-1.7.1-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) bridge-utils-1.7.1-1
Total Download Size: 0.02 MiB
Total Installed Size: 0.04 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
Any idea what is wrong?
Thanks