You are not logged in.
Offline
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
I had the same issue and your solution worked Thank you
Offline
First: please post text as text - not as images.
Another option is to setup a bridge.
Offline
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
Posted a video on this topic on my channel
https://youtu.be/2wUZ5KdaFhU
Offline