htz-cloud: fix routes for vpn

This commit is contained in:
Franzi 2024-02-25 19:14:13 +01:00
parent 577a175bd0
commit 9c4d1c94a5
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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',
},
},

View file

@ -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',
},
},