From 782ac28d0a991ea3514233dea8601cf701f9e0d9 Mon Sep 17 00:00:00 2001 From: Lino Date: Sun, 19 May 2024 19:13:16 +0200 Subject: [PATCH] campfunk: add camp-base --- locations/camp-base.yml | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 locations/camp-base.yml diff --git a/locations/camp-base.yml b/locations/camp-base.yml new file mode 100644 index 000000000..9d4394378 --- /dev/null +++ b/locations/camp-base.yml @@ -0,0 +1,56 @@ +--- +location: camp-base +location_nice: campfunk.freifunk.net +latitude: 12.00200 +longitude: 13.00100 +community: true + +hosts: + - hostname: camp-base-core + role: corerouter + model: "mikrotik_wap-ac" + wireless_profile: freifunk_default + + - hostname: camp-base-ap1 + role: corerouter + model: "mikrotik_wap-ac" + wireless_profile: freifunk_default + +# camp-base: +# --MGMT: 10.31.203.248/30 +# --DHCP: 10.31.204.64/26 +# --MESH: 10.31.203.252/30 + +ipv6_prefix: 2001:bf7:750:6700::/56 + +networks: + + - vid: 20 + role: mesh + name: mesh_camp + prefix: 10.31.203.252/32 + ipv6_subprefix: -20 + mesh_ap: camp-base-ap1 + mesh_radio: 11a_standard + mesh_iface: mesh + + - vid: 40 + role: dhcp + name: dhcp + prefix: 10.31.204.64/26 + ipv6_subprefix: -40 + inbound_filtering: true + enforce_client_isolation: true + assignments: + camp-base-core: 1 + camp-base-ap1: 2 + + - vid: 42 + role: mgmt + prefix: 10.31.203.248/30 + gateway: 1 + dns: 1 + ipv6_subprefix: 0 + assignments: + camp-base-core: 1 + camp-base-ap1: 2