-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcamp-base.yml
56 lines (48 loc) · 1.05 KB
/
camp-base.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
location: camp-base
location_nice: campfunk.freifunk.net
latitude: 12.00200
longitude: 13.00100
community: true
hosts:
- hostname: camp-base-core
role: corerouter
model: "mikrotik_wap-ac"
wireless_profile: freifunk_default
- hostname: camp-base-ap1
role: corerouter
model: "mikrotik_wap-ac"
wireless_profile: freifunk_default
# camp-base:
# --MGMT: 10.31.203.248/30
# --DHCP: 10.31.204.64/26
# --MESH: 10.31.203.252/30
ipv6_prefix: 2001:bf7:750:6700::/56
networks:
- vid: 20
role: mesh
name: mesh_camp
prefix: 10.31.203.252/32
ipv6_subprefix: -20
mesh_ap: camp-base-ap1
mesh_radio: 11a_standard
mesh_iface: mesh
- vid: 40
role: dhcp
name: dhcp
prefix: 10.31.204.64/26
ipv6_subprefix: -40
inbound_filtering: true
enforce_client_isolation: true
assignments:
camp-base-core: 1
camp-base-ap1: 2
- vid: 42
role: mgmt
prefix: 10.31.203.248/30
gateway: 1
dns: 1
ipv6_subprefix: 0
assignments:
camp-base-core: 1
camp-base-ap1: 2