Hi
I have a very strange problem. I have a 3 node Proxmox cluster at home. The network is a ring of 10GB. Two of the nodes are connected to local LAN. All this handled by RSTP and it works well (openvswitch and Unifi play along nicely). For the internet connection, all three nodes are connected to the fibre box via an unmanaged TP-link switch. Internally in the Proxmox there is an additional openvswitch bridge that filters away any RSTP. To complicate things a bit further, there is a Debian trafic shaper in front of the firewall since the OpenBSD QoS is not as good as the Linux one.
This means that the Debian machine will answer on the OpenBSD MAC on vmbr1.
Now for the problem. If I do a live migration, or even if a do a stop/migrate/start of the Debian load balancer, the WAN led on the fibre box sometimes goes blank. The only way to recover is to restart the fibre box. How can the fibre box even know that the MAC of the FW has moved between two ports on the dumb switch?
I have a very strange problem. I have a 3 node Proxmox cluster at home. The network is a ring of 10GB. Two of the nodes are connected to local LAN. All this handled by RSTP and it works well (openvswitch and Unifi play along nicely). For the internet connection, all three nodes are connected to the fibre box via an unmanaged TP-link switch. Internally in the Proxmox there is an additional openvswitch bridge that filters away any RSTP. To complicate things a bit further, there is a Debian trafic shaper in front of the firewall since the OpenBSD QoS is not as good as the Linux one.
Code:
3 x Proxmox
+--------------------------------------------------+
| +---------+ +--------+ | +---------+ +-----------+
| | OpenBSD |--> vmbr0 --> | Debian | --> vmbr1 ---+--- Ethernet --+ TP-link +---+ Fibre Box |
| +---------+ +--------+ | +---------+ +-----------+
+--------------------------------------------------+
This means that the Debian machine will answer on the OpenBSD MAC on vmbr1.
Now for the problem. If I do a live migration, or even if a do a stop/migrate/start of the Debian load balancer, the WAN led on the fibre box sometimes goes blank. The only way to recover is to restart the fibre box. How can the fibre box even know that the MAC of the FW has moved between two ports on the dumb switch?
Last edited: