kunsi-p14s: set correct ip
This commit is contained in:
parent
e6f6229b87
commit
aa0d4e5a76
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ nodes['kunsi-p14s'] = {
|
|||
},
|
||||
'interfaces': {
|
||||
'br0': {
|
||||
'ips': {'10.73.100.103/16'},
|
||||
'ips': {'10.73.100.112/16'},
|
||||
'gateway4': '10.73.0.254',
|
||||
'dhcp': True,
|
||||
},
|
||||
|
@ -188,6 +188,7 @@ nodes['kunsi-p14s'] = {
|
|||
'my_port': 51819,
|
||||
'their_ip': '172.19.136.64',
|
||||
'routes': {
|
||||
'10.73.0.0/16',
|
||||
'172.19.128.0/20',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue