I'm relatively new to Unraid, been testing migrating my containers from my ubuntu host over to it with pretty good success. Went to try and build an ubuntu VM to run some additional services on, and I'm not even able to get it installed. Unraid 7.2.3 and 7.2.4 Using the Ubuntu template, fresh install. If I set network to br0 on the VM upon boot, the host networking fails. the only way to recover is to restart the network interface on the unraid host. If i run the vm on virbr0, i get an IP but this won't work for what I need the host, i want it to be on my lan directly, not behind a nat. I've tried vmxnet3, e1000, virtio, virtio-net drivers. all the same behavior. I have about 20 docker containers running, 3-4 of them using br0 as their network interface, working fine. I did have to switch to ipvlan on my docker config from macvlan for this to work properly. Looking at syslog during the issue, the network adapters just flap up/down/reset. At a loss of what else to be configuring, this is a relatively vanilla install otherwise.