I am having issue with one of my Proxmox nodes. VMs are losing network access for a few seconds (1 - 5). Host does not.
By "losing network access" I mean they cannot reach (or be reached) other devices on the same subnet.
Each VM drops connection at different time.
Host is Dell R320 running up-to-date Proxmox 7.2-11 and its connected using single build-in NIC (NetXtreme BCM5720) to Unifi USW-24-G1 switch.
This host runs 3 virtual machines - TrueNAS core and two instances of Debian 11.
All VMs have static IP on VLAN 25 - subnet 192.168.25.0/24
Host itself is connected VLAN 16 - subnet 192.168.16.0/24
Hosts /etc/network/interfaces:
(One of) Debian VM config:
This is output from Mikrotik router (running on the same subnet) that I use to monitor the connectivity:
I have verified that all the VMs have unique mac addresses on the network.
I also verified the network for any IP conflicts (running arpmon).
There seems to be nothing in the host's syslog or in the VMs logs. Also nothing in the Unifi switch logs.
Any ideas for what to look for please?
By "losing network access" I mean they cannot reach (or be reached) other devices on the same subnet.
Each VM drops connection at different time.
Host is Dell R320 running up-to-date Proxmox 7.2-11 and its connected using single build-in NIC (NetXtreme BCM5720) to Unifi USW-24-G1 switch.
This host runs 3 virtual machines - TrueNAS core and two instances of Debian 11.
All VMs have static IP on VLAN 25 - subnet 192.168.25.0/24
Host itself is connected VLAN 16 - subnet 192.168.16.0/24
Hosts /etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto eno2
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.16
iface vmbr0.16 inet static
address 192.168.16.1/24
gateway 192.168.16.254
(One of) Debian VM config:
This is output from Mikrotik router (running on the same subnet) that I use to monitor the connectivity:
I have verified that all the VMs have unique mac addresses on the network.
I also verified the network for any IP conflicts (running arpmon).
There seems to be nothing in the host's syslog or in the VMs logs. Also nothing in the Unifi switch logs.
Any ideas for what to look for please?