Skip to content

Instantly share code, notes, and snippets.

@n1lux
Last active May 29, 2023 12:43
Show Gist options
  • Save n1lux/69779c228c937b402904ba7029feb6df to your computer and use it in GitHub Desktop.
Save n1lux/69779c228c937b402904ba7029feb6df to your computer and use it in GitHub Desktop.
Install: QEMU - KVM - VIRTMANEGER - OPENSUSE
sudo zypper install libvirt qemu virt-manager libvirt-daemon-driver-qemu qemu-kvm
sudo systemctl enable libvirtd
sudo systemctl start libvirtd
ERROR: "network 'default' is not active"
Solution 1:
sudo virsh net-list --all
sudo virsh net-start default
sudo virsh net-autostart default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment