Please help. I've been having this problem for days, with continuous outages on the Proxmox management network.
I have three nodes, and each node has a management network and a dedicated network for the cluster.
If I ping each node continuously from my PC every x seconds, the ping drops out. This happens on all three nodes, but not simultaneously.
If I disable the cluster network (uncheck autostart), I don't experience these outages on the management network.
This is the configuration for one of the nodes.
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto enp2s0
iface enp2s0 inet static
address 192.168.10.53/24
#Red Cluster
auto vmbr0
iface vmbr0 inet static
address 10.10.86.53/24
gateway 10.10.86.19
bridge-ports eno1
bridge-stp off
bridge-fd 0
#Red Administracion
Thanks
I have three nodes, and each node has a management network and a dedicated network for the cluster.
If I ping each node continuously from my PC every x seconds, the ping drops out. This happens on all three nodes, but not simultaneously.
If I disable the cluster network (uncheck autostart), I don't experience these outages on the management network.
This is the configuration for one of the nodes.
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto enp2s0
iface enp2s0 inet static
address 192.168.10.53/24
#Red Cluster
auto vmbr0
iface vmbr0 inet static
address 10.10.86.53/24
gateway 10.10.86.19
bridge-ports eno1
bridge-stp off
bridge-fd 0
#Red Administracion
Thanks