From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AA9EC433E0 for ; Tue, 5 Jan 2021 20:25:36 +0000 (UTC) Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6EED122D5A for ; Tue, 5 Jan 2021 20:25:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6EED122D5A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=romanrm.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=wireguard-bounces@lists.zx2c4.com Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id a99240dc; Tue, 5 Jan 2021 20:25:32 +0000 (UTC) Received: from rin.romanrm.net (rin.romanrm.net [2001:bc8:2dd2:1000::1]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id a300d3c1 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Tue, 5 Jan 2021 20:25:30 +0000 (UTC) Received: from natsu (unknown [IPv6:fd39::e99e:8f1b:cfc9:ccb8]) by rin.romanrm.net (Postfix) with SMTP id C1B287AB; Tue, 5 Jan 2021 20:25:29 +0000 (UTC) Date: Wed, 6 Jan 2021 01:25:30 +0500 From: Roman Mamedov To: Chris Osicki Cc: Gijs Conijn , WireGuard mailing list Subject: Re: WG default routing Message-ID: <20210106012530.2754726a@natsu> In-Reply-To: <20210105201212.GA31054@server> References: <20210103215441.GA24251@server> <20210105201212.GA31054@server> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" On Tue, 5 Jan 2021 21:12:12 +0100 Chris Osicki wrote: > As far as I can see after few tests, AllowedIPs config file option has nothing to do with routing and I hope > it will stay like this. wg-quick uses AllowedIPs to also set up matching entries in the system routing table. This can be disabled in its config. > It is just a filter It is not only a filter on incoming packets, but also WG's internal routing table for knowing which packets should be sent to which peer. -- With respect, Roman