From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 424F0201AAA for ; Fri, 3 Jun 2011 05:24:58 -0700 (PDT) Received: from hydrogene.pps.jussieu.fr (hydrogene.pps.jussieu.fr [134.157.168.1]) by shiva.jussieu.fr (8.14.4/jtpda-5.4) with ESMTP id p53CgYES022049 ; Fri, 3 Jun 2011 14:42:47 +0200 (CEST) X-Ids: 168 Received: from lanthane.pps.jussieu.fr (lanthane.pps.jussieu.fr [134.157.168.57]) by hydrogene.pps.jussieu.fr (Postfix) with ESMTPS id 4FB7CC03DE; Fri, 3 Jun 2011 14:42:33 +0200 (CEST) Received: from jch by lanthane.pps.jussieu.fr with local (Exim 4.76) (envelope-from ) id 1QSThx-0004fj-56; Fri, 03 Jun 2011 14:42:33 +0200 From: Juliusz Chroboczek To: Dave Taht Subject: Re: Hacking on the rtl8366S References: Date: Fri, 03 Jun 2011 14:42:33 +0200 In-Reply-To: (Dave Taht's message of "Fri, 3 Jun 2011 06:28:31 -0600") Message-ID: <7i39jr3x3a.fsf@lanthane.pps.jussieu.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Miltered: at jchkmail.jussieu.fr with ID 4DE8D6BA.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 4DE8D6BA.000/134.157.168.1/hydrogene.pps.jussieu.fr/hydrogene.pps.jussieu.fr/ Cc: Gabor Juhos , bloat-devel@lists.bufferbloat.net X-BeenThere: bloat-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Developers working on AQM, device drivers, and networking stacks" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 12:24:58 -0000 > (the switch is bridged to the wireless interfaces, normally) Are you sure about that? The usual configuration is to use a hardware switch between the wired ports, but bridge the wired and wireless ports in software. Can you post the output of brctl show? At any rate, you should be able to program the switch to put each port on a different vlan -- that's how the separation between LAN and WAN ports is usually implemented. -- Juliusz