Hi.
so i installed proxmox 8.1 on Vultr bare metal
when i use the default settings of proxmox like that:
i have a lot of RX drops!
when i change to work without the bridge
no drops at all!!
i don't understand why it's happen!
thanks!
so i installed proxmox 8.1 on Vultr bare metal
when i use the default settings of proxmox like that:
Code:
iface enp1s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address x.x.x.x/23
gateway x.x.x.x
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
i have a lot of RX drops!
when i change to work without the bridge
Code:
auto enp1s0f0
iface enp1s0f0 inet static
address x.x.x.x
gateway x.x.x.x
no drops at all!!
i don't understand why it's happen!
thanks!