From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 4C6873CB37 for ; Mon, 1 Jul 2019 08:22:39 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1561983758; bh=qkP4c+Zh1Wtu2gGKRL5QpauHEA1pbZjl4c1/4O1xRuc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=hdAfaLqYGEQXj+T7cBf3LHHq5ruUNkX90YVsxkyFMG+JbIluMuceSHOfRGlOB7XJB Jw+eZESr585DJ1RdMtqb9wB5gU8VDPOrcLbQt0HHTOVvO7oKXU5zKHT/0im95KQWGS NYu7+ZgAZmgiyVUULde6utSQSX5MfPWxgpsVcNh2SHa4q3XVRUPLXBAG2KU+uwFgUR o8x3T7RrZXgNBai1vNNo1tb4gevIwbc9t5vKMvpGrABpSSxyyfCqtfRGFEI24GIaPr PqBjnzh/EL9FOdbaWpTzKDBHUX8+Hox7tAsQU71O7bJw0YIbZwHfkKSdeq3aJJkPX9 rs57sUgBLb1WQ== To: Alban , cake@lists.bufferbloat.net Cc: Alban Subject: Re: [Cake] Recommendations for using cake in complex setup (wireguard + vlan + bond) In-Reply-To: <20190701135251.08defe75@eos> References: <20190701135251.08defe75@eos> Date: Mon, 01 Jul 2019 14:22:37 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87tvc654he.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain X-List-Received-Date: Mon, 01 Jul 2019 12:22:39 -0000 Alban writes: > Hi everybody, > > I am setting a new router with a non trivial setup and I really like to > get some recommendations on how to best use cake. First of all the > router is using VLAN on top of 2 bonded gigabit Ethernet interface: > > +--> VLAN1 (LAN) > eth0 <--+ | > +---> bond0 <--+--> VLAN2 (WAN1) > eth1 <--+ | > +--> VLAN3 (WAN2) > > The bond is using LACP, but mainly for redundancy and not for the > increased bandwidth. Both WAN VLAN are going to ISP provided FritzBox > connected to 50/10Mbit VDSL2 lines. What are the physical interfaces connected to? How is the traffic getting to the FritzBoxes? -Toke