kunsi-p14s: set correct ip

This commit is contained in:
Franzi 2024-03-23 10:19:35 +01:00
parent e6f6229b87
commit aa0d4e5a76
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -39,7 +39,7 @@ nodes['kunsi-p14s'] = {
}, },
'interfaces': { 'interfaces': {
'br0': { 'br0': {
'ips': {'10.73.100.103/16'}, 'ips': {'10.73.100.112/16'},
'gateway4': '10.73.0.254', 'gateway4': '10.73.0.254',
'dhcp': True, 'dhcp': True,
}, },
@ -188,6 +188,7 @@ nodes['kunsi-p14s'] = {
'my_port': 51819, 'my_port': 51819,
'their_ip': '172.19.136.64', 'their_ip': '172.19.136.64',
'routes': { 'routes': {
'10.73.0.0/16',
'172.19.128.0/20', '172.19.128.0/20',
}, },
}, },