LXCs & VM < 1Mbps

mbrg79

New Member
Mar 17, 2025
1
0
1
My Proxmox host has great network connectivity. Before I rebooted it, my LCXs and a single Win VM all had similar. After a recent update and reboot, my containers and VM are all under 1 Mbps.

/etc/network/interfaces
Code:
auto lo
iface lo inet loopback

iface enp2s0f0np0 inet manual

auto vmbr0
iface vmbr0 inet static
     address 10.0.2.2/24
     gateway 10.0.2.1
     bridge-ports enp2s0f0np0
     bridge-stp off
     bridge-fd 0
     bridge-vlan aware yes
     bridge-vids 2-4094

The containers and VM are on different VLANs than the host if that makes a difference.

How do I go about troubleshooting this?