Skip to content

Commit 99eb6be

Browse files
committed
Update baumex.yml
Zuordnung vlan - interfaces
1 parent 4e9c475 commit 99eb6be

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

locations/baumex.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,22 @@ hosts:
1212
- hostname: baumex-core
1313
role: corerouter
1414
model: "ubnt_edgerouter-x-sfp-24-10"
15-
# litebeam und lte waren vertauscht: poe_on: [0, 2, 3, 4]
16-
poe_on: [0, 1, 2, 4]
15+
poe_on: [0, 2, 3, 4]
1716
# eth0 / Port 1: cube
18-
# eth1 / Port 2: (war falsch lte) 5ghz litebeam
19-
# eth2 / Port 3: vorne
20-
# eth3 / Port 4: (war falsch litebeam) lte kein poe
17+
# eth1 / Port 2: LTE ohne POE
18+
# eth2 / Port 3: vorne Nachbarschaft
19+
# eth3 / Port 4: litebeam
2120
# eth4 / Port 5: hinten
2221
# eth5 / Port 6: fritzbox
2322
host__rclocal__to_merge:
2423
- |
2524
uci set network.vlan_10.ports='eth0:u' # mesh_vater_60g
26-
# litebeam fehlte
27-
uci set network.vlan_11.ports='eth1:u' # mesh_lan_litebeam5ghz
25+
uci set network.vlan_11.ports='eth3:u' # mesh_lan_litebeam
2826
uci set network.vlan_20.ports='eth2:t eth4:t' # mesh_5ghz_v
2927
uci set network.vlan_21.ports='eth2:t eth4:t' # mesh_2ghz_v
3028
uci set network.vlan_22.ports='eth2:t eth4:t' # mesh_5ghz_h
3129
uci set network.vlan_23.ports='eth2:t eth4:t' # mesh_2ghz_h
32-
# lte war auf 1 - ist aber auf 3
33-
# uci set network.vlan_30.ports='eth1:u'
34-
uci set network.vlan_30.ports='eth3:u' # mesh_lan_lte
30+
uci set network.vlan_30.ports='eth1:u' # mesh_lan_lte
3531
uci set network.vlan_40.ports='eth2:t eth4:t' # dhcp public
3632
uci set network.vlan_41.ports='eth5:u' # dhcp fritzbox
3733
uci commit network; reload_config

0 commit comments

Comments
 (0)