From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuxmealux@protonmail.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6cba3dea for ; Tue, 13 Mar 2018 16:57:44 +0000 (UTC) Received: from mail4.protonmail.ch (mail4.protonmail.ch [185.70.40.27]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id b11d2ffb for ; Tue, 13 Mar 2018 16:57:44 +0000 (UTC) Date: Tue, 13 Mar 2018 13:07:44 -0400 To: "wireguard@lists.zx2c4.com" From: Gianluca Gabrielli Subject: Multiple peers Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Reply-To: Gianluca Gabrielli List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi everybody, I have five peers, and I want that each peer can talk with all the other pe= ers. Moreover let's say that one of these peer will acts as a server and as= a gateway, while the other four will be only clients.=20 I wonder if I need to copy/paste all peers' public key on all the other pee= rs' configuration, or I can just configure each peer to connect to the serv= er and then allow peers talking with other peers passing through this serve= r? (Something similar to client-to-client option on OpenVPN) I don't care about firewall rules to configure the server to NAT clients' c= onnections, my question is just about wireguard configuration. Cheers, Gianluca