In order to configure multi-site/devices to implement a WireGuard topology from any of the following
then clearly each 'client' Peer .conf legitimately needs to include the'ListenPort = 51820'
directive, and with appropriate firewall rules it will be secure.
In the interim,wireguard_manager
'client' Peers can function without the directive, so I will need to give some thought on how to allow its use.
Obviously changing 'wg21' to listen on a different Port would be one simple/quick hack, but most 'client' peers expect the default 51820 on the 'Server' Peer.
Interesting. So the config file comes with listen port 51820. Does this mean the provider ‘server’ peer listening on different port number? I suppose this will be included in the config file endpoint. Why wouldn’t it work?
Say we deactivate peering in phone client apps, can the provider still initiate peering to phone listening port? It seems to be a potential backdoor access.