vultr bare metal vmbr0 network drops

ben29

New Member
Dec 13, 2023
11
0
1
Hi.

i installed proxmox on vultr bare metal.

the standard config without vmbr0. works without any network drops.


Code:
auto lo
iface lo inet loopback

auto enp1s0f0
iface enp1s0f0 inet static
    address PUBLIC_IP/CIDR
    gateway PUBLIC_GATEWAY
    dns-nameservers 1.1.1.1

but when i setup vmbr0, it's start to do RX drops.


Code:
auto lo
iface lo inet loopback

auto enp1s0f0
iface enp1s0f0 inet manual

auto vmbr0
iface vmbr0 inet static
        address PUBLIC_IP/CIDR
        gateway PUBLIC_GATEWAY
        dns-nameservers 1.1.1.1
        bridge-ports enp1s0f0
        bridge-stp off
        bridge-fd 0
        bridge-disable-mac-learning 1
        bridge-vlan-aware yes
        bridge-vids 2-4094

i google a lot, and no solution..


thanks!
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!