From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: lazyvirus@gmx.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 0fb46c07 for ; Mon, 29 May 2017 20:30:56 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 4bda257b for ; Mon, 29 May 2017 20:30:56 +0000 (UTC) Date: Mon, 29 May 2017 22:43:47 +0200 From: Bzzzz To: Ibrahim Tachijian Subject: Re: Multiple peers to one wireguard "server" Message-ID: <20170529224347.056ab480@msi.defcon1> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 29 May 2017 20:31:36 +0000 Ibrahim Tachijian wrote: > If I understand correctly if I need to connect 10 different wg > "clients" to one wg "server" I will require one wgX interface > per-client on the "server". > > Is this correct? No, it means you'll have wg0 and 10 [Peer] sections into your server configuration file. Jean-Yves