Skip to content

Commit 58c9afc

Browse files
committed
baumex: add unfiltered network
1 parent 9914e80 commit 58c9afc

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

locations/baumex.yml

+18-6
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: dhcp / private
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 private
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+
# --PRIV: 10.248.28.144/28
5153
# --MESH: 10.248.28.160/27
5254
# --DHCP: 10.248.28.192/26
5355

@@ -75,7 +77,7 @@ networks:
7577
prefix: 10.248.28.162/32
7678
ipv6_subprefix: -30
7779

78-
# DHCP with filtering and isolation
80+
# DHCP with filtering and isolation (public)
7981
- vid: 40
8082
role: dhcp
8183
inbound_filtering: true
@@ -85,6 +87,16 @@ networks:
8587
assignments:
8688
baumex-core: 1
8789

90+
# DHCP without filtering and isolation (private)
91+
- vid: 41
92+
role: dhcp
93+
inbound_filtering: false
94+
enforce_client_isolation: false
95+
prefix: 10.248.28.144/28
96+
ipv6_subprefix: 2
97+
assignments:
98+
baumex-core: 1
99+
88100
# MGMT
89101
- vid: 432
90102
role: mgmt

0 commit comments

Comments
 (0)