QEMU VM does not have internet anymore

Hello

I deleted the network bridge virbr0 by mistake. After that, none of my VMs has internet access anymore.

I managed to recreate the bridge by creating a new VM but it seems the settings are not correct.
Can someone help me understand the problem and find a solution?

Thanks in advance!!

Check the output:

sudo virsh net-list --all
sudo virsh net-dumpxml default
ip address show dev virbr0
virsh list --all
virsh dumpxml VM_NAME --xpath //interface
1 Like