Activating Qemu’s internal network ‘default’
When starting a qemu/libvirt-guest, one may get the following message:
Error starting domain: internal error Network 'default' is not active.
To start that default network we can use
sudo virsh net-start default
To make that permanent issue a
sudo virsh net-autostart default