Errors when starting new VMs on Virtual Machine
Error starting domain: requested operation is not valid: network 'default' is not active
─$ sudo virsh net-list --all
[sudo] password for csr:
Name State Autostart Persistent
----------------------------------------------
default inactive no yes
┌──(csr㉿kali)-[/etc]
└─$ sudo virsh net-start default
Network default started
┌──(csr㉿kali)-[/etc]
└─$ sudo virsh net-list --all
Name State Autostart Persistent
--------------------------------------------
default active no yes
