Multiple WireGuard clients (peers) connect to one WireGuard service.
My purpose is trying to allow wireguard clients to communicate each others. If I create one WG service and connect to 1 peer then everything works well.
If I create two WG services, allow one peer connect to each service and creating routing rule to allow communication between wireguard peers, then everything is work as expected too.
But if only one service is created and allow 2 peers to connect, the service seems crash every time when the second peer try to connect.
I am not sure whether multiple peers per Wireguard service is allowed, if yes, how to config it. Please advice and thx in advance.