move wireguard connection between kunsi-p14s and htz-cloud.wireguard to port 1194
This commit is contained in:
parent
ad9a920a48
commit
d88645c7bd
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ nodes['htz-cloud.wireguard'] = {
|
||||||
'oifname eth0 accept',
|
'oifname eth0 accept',
|
||||||
],
|
],
|
||||||
'50-wireguard': [
|
'50-wireguard': [
|
||||||
'udp dport 51819 accept',
|
'udp dport 1194 accept',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'postrouting': {
|
'postrouting': {
|
||||||
|
@ -64,7 +64,7 @@ nodes['htz-cloud.wireguard'] = {
|
||||||
'endpoint': None,
|
'endpoint': None,
|
||||||
'exclude_from_monitoring': True,
|
'exclude_from_monitoring': True,
|
||||||
'my_ip': '172.19.136.64',
|
'my_ip': '172.19.136.64',
|
||||||
'my_port': 51819,
|
'my_port': 1194,
|
||||||
'their_ip': '172.19.136.65',
|
'their_ip': '172.19.136.65',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -168,7 +168,7 @@ nodes['kunsi-p14s'] = {
|
||||||
'peers': {
|
'peers': {
|
||||||
'htz-cloud.wireguard': {
|
'htz-cloud.wireguard': {
|
||||||
'auto_connection': False,
|
'auto_connection': False,
|
||||||
'endpoint': 'wireguard.htz-cloud.kunbox.net:51819',
|
'endpoint': 'wireguard.htz-cloud.kunbox.net:1194',
|
||||||
'my_ip': '172.19.136.65',
|
'my_ip': '172.19.136.65',
|
||||||
'my_port': 51819,
|
'my_port': 51819,
|
||||||
'their_ip': '172.19.136.64',
|
'their_ip': '172.19.136.64',
|
||||||
|
|
Loading…
Reference in a new issue