Konfiguration und Einsatz von VLANs im Zusammenhang mit Freifunk

Futro:

Einfach auf dem Futro network.wan.ifname=eth0.7 setzen (wenn WAN auf VLAN 7 laufen soll) und Einträge für Mesh-on-„LAN“ hinzufügen mit VLAN 8 z.B. :grinning:

uci set network.wan.ifname=eth0.7
uci set network.mesh_lan=interface
uci set network.mesh_lan.auto=1
uci set network.mesh_lan.ifname=eth0.8

uci set network.mesh_lan.macaddr=DENKDIRWASAUS !!!

uci set network.mesh_lan.mesh=bat0
uci set network.mesh_lan.proto=batadv

uci commit
(von Codefetch)

Nun zum 841er

Änderungen in /etc/config/network (nochmals geändert nach 4 Stunden probieren mit Codefetch)

config switch
option name ‚switch0‘
option reset ‚1‘
option enable_vlan ‚8‘

config switch_vlan
option device ‚switch0‘
option vlan ‚8‘
option ports ‚0 1t 3 4‘

config switch_vlan
option device ‚switch0‘
option vlan ‚7‘
option ports ‚1t 2‘

uci set network.mesh_lan.auto=1

Verkabelung:

Port 1 (4) Futro
Port 2 (3) Internet

Wlan funktioniert so ohne zusätzliches Kabel.

Die Ports entsprechen nicht unbedingt der (Beschriftung)

:smile:

1 „Gefällt mir“