On 3/3/22 00:03, 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. _______________________________________________

This was from the VM. The Host is192.168.1.233 with the router gateway 192.168.1.254. Don't knw what is going on with route.

~]$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref Use Iface
default         _gateway        0.0.0.0         UG    100 0        0 eno1
192.168.1.0     0.0.0.0         255.255.255.0   U     100 0        0 eno1

192.168.122.0   0.0.0.0         255.255.255.0   U     0 0        0 virbr0


~]$ ip -s link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    RX: bytes  packets  errors  dropped missed  mcast
    2962536395 2064986  0       0       0       0
    TX: bytes  packets  errors  dropped carrier collsns
    2962536395 2064986  0       0       0       0
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 18:60:24:b1:dc:82 brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped missed  mcast
    17689069676 14803583 0       1080766 0       95557
    TX: bytes  packets  errors  dropped carrier collsns
    552188371  6611449  0       0       0       0
    altname enp0s25
6: virbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
    link/ether 52:54:00:b3:f2:85 brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped missed  mcast
    1027961    13277    0       0       0       155
    TX: bytes  packets  errors  dropped carrier collsns
    240241     4152     0       0       0       0
8: vnet3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master virbr0 state UNKNOWN mode DEFAULT group default qlen 1000
    link/ether fe:54:00:27:f3:78 brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped missed  mcast
    1213839    13277    0       0       0       0
    TX: bytes  packets  errors  dropped carrier collsns
    3903387    74556    0       0       0       0
_______________________________________________
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