@@ -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: fritzbox
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 fritzbox
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
+ # --HOST: 10.248.28.144/28
51
53
# --MESH: 10.248.28.160/27
52
54
# --DHCP: 10.248.28.192/26
53
55
@@ -78,13 +80,25 @@ networks:
78
80
# DHCP with filtering and isolation
79
81
- vid : 40
80
82
role : dhcp
83
+ name : dhcp
81
84
inbound_filtering : true
82
85
enforce_client_isolation : true
83
86
prefix : 10.248.28.192/26
84
87
ipv6_subprefix : 0
85
88
assignments :
86
89
baumex-core : 1
87
90
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
+
88
102
# MGMT
89
103
- vid : 432
90
104
role : mgmt
0 commit comments