Skip to content

Commit

Permalink
frischauf: init location
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Jan 9, 2025
1 parent 8273c3a commit 68cf215
Showing 1 changed file with 125 additions and 0 deletions.
125 changes: 125 additions & 0 deletions locations/frischauf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
---
location: frischauf
location_nice: Kleingartenanlage Frischauf
latitude: 52.547228
longitude: 13.305926

contact_nickname: 'funkgemuese'
contacts:
- '@funkgemuese:matrix.org'

hosts:
- hostname: frischauf-core
role: corerouter
model: "ubnt_edgerouter-x-sfp"
poe_on: [0, 1, 2, 3]

- hostname: frischauf-ap
role: ap
model: "ubnt_unifiac-mesh"

- hostname: frischauf-suedost-2ghz
role: ap
model: "tplink_cpe210-v1"

snmp_devices:

- hostname: frischauf-teufelsberg
address: 10.248.32.130
snmp_profile: airos_8

- hostname: frischauf-weidenbaum
address: 10.248.32.131
snmp_profile: airos_8


ipv6_prefix: "2001:bf7:780:700::/56"

# got following prefixes:
# Router: 10.248.32.128/25
# 2001:bf7:780:700::/56
# --MGMT: 10.248.32.128/27
# --MESH: 10.248.32.160/27
# --DHCP: 10.248.32.192/26

networks:
# MESH - PTMP / PTP Links
- vid: 10
role: mesh
name: mesh_teufel
prefix: 10.248.32.128/32
ipv6_subprefix: -10

- vid: 11
role: mesh
name: mesh_weidenb
prefix: 10.248.32.129/32
ipv6_subprefix: -11

# 802.11s Links
# MESH - 5 GHz 802.11s - AP
- vid: 20
role: mesh
name: mesh_ap_5g
prefix: 10.248.32.130/32
ipv6_subprefix: -20
mesh_ap: frischauf-ap
mesh_radio: 11a_standard
mesh_iface: mesh

# MESH - 2.4 GHz 802.11s - AP
- vid: 21
role: mesh
name: mesh_ap_2g
prefix: 10.248.32.131/32
ipv6_subprefix: -21
# make mesh_metric for 2.4 GHz worse than 5 GHz
mesh_metric_lqm: ['default 0.5']
mesh_ap: frischauf-ap
mesh_radio: 11g_standard
mesh_iface: mesh

# MESH - 2.4 GHz 802.11s - Suedost-2GHz
- vid: 23
role: mesh
name: mesh_suedost
prefix: 10.248.32.132/32
ipv6_subprefix: -23
# make mesh_metric for 2.4 GHz worse than 5 GHz
mesh_metric_lqm: ['default 0.5']
mesh_ap: frischauf-suedost-2ghz
mesh_radio: 11g_standard
mesh_iface: mesh

# DHCP
- vid: 40
role: dhcp
prefix: 10.248.32.192/26
ipv6_subprefix: 0
inbound_filtering: true
enforce_client_isolation: true
assignments:
frischauf-core: 1

# MGMT
- vid: 42
role: mgmt
prefix: 10.248.32.128/27
gateway: 1
dns: 1
ipv6_subprefix: 1
assignments:
frischauf-core: 1 # 10.248.32.129
frischauf-teufelsberg: 2 # 10.248.32.130
frischauf-weidenbaum: 3 # 10.248.32.131
frischauf-ap: 4 # 10.248.32.132
frischauf-suedost-2ghz: 5 # 10.248.32.133

# AP-id, wifi-channel, bandwidth, txpower
location__channel_assignments_11a_standard__to_merge:
frischauf-ap: 36-40

# AP-id, wifi-channel, bandwidth, txpower
location__channel_assignments_11g_standard__to_merge:
frischauf-ap: 13-20
frischauf-suedost-2ghz: 13-20

0 comments on commit 68cf215

Please sign in to comment.