Skip to content

Commit

Permalink
hdk-88m: init location
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Dec 20, 2024
1 parent 7726fc2 commit 0a7e88a
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions locations/hdk-88m.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
location: hdk-88m
location_nice: Heidekampgraben 88m
latitude: 52.478225886
longitude: 13.473057747
community: true

hosts:
- hostname: hdk-88m
role: corerouter
model: "avm_fritzbox-7320"
wireless_profile: freifunk_default

ipv6_prefix: '2001:bf7:840:2600::/56'

# Router: 10.248.7.64/26 2001:bf7:840:2600::/56
# --MGMT: 10.248.7.64/28
# --MESH: 10.248.7.80/28
# --DHCP: 10.248.7.96/27

# Disable noping
dhcp_no_ping: false

networks:
# MESH - 2.4 GHz 802.11s
- vid: 20
role: mesh
name: mesh_2g
prefix: 10.248.7.80/32
ipv6_subprefix: -20
mesh_ap: hdk-88m
mesh_radio: 11g_standard
mesh_iface: mesh

# DHCP with filtering and isolation
- vid: 40
role: dhcp
untagged: true
inbound_filtering: true
enforce_client_isolation: true
prefix: 10.248.7.96/27
ipv6_subprefix: 0
assignments:
hdk-88m: 1

# MGMT
- vid: 42
role: mgmt
prefix: 10.248.7.64/28
gateway: 1
dns: 1
ipv6_subprefix: 1
assignments:
# 10.248.7.65/28
hdk-88m: 1

# AP-id, wifi-channel, bandwidth, txpower
location__channel_assignments_11g_standard__to_merge:
hdk-88m: 13-20

0 comments on commit 0a7e88a

Please sign in to comment.