-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Possibly fixing libvirtd networking issues
And also modified some project names
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: "Possible solution to fixing libvirt disconnects" | ||
date: "2024-06-18" | ||
--- | ||
|
||
Although the virtual network may be working in your KVM/QEMU instance manager, you still might not get a connection through. This is a recent problem on (at least) arch, possibly due to some package upgrade. | ||
|
||
This might solve the issue: | ||
|
||
```bash | ||
sudo systemctl start iptables.service | ||
sudo systemctl enable iptables.service | ||
sudo systemctl restart libvirtd.service | ||
``` | ||
|
||
source: https://bbs.archlinux.org/viewtopic.php?id=296590 |
This file contains 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