From 89bb5e18c7ebe4d0a72efdd4b81cba7707c62ea6 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 17 Nov 2025 20:13:36 -0800 Subject: [PATCH] :memo: Made further notes on qemu virtualization --- install_qemu.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install_qemu.txt b/install_qemu.txt index 2ed23338..312b50d8 100644 --- a/install_qemu.txt +++ b/install_qemu.txt @@ -87,3 +87,11 @@ doas sv restart libvirtd/log doas sv restart virtlockd virtlogd Keep in mind that if you start without internet, you'll have to drop the host firewall to get it to work. There are ways of getting it to work with ufw and iptables, but I have yet to bother diving further into this. + +The following forum post on linuxquestions.org might help if you run into further trouble: + +https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/virsh-failed-to-start-network-default-4175672429/ + +Otherwise, check out the official docs: + +https://wiki.libvirt.org/Networking.html