Alright guys I need a little help. I am trying to get a Windows 11 VM running via qemu and virtmanager on an Arch Linux system. I have successfully created the Windows 11 machine and then I stated getting the infamous Virtual network ‘default’:NAT (inactive) error when trying to start the machines. So I ran both the virsh net-start default and virsh net-autostart default commands and still get this result from virsh net-list --all
Name State Autostart Persistent
----------------------------------------------
default inactive yes yes
So i thought the libvirtd service might be my issue and restarted that via systemctl to no avil. What I am I missing here?