-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcamp4.yml
69 lines (59 loc) · 1.2 KB
/
camp4.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
57
58
59
60
61
62
63
64
65
66
67
68
69
---
location: camp4
location_nice: campfunk.freifunk.net#4
latitude: 12.00100
longitude: 13.00300
community: true
hosts:
- hostname: camp4-core
role: corerouter
model: "mikrotik_wap-ac"
wireless_profile: freifunk_default
packages__to_merge:
- "kmod-usb-net-rndis"
- "usb-modeswitch"
# camp4
# --MGMT: 10.31.0.138/32
# --DHCP: 10.31.203.0/26
# --MESH: 10.31.202.76/30
ipv6_prefix: 2001:bf7:750:5c00::/56
networks:
- vid: 20
role: mesh
name: mesh_camp
prefix: 10.31.202.76/32
ipv6_subprefix: -20
mesh_ap: camp4-core
mesh_radio: 11a_standard
mesh_iface: mesh
- vid: 40
role: dhcp
name: dhcp
prefix: 10.31.203.0/26
ipv6_subprefix: -40
inbound_filtering: true
enforce_client_isolation: true
assignments:
camp4-core: 1
- vid: 42
role: mgmt
prefix: 10.31.0.138/32
gateway: 1
dns: 1
ipv6_subprefix: 0
assignments:
camp4-core: 1
- vid: 50
role: uplink
untagged: true
ifname: eth1
- role: tunnel
ifname: ts_wg0
mtu: 1280
prefix: 10.31.202.77/32
wireguard_port: 51820
- role: tunnel
ifname: ts_wg1
mtu: 1280
prefix: 10.31.202.78/32
wireguard_port: 51821