You are not logged in.
Hi
I use NAT-based network.
Used to work like a charm, but...
Recently started to face odd issue with all my VMs - no internet. However DNS works...
To fix it I follow the steps:
Stop VM
# virsh net-destroy default
# virsh edit %vm-name% -> find the "interface" node and delete "mac address" node
# virsh net-start default
Start VM
Any suggestions on how to fix it properly ?
QEMU 7.1.0-5 + Libvirt 1:8.7.0-1
ps. tried this but messed up everything and rolled back
https://jamielinux.com/docs/libvirt-net … ed-network
Offline