move wireguard connection between kunsi-p14s and htz-cloud.wireguard to port 1194

This commit is contained in:
Franzi 2023-09-25 10:44:09 +02:00
parent ad9a920a48
commit d88645c7bd
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ nodes['htz-cloud.wireguard'] = {
'oifname eth0 accept',
],
'50-wireguard': [
'udp dport 51819 accept',
'udp dport 1194 accept',
],
},
'postrouting': {
@ -64,7 +64,7 @@ nodes['htz-cloud.wireguard'] = {
'endpoint': None,
'exclude_from_monitoring': True,
'my_ip': '172.19.136.64',
'my_port': 51819,
'my_port': 1194,
'their_ip': '172.19.136.65',
},
},

View file

@ -168,7 +168,7 @@ nodes['kunsi-p14s'] = {
'peers': {
'htz-cloud.wireguard': {
'auto_connection': False,
'endpoint': 'wireguard.htz-cloud.kunbox.net:51819',
'endpoint': 'wireguard.htz-cloud.kunbox.net:1194',
'my_ip': '172.19.136.65',
'my_port': 51819,
'their_ip': '172.19.136.64',