From b4d30afaa08f0d9ee2f9db274c56078a572a33da Mon Sep 17 00:00:00 2001 From: Tobias Schwarz Date: Tue, 5 Nov 2024 04:22:22 +0000 Subject: [PATCH 1/2] c-base: add 2 more aps --- locations/c-base.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/locations/c-base.yml b/locations/c-base.yml index 7be7ddc30..769764e92 100644 --- a/locations/c-base.yml +++ b/locations/c-base.yml @@ -25,6 +25,14 @@ hosts: mac_override: eth0: dc:2c:6e:c4:36:57 + - hostname: c-base-nf-3 + role: ap + model: "tplink_cpe510-v1" + + - hostname: c-base-nf-4 + role: ap + model: "tplink_cpe510-v1" + snmp_devices: - hostname: c-base-switch address: 10.31.134.98 @@ -92,11 +100,13 @@ networks: dns: 1 ipv6_subprefix: 1 assignments: - c-base-core: 1 - c-base-switch: 2 - c-base-nf-1: 3 - c-base-nf-2: 4 - c-base-mesh-ssw: 5 + c-base-core: 1 # 10.31.134.97 + c-base-switch: 2 # 10.31.134.98 + c-base-nf-1: 3 # 10.31.134.99 + c-base-nf-2: 4 # 10.31.134.100 + c-base-mesh-ssw: 5 # 10.31.134.101 + c-base-nf-3: 6 # 10.31.134.102 + c-base-nf-4: 7 # 10.31.134.103 - role: tunnel ifname: ts_wg0 From 2ce249145ddd0b4259240d8064dc603f2a6289fb Mon Sep 17 00:00:00 2001 From: Tobias Schwarz Date: Sun, 2 Feb 2025 06:50:02 +0000 Subject: [PATCH 2/2] c-base: static ip for uplink --- locations/c-base.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locations/c-base.yml b/locations/c-base.yml index 769764e92..c1ff6bacb 100644 --- a/locations/c-base.yml +++ b/locations/c-base.yml @@ -59,6 +59,8 @@ ipv6_prefix: "2001:bf7:760:4800::/56" networks: - vid: 4 role: uplink + uplink_ipv4: 172.31.79.99/23 + uplink_gateway: 172.31.79.254 - vid: 11 role: mesh