Commit 782ac28 Lino
committed
1 parent 135ea90 commit 782ac28 Copy full SHA for 782ac28
File tree 1 file changed +56
-0
lines changed
1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ location : camp-base
3
+ location_nice : campfunk.freifunk.net
4
+ latitude : 12.00200
5
+ longitude : 13.00100
6
+ community : true
7
+
8
+ hosts :
9
+ - hostname : camp-base-core
10
+ role : corerouter
11
+ model : " mikrotik_wap-ac"
12
+ wireless_profile : freifunk_default
13
+
14
+ - hostname : camp-base-ap1
15
+ role : corerouter
16
+ model : " mikrotik_wap-ac"
17
+ wireless_profile : freifunk_default
18
+
19
+ # camp-base:
20
+ # --MGMT: 10.31.203.248/30
21
+ # --DHCP: 10.31.204.64/26
22
+ # --MESH: 10.31.203.252/30
23
+
24
+ ipv6_prefix : 2001:bf7:750:6700::/56
25
+
26
+ networks :
27
+
28
+ - vid : 20
29
+ role : mesh
30
+ name : mesh_camp
31
+ prefix : 10.31.203.252/32
32
+ ipv6_subprefix : -20
33
+ mesh_ap : camp-base-ap1
34
+ mesh_radio : 11a_standard
35
+ mesh_iface : mesh
36
+
37
+ - vid : 40
38
+ role : dhcp
39
+ name : dhcp
40
+ prefix : 10.31.204.64/26
41
+ ipv6_subprefix : -40
42
+ inbound_filtering : true
43
+ enforce_client_isolation : true
44
+ assignments :
45
+ camp-base-core : 1
46
+ camp-base-ap1 : 2
47
+
48
+ - vid : 42
49
+ role : mgmt
50
+ prefix : 10.31.203.248/30
51
+ gateway : 1
52
+ dns : 1
53
+ ipv6_subprefix : 0
54
+ assignments :
55
+ camp-base-core : 1
56
+ camp-base-ap1 : 2
You can’t perform that action at this time.
0 commit comments