Good evening
Server is on vultr, baremetal. I have one ip binded to vmbr0 and another ip(reserved) on vm.
Sometimes like every 5 minutes main ip on bridge not accessable from outside.
In tcpdump I see that ping packets come back to both. But ping from vmbr ip show nothing from that moment.
After minute or two it become working again.
I have no any messages in logs nor change of bridge state. STP is off.
IP 66.42.104.120 is on vbmr0 in this example
45.76..174.118 shown twice because it has default route of 66.42.104.120.
https://prnt.sc/O1Ni1PkD3T41
Interesting things, that packets for .118 still coming without delay. So all VMs are perfectly working, I just not able access web interface of Proxmox.
Also I still able access 66.42.104.120 from 45.76.174.118
Every time for every new setup on Vultr it is same.
Server is on vultr, baremetal. I have one ip binded to vmbr0 and another ip(reserved) on vm.
Sometimes like every 5 minutes main ip on bridge not accessable from outside.
In tcpdump I see that ping packets come back to both. But ping from vmbr ip show nothing from that moment.
After minute or two it become working again.
I have no any messages in logs nor change of bridge state. STP is off.
IP 66.42.104.120 is on vbmr0 in this example
45.76..174.118 shown twice because it has default route of 66.42.104.120.
https://prnt.sc/O1Ni1PkD3T41
Interesting things, that packets for .118 still coming without delay. So all VMs are perfectly working, I just not able access web interface of Proxmox.
Also I still able access 66.42.104.120 from 45.76.174.118
Every time for every new setup on Vultr it is same.
Code:
root@pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp1s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 45.32.79.187/22
gateway 45.32.76.1
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
bridge-disable-mac-learning 1
bridge-vlan-aware yes
bridge-vids 2-4096
iface enp1s0f1 inet manual
auto vmbr1
iface vmbr1 inet static
address 10.5.112.4/20
bridge-ports enp1s0f1
bridge-stp off
bridge-fd 0
bridge-disable-mac-learning 1
bridge-vlan-aware yes
bridge-vids 2-4096
enp1s0f1
source /etc/network/interfaces.d/*