From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: finkandreas@web.de Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id aba820ef for ; Fri, 17 Aug 2018 05:48:06 +0000 (UTC) Received: from mout.web.de (mout.web.de [212.227.15.3]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id e6ccecd9 for ; Fri, 17 Aug 2018 05:48:06 +0000 (UTC) Date: Fri, 17 Aug 2018 08:00:17 +0200 From: Andreas Fink To: Kalin KOZHUHAROV Subject: Re: Connection between two clients Message-ID: <20180817080017.14e12eda@web.de> In-Reply-To: References: <20180815091700.0d1d5923@web.de> 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 Thu, 16 Aug 2018 21:40:20 +0200 Kalin KOZHUHAROV wrote: > Probanly a routing problem, check `ip route show` on (one) client and > server. > > Also you might need to enable ip forwarding on server (usually > enabled on firewalls and routers). No iptables are not necessary if > everything is one subnet. > > Cheers, > Kalin. Yes, the ip forwarding was the trick I was missing. Maybe it is worth adding a note in the documentation/quick start guide that this is needed for client-to-client communication through a server. Thank you Andreas