Skip to content

Commit

Permalink
hdk-15: add new location
Browse files Browse the repository at this point in the history
  • Loading branch information
freifunkoperator authored and FFHener committed Oct 7, 2024
1 parent 734d5b8 commit 0468c54
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions locations/hdk-15.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
location: hdk-15
location_nice: Heidekampgraben 15
latitude: 52.478675
longitude: 13.471268
community: true

hosts:
- hostname: hdk-15
role: corerouter
model: "avm_fritzbox-7530"
wireless_profile: freifunk_default

ipv6_prefix: '2001:bf7:840:1d00::/56'

# config restored from router configuration
# got following prefixes:
# Router: 10.248.5.64/26 2001:bf7:840:1d00::/56
# --MGMT: 10.248.5.64/28
# --MESH: 10.248.5.80/28
# --DHCP: 10.248.5.96/27

# Disable noping
dhcp_no_ping: false

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

# MESH - 5 GHz 802.11s
- vid: 20
role: mesh
name: mesh_5g
prefix: 10.248.5.80/32
ipv6_subprefix: -20
mesh_ap: hdk-15
mesh_radio: 11a_standard
mesh_iface: mesh

# MESH - 2.4 GHz 802.11s
- vid: 21
role: mesh
name: mesh_2g
prefix: 10.248.5.81/32
ipv6_subprefix: -21
mesh_ap: hdk-15
mesh_radio: 11g_standard
mesh_iface: mesh

# MGMT
- vid: 42
role: mgmt
prefix: 10.248.5.64/28
gateway: 1
dns: 1
ipv6_subprefix: 1
assignments:
# 10.248.5.1/32
hdk-15: 1

# AP-id, wifi-channel, bandwidth, txpower
location__channel_assignments_11a_standard__to_merge:
hdk-15: 36-40

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

0 comments on commit 0468c54

Please sign in to comment.