From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: nicolas.prochazka@gmail.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 91b08001 for ; Thu, 21 Sep 2017 15:01:37 +0000 (UTC) Received: from mail-io0-f171.google.com (mail-io0-f171.google.com [209.85.223.171]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id f9e4fa4d for ; Thu, 21 Sep 2017 15:01:37 +0000 (UTC) Received: by mail-io0-f171.google.com with SMTP id q11so11622279ioe.10 for ; Thu, 21 Sep 2017 08:29:01 -0700 (PDT) MIME-Version: 1.0 Sender: nicolas.prochazka@gmail.com In-Reply-To: References: From: nicolas prochazka Date: Thu, 21 Sep 2017 17:29:00 +0200 Message-ID: Subject: Re: [wireguard-dev] Ability to use one udp port for multiple wg interfaces To: "Jason A. Donenfeld" Content-Type: text/plain; charset="UTF-8" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , A last thing what we also prefere with multiple interface it that the server public key is not shared between our customer. customer only known there's interface public key, so , when we destroy a customer, the key is never used again. Regards, Nicolas 2017-09-21 15:24 GMT+02:00 Jason A. Donenfeld : > On Thu, Sep 21, 2017 at 3:14 PM, nicolas prochazka > wrote: >> "historical" private software, and it's difficult to deal with. >> It is not a wireguard issue. > > In that case, I'd recommend you bind your services to 0.0.0.0 and just > use iptables to do net-based ACLs with the standard filter table.