Skip to content

Commit 5b29b60

Browse files
Nokixa-y-ax
authored andcommitted
baumex: add unfiltered network
1 parent 9914e80 commit 5b29b60

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

locations/baumex.yml

+19-5
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ hosts:
1919
# eth2 / Port 3: vorne
2020
# eth3 / Port 4: litebeam
2121
# eth4 / Port 5: hinten
22-
# eth5 / Port 6: dhcp
22+
# eth5 / Port 6: fritzbox
2323
host__rclocal__to_merge:
2424
- |
25-
uci set network.vlan_10.ports='eth0' # mesh_vater_60g
26-
uci set network.vlan_30.ports='eth1' # mesh_lan_lte
27-
uci set network.vlan_40.ports='eth2:t eth4:t eth5' # dhcp
25+
uci set network.vlan_10.ports='eth0' # mesh_vater_60g
26+
uci set network.vlan_30.ports='eth1' # mesh_lan_lte
27+
uci set network.vlan_40.ports='eth2:t eth4:t' # dhcp public
28+
uci set network.vlan_41.ports='eth5' # dhcp fritzbox
2829
uci commit network; reload_config
2930
3031
- hostname: baumex-vorne
@@ -47,7 +48,8 @@ ipv6_prefix: "2001:bf7:840:3b00::/56"
4748

4849
# humpty got the following prefixes:
4950
# Router: 10.248.28.128/25
50-
# --MGMT: 10.248.28.128/27
51+
# --MGMT: 10.248.28.128/28
52+
# --HOST: 10.248.28.144/28
5153
# --MESH: 10.248.28.160/27
5254
# --DHCP: 10.248.28.192/26
5355

@@ -78,13 +80,25 @@ networks:
7880
# DHCP with filtering and isolation
7981
- vid: 40
8082
role: dhcp
83+
name: dhcp
8184
inbound_filtering: true
8285
enforce_client_isolation: true
8386
prefix: 10.248.28.192/26
8487
ipv6_subprefix: 0
8588
assignments:
8689
baumex-core: 1
8790

91+
# DHCP (HOST) without filtering and isolation
92+
- vid: 41
93+
role: dhcp
94+
name: host
95+
inbound_filtering: false
96+
enforce_client_isolation: false
97+
prefix: 10.248.28.144/28
98+
ipv6_subprefix: 2
99+
assignments:
100+
baumex-core: 1
101+
88102
# MGMT
89103
- vid: 432
90104
role: mgmt

0 commit comments

Comments
 (0)