On Wed, 2022-03-02 at 21:03 -0800, Samuel Sieb wrote:
> On 3/2/22 20:29, Robert McBroom via users wrote:
> > ~]# ip route
> > default via 192.168.122.1 dev enp1s0 proto dhcp metric 100
> > 192.168.122.0/24 dev virbr0 proto kernel scope link src
> > 192.168.122.1 
> > linkdown
> > 192.168.122.0/24 dev enp1s0 proto kernel scope link src
> > 192.168.122.91 
> > metric 100
> 
> Assuming this is the host, that looks like your problem.  The default
> subnet for the VM internal network is 122 and it looks like you have
> the 
> same subnet on your physical network as well.  You need to change one
> of 
> them.  I expect the VM network would be easier.  You can go to the 
> qemu/kvm details and then edit the network config in there.  Or a 
> possibly easier method is to edit
> /etc/libvirt/qemu/networks/default.xml 
> and restart libvirtd.

Good catch. I wonder if the libvirt install script checks if its
default subnet clashes with an existing one.

I think the proper way to change this is:

sudo virsh net-edit default

poc
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to