Get a VM connected to my LAN

I’ve successfully setup Virtual Machine on my F43 Budgie. I also have docker installed in `ip link I see`

in which I assume `virbr0` is the bridge created by QEUM/KVM. The other virtual interfaces I assume to belong to docker.

I’ve installed Win7 as I need it for some old software. The problem is I cannot get it to connect to my LAN, get an IP from my DHCP server and connect to the internet. I’ve removed the NIC on the VM and recreated it and because I want it to connect to the LAN all by itself I set it up to connect to the bridge (`virbr0`) . If I do so and start the vm I get a SELINUX alert, which I am not sure is related to the network:

SELinux is preventing udev-event from using the dac_override capability.

***** Plugin dac_override (91.4 confidence) suggests **********************

If you want to help identify if domain needs this access or you have a file with the wrong permissions on your system
Then turn on full auditing to get path information about the offending file and generate the error again.

But with this setup the VM does not get internet access but it does get connected to an unrelated network 192.168.122.0/24 with gw 192.168.122.1.

How do I get the vm connected to LAN and, by DHCP setup, the internet?

How to make a Virtual Machine present itself to my home network as if it were another physical computer - #7 by vgaetera