@@ -19,12 +19,13 @@ hosts:
19
19
# eth2 / Port 3: vorne
20
20
# eth3 / Port 4: litebeam
21
21
# eth4 / Port 5: hinten
22
- # eth5 / Port 6: dhcp
22
+ # eth5 / Port 6: dhcp / private
23
23
host__rclocal__to_merge :
24
24
- |
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
28
29
uci commit network; reload_config
29
30
30
31
- hostname : baumex-vorne
@@ -47,7 +48,8 @@ ipv6_prefix: "2001:bf7:840:3b00::/56"
47
48
48
49
# humpty got the following prefixes:
49
50
# 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
51
53
# --MESH: 10.248.28.160/27
52
54
# --DHCP: 10.248.28.192/26
53
55
@@ -75,7 +77,7 @@ networks:
75
77
prefix : 10.248.28.162/32
76
78
ipv6_subprefix : -30
77
79
78
- # DHCP with filtering and isolation
80
+ # DHCP with filtering and isolation (public)
79
81
- vid : 40
80
82
role : dhcp
81
83
inbound_filtering : true
@@ -85,6 +87,16 @@ networks:
85
87
assignments :
86
88
baumex-core : 1
87
89
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
+
88
100
# MGMT
89
101
- vid : 432
90
102
role : mgmt
0 commit comments