On 3/2/22 07:10, Patrick O'Callaghan wrote:
On Wed, 2022-03-02 at 01:17 -0500, Robert McBroom via users wrote:
Installed from iso with virt-manager. The install used virtio. Not
using
samba or nfs but added firewall commands anyway.

I can ping devices on the local network but can't get to the
internet.
50 to 60% drops on the pings. Fully updated F35 server edition on
host.
You mean *local* pings are dropping at that rate? That's definitely not
right. You shouldn't be seeing any drops on the local network, but the
fact that some pings are getting through indicates the issue isn't with
the firewall settings. Do you see any unusual load on the VM side, e.g.
looking at "ip -s link" from within the VM when there should be no
network activity?

Missed a step somewhere


~]# 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 overrun mcast
    259207     3337     0       0       0       0
    TX: bytes  packets  errors  dropped carrier collsns
    259207     3337     0       0       0       0
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 52:54:00:27:f3:78 brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped overrun mcast
    168696     2897     0       0       0       0
    TX: bytes  packets  errors  dropped carrier collsns
    765942     8395     0       0       0       0
3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 1000
    link/ether 52:54:00:27:7e:e2 brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped overrun mcast
    0          0        0       0       0       0
    TX: bytes  packets  errors  dropped carrier collsns
    0          0        0       0       0       0
4: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel master virbr0 state DOWN mode DEFAULT group default qlen 1000
    link/ether 52:54:00:27:7e:e2 brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped overrun mcast
    0          0        0       0       0       0
    TX: bytes  packets  errors  dropped carrier collsns
    0          0        0       0       0       0

~]# 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
_______________________________________________
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