From owner-freebsd-ipfw@FreeBSD.ORG Mon Aug 8 11:57:15 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D208416A41F for ; Mon, 8 Aug 2005 11:57:15 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from mail.spaingsm.com (llwb135.servidoresdns.net [217.76.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7566743D45 for ; Mon, 8 Aug 2005 11:57:05 +0000 (GMT) (envelope-from vladone@spaingsm.com) Received: from SERVEREL (unknown [85.120.13.6]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.spaingsm.com (Postfix) with ESMTP id AD95224C974 for ; Mon, 8 Aug 2005 13:44:12 +0200 (CEST) Date: Mon, 8 Aug 2005 14:57:18 +0300 From: vladone X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <868811314.20050808145718@spaingsm.com> To: freebsd-ipfw@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: teoretical question about ipfw X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vladone List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 11:57:15 -0000 Hi! I have this situation: ipfw pipe 1 config bw 512kbits/s ipfw queue 1 config pipe 1 mask dst-ip 0xffffff ipfw add queue 1 ip from any to any out via $private_interface Acording with man pages, this configurations give to each host same bandwith. My question: I have 2 users: first download an file from an good server with maximum speed posibil second download an file with very little speed from another server My rules split bandwith equal for both users in this case? More exactly, each user have 256kbits/s, even if an user cannot use all bandwith?