diff --git a/locations/hdk-15.yml b/locations/hdk-15.yml new file mode 100644 index 000000000..4c26c55e5 --- /dev/null +++ b/locations/hdk-15.yml @@ -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