Fixing broken NAT networking on KVM / Virt-Manager Fedora host
KVM / Virt-Manager guests not got any networking link on your Fedora host?
1
sudo nano /etc/libvirt/network.conf
add / change this line from nftables to iptables
1
firewall_backend = "iptables"
then restart the service
1
sudo systemctl restart libvirtd
done :)
This post is licensed under
CC BY 4.0
by the author.