htz-cloud: fix routes for vpn
This commit is contained in:
parent
577a175bd0
commit
9c4d1c94a5
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ gateway6 = 'fe80::1'
|
||||||
ips = [
|
ips = [
|
||||||
"172.19.137.7/32",
|
"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]
|
[metadata.element-web]
|
||||||
url = "element.afra.berlin"
|
url = "element.afra.berlin"
|
||||||
|
|
|
@ -34,7 +34,7 @@ nodes['htz-cloud.influxdb'] = {
|
||||||
},
|
},
|
||||||
'routes': {
|
'routes': {
|
||||||
# VPN
|
# VPN
|
||||||
'172.19.136.0/22': {
|
'172.19.128.0/20': {
|
||||||
'via': '172.19.137.1',
|
'via': '172.19.137.1',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -26,7 +26,7 @@ nodes['htz-cloud.sewfile'] = {
|
||||||
},
|
},
|
||||||
'routes': {
|
'routes': {
|
||||||
# VPN
|
# VPN
|
||||||
'172.19.136.0/22': {
|
'172.19.128.0/20': {
|
||||||
'via': '172.19.137.1',
|
'via': '172.19.137.1',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue