From 9c4d1c94a5546de9dceae01180706852372da91d Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 25 Feb 2024 19:14:13 +0100 Subject: [PATCH] htz-cloud: fix routes for vpn --- nodes/htz-cloud.afra.toml | 2 +- nodes/htz-cloud/influxdb.py | 2 +- nodes/htz-cloud/sewfile.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/htz-cloud.afra.toml b/nodes/htz-cloud.afra.toml index 4a0cafe..80faf60 100644 --- a/nodes/htz-cloud.afra.toml +++ b/nodes/htz-cloud.afra.toml @@ -28,7 +28,7 @@ gateway6 = 'fe80::1' ips = [ "172.19.137.7/32", ] -routes.'172.19.136.0/22'.via = "172.19.137.1" +routes.'172.19.128.0/20'.via = "172.19.137.1" [metadata.element-web] url = "element.afra.berlin" diff --git a/nodes/htz-cloud/influxdb.py b/nodes/htz-cloud/influxdb.py index b609857..e3dc166 100644 --- a/nodes/htz-cloud/influxdb.py +++ b/nodes/htz-cloud/influxdb.py @@ -34,7 +34,7 @@ nodes['htz-cloud.influxdb'] = { }, 'routes': { # VPN - '172.19.136.0/22': { + '172.19.128.0/20': { 'via': '172.19.137.1', }, }, diff --git a/nodes/htz-cloud/sewfile.py b/nodes/htz-cloud/sewfile.py index 0ecd5db..8d4d6a2 100644 --- a/nodes/htz-cloud/sewfile.py +++ b/nodes/htz-cloud/sewfile.py @@ -26,7 +26,7 @@ nodes['htz-cloud.sewfile'] = { }, 'routes': { # VPN - '172.19.136.0/22': { + '172.19.128.0/20': { 'via': '172.19.137.1', }, },