Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxkathirvel/d6ff3e866cc47ae53cfb37c2993a40d3 to your computer and use it in GitHub Desktop.
Save linuxkathirvel/d6ff3e866cc47ae53cfb37c2993a40d3 to your computer and use it in GitHub Desktop.
How solve libvirt.libvirtError: Requested operation is not valid: network 'default' is not active?

How solve libvirt.libvirtError: Requested operation is not valid: network 'default' is not active?

virsh net-list --all
virsh net-autostart default
virsh net-start default
virsh net-list --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment