You are not logged in.

#1 2024-06-08 13:47:17

denyska
Member
From: Ukraine
Registered: 2024-06-07
Posts: 5
Website

[SOLVED] Network does not work in Virt Manager with KVM/QEMU

Hello, there is a problem with the network on virtual machines (it doesn’t work on any of them, neither on Linux nor on Windows. The libvirtd service is running, below I provide screenshots with detailed information, I would be grateful for your help.
2024-06-08-14-46-42.png
2024-06-08-14-49-07.png
2024-06-08-14-52-32.png
2024-06-08-14-52-55.png
2024-06-08-14-55-34.png

Last edited by denyska (2024-06-17 18:07:20)

Offline

#2 2024-06-09 07:52:51

denyska
Member
From: Ukraine
Registered: 2024-06-07
Posts: 5
Website

Re: [SOLVED] Network does not work in Virt Manager with KVM/QEMU

Thank you all, I solved this problem myself. It was necessary to start the iptables service:
sudo systemctl start iptables.service
sudo systemctl enable iptables.service
sudo systemctl restart libvirtd.service

Last edited by denyska (2024-06-09 08:01:36)

Offline

#3 2024-06-10 02:47:27

Greyhawk
Member
Registered: 2023-06-02
Posts: 5

Re: [SOLVED] Network does not work in Virt Manager with KVM/QEMU

I had the same issue and your solution worked Thank you

Offline

#4 2024-06-10 12:52:59

cryptearth
Member
Registered: 2024-02-03
Posts: 1,389

Re: [SOLVED] Network does not work in Virt Manager with KVM/QEMU

First: please post text as text - not as images.
Another option is to setup a bridge.

Offline

#5 2024-06-17 09:03:21

denyska
Member
From: Ukraine
Registered: 2024-06-07
Posts: 5
Website

Re: [SOLVED] Network does not work in Virt Manager with KVM/QEMU

Found a complete solution to this problem, you need to edit the configuration file:

sudo nano /etc/libvirt/network.conf

write the following:
firewall_backend = "iptables"

The problem is completely solved, the topic can be closed

Offline

#6 2024-06-17 17:53:22

denyska
Member
From: Ukraine
Registered: 2024-06-07
Posts: 5
Website

Re: [SOLVED] Network does not work in Virt Manager with KVM/QEMU

Posted a video on this topic on my channel
https://youtu.be/2wUZ5KdaFhU

Offline

Board footer

Powered by FluxBB