From owner-freebsd-questions Tue Jun 25 12: 3:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-66-140-18-199.dsl.hstntx.swbell.net [66.140.18.199]) by hub.freebsd.org (Postfix) with ESMTP id 1318937B764; Tue, 25 Jun 2002 12:01:46 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 14:01:50 -0500 Reply-To: From: "Jon Noack" To: "Alexander" , Cc: , Subject: RE: ipfw question Date: Tue, 25 Jun 2002 14:01:50 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020625212231.U4383-100000@bugs.elitsat.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 25 Jun 2002 19:01:50.0817 (UTC) FILETIME=[C34FCD10:01C21C7A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Not that I know of (isn't that the point of fw.one_pass -- it only matches one rule). Why don't you want to use fw.one_pass? (If it's because you're using bridging I may be able to help) Jon Use the freebsd-ipfw list. I've sent them this message as well. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alexander Sent: Tuesday, June 25, 2002 1:39 PM To: freebsd-questions@freebsd.org Cc: freebsd-isp@freebsd.org Subject: ipfw question Hello, I have few clients which should share 1 channel of 256Kbit/s and each one of them should have max 64Kbit/s. The idea is like 5-6 clients to share 256Kbit/s I do the following pipe configs ipfw pipe 1 config bw 64Kbit/s queue 5 ... ipfw pipe 6 config bw 64Kbit/s queue 5 ipfw pipe 7 config bw 256Kbit/s queue 5 ipfw add pipe 1 all from any to any via tun0 ipfw add pipe 7 all from any to any via tun0 ... ... ipfw add pipe 6 all from any to any via tun5 ipfw add pipe 7 all from any to any via tun5 (Each client has a tunnel) And what happens is that packets only go to the first rule and everyone have 64k but they don't share one 256k/s channel Is there a way doing this without using sysctl variable net.inet.ip.fw.one_pass ? thanks P.S. I'll be glad if someone responds as quick as possible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message