Hallo!
Die aktuelle testing-Firmware (3.1~20250909 / gluon-v2023.2-536-g9143b02) baut die Interfaces mesh0 / mesh1 nicht auf, d.h. meshing mit Nachbarnodes funktioniert nicht mehr.
Der Bug wird in gluon erst mit diesem Patch behoben:
https://github.com/freifunk-gluon/gluon/commit/f34cf48f0a759e027052a69b007795f73b557e9d
Die entsprechende Änderung als quick fix für laufende Installationen:
--- /lib/gluon/upgrade.old/320-gluon-client-bridge-wireless 2025-07-24 20:25:22.000000000 +0200
+++ /lib/gluon/upgrade/320-gluon-client-bridge-wireless 2025-09-11 17:32:19.000000000 +0200
@@ -36,7 +36,7 @@
if not t.device_supports_mfp(e)then
return
end
-local t=t.get_wlan_mac('mesh',r,h)
+local t=t.get_wlan_mac('owe',r,h)
if not o.owe_ssid()or not t then
return
end
Danach
gluon-reconfigure && reboot
Viele Grüße