Last active
May 29, 2023 12:43
-
-
Save n1lux/69779c228c937b402904ba7029feb6df to your computer and use it in GitHub Desktop.
Install: QEMU - KVM - VIRTMANEGER - OPENSUSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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