Skip to content

Commit

Permalink
hdk-6: 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 7db6430 commit 734d5b8
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions locations/hdk-6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
location: hdk-6
location_nice: Heidekampgraben 6
latitude: 52.478675
longitude: 13.471268
community: true

hosts:
- hostname: hdk-6
role: corerouter
model: "avm_fritzrepeater-1200"
wireless_profile: freifunk_default

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

# config restored from router configuration
# got following prefixes:
# Router: 10.248.5.0/26 2001:bf7:840:1c00::/56
# --MGMT: 10.248.5.0/28
# --MESH: 10.248.5.16/28
# --DHCP: 10.248.5.32/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.32/27
ipv6_subprefix: 0
assignments:
hdk-6: 1

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

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

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

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

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

0 comments on commit 734d5b8

Please sign in to comment.