diff --git a/locations/fblipke.yml b/locations/fblipke.yml new file mode 100644 index 00000000..be018319 --- /dev/null +++ b/locations/fblipke.yml @@ -0,0 +1,65 @@ +--- +location: fblipke +location_nice: FBLipke - Freifunk Berlin +latitude: 52.484948320 +longitude: 13.443380903 +altitude: 42 +height: 13 +contact_name: 'Guido L.' +contact_nickname: 'LipkeGu' +contacts: + - 'contact@fblipke.de' +hosts: + - hostname: fblipke-core + role: corerouter + model: "x86_64" + - hostname: fblipke-ap01 + role: ap + model: "ubnt_nanostation_m5_xw" + low_flash: true + +# NETWORK: +# IPV4: 10.248.12.0/24 + +# Used as: + +# DHCP: 10.248.12.128/25 +# MGMT: 10.248.12.0/26 +# MESH: 10.248.12.64/26 + +ipv6_prefix: "2001:bf7:850:1b00::/56" + +networks: + - vid: 20 + role: mesh + name: mesh_5g + prefix: 10.248.12.64/32 + ipv6_subprefix: -20 + mesh_ap: fblipke-ap01 + mesh_radio: 11a_standard + mesh_iface: mesh + - vid: 40 + role: dhcp + prefix: 10.248.12.128/25 + ipv6_subprefix: 0 + inbound_filtering: true + enforce_client_isolation: true + assignments: + fblipke-core: 1 + - vid: 42 + role: mgmt + prefix: 10.248.12.0/26 + gateway: 1 + ntp: 1 + ipv6_subprefix: 1 + assignments: + fblipke-core: 1 + fblipke-ap01: 2 + - vid: 50 + role: uplink + + - role: tunnel + ifname: ts_wg0 + mtu: 1280 + prefix: 10.248.12.65/32 + wireguard_port: 51820