diff --git a/locations/hdk-6.yml b/locations/hdk-6.yml new file mode 100644 index 00000000..2362733e --- /dev/null +++ b/locations/hdk-6.yml @@ -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