WLAN fallback

TErxleben

Renowned Member
Oct 20, 2008
522
69
93
Hat jemand so etwas schon eingerichtet? Ich möchte gerne noch im Rennen (wenn auch lahmarschig) sein, wenn ein Switch versagt, aber das Mesh-Netz noch funktioniert.
 
Yes, this works, but only with some limitations. Proxmox itself has no native mesh awareness, it simply uses whatever interfaces Linux provides. If you want your hosts to remain reachable when a switch fails but the mesh is still alive, you need to handle that at the network layer. The common approach is to use bonding (LACP or active-backup). You can do this with regular switch ports or with mesh links. In a true mesh setup (wireless or multiple L2 bridges), you treat the mesh as an interface and include it in a bond, giving you automatic failover. The key point is to configure Spanning Tree properly or use a mesh protocol like batman-adv or OLSR to avoid loops. Proxmox itself won’t notice the failure; it just sees a working interface. For the cluster service (corosync), you can also configure multiple links in /etc/pve/corosync.conf so that it automatically switches to the other connection when one fails.
 
Naheliegendes WLAN ist wohl leider ein echter Problembär. Wie sieht es denn mit kabelgebundenen USB-Controllern aus, wenn ich 1GBit auf 2.5GBit pimpen bzw. Failover realisieren möchte? Kann mir jemand über Erfahrungen berichten?
 
Last edited:
usb nics works, but not very stable under load... better use pcie card if you can. failover with usb is ok for test, not for prod.