I recently reinstalled netdata and have been receiving notifications like this:
Output of ip -s link show vmbr0
Addition info if it helps at all:
/etc/network/interfaces
load average: 1.21, 1.29, 1.36
1 NIC. No HP switches. I have a TP-Link TL-SG108PE V3 and a NETGEAR GS308 on my network.
I have a constant ping to the Proxmox host IP, a VM IP on PM and out to google all from a pc on the network. I notice the Proxmox host IP and VM IP time out for 3 pings at the same exact time... ping to google is fine. At this same time my Plex direct streams on one of the VMs will stop to buffer as well.
What steps to I take to begin troubleshooting this?
Output of ip -s link show vmbr0
Code:
20: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether fc:34:97:a1:31:7d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
3881705530 12322876 0 491986 0 101866
TX: bytes packets errors dropped carrier collsns
171668466551 13828385 0 0 0 0
Addition info if it helps at all:
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.125/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
load average: 1.21, 1.29, 1.36
1 NIC. No HP switches. I have a TP-Link TL-SG108PE V3 and a NETGEAR GS308 on my network.
I have a constant ping to the Proxmox host IP, a VM IP on PM and out to google all from a pc on the network. I notice the Proxmox host IP and VM IP time out for 3 pings at the same exact time... ping to google is fine. At this same time my Plex direct streams on one of the VMs will stop to buffer as well.
What steps to I take to begin troubleshooting this?
Last edited: