From owner-freebsd-questions Sat Oct 19 20:47:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61CBC37B401 for ; Sat, 19 Oct 2002 20:47:25 -0700 (PDT) Received: from I-Sphere.COM (shell.i-sphere.com [209.249.146.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id E73B143E9C for ; Sat, 19 Oct 2002 20:47:24 -0700 (PDT) (envelope-from fasty@shell.i-sphere.com) Received: from shell.i-sphere.com (fasty@shell [209.249.146.70]) by I-Sphere.COM (8.12.3/8.12.3) with ESMTP id g9K3ncxI017804 for ; Sat, 19 Oct 2002 20:49:38 -0700 (PDT) (envelope-from fasty@shell.i-sphere.com) Received: (from fasty@localhost) by shell.i-sphere.com (8.12.3/8.12.3/Submit) id g9K3nc4K017803 for freebsd-questions@freebsd.org; Sat, 19 Oct 2002 20:49:38 -0700 (PDT) Date: Sat, 19 Oct 2002 20:49:38 -0700 From: faSty To: freebsd-questions@freebsd.org Subject: bandwidth control question Message-ID: <20021020034938.GB17475@i-sphere.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) 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 Hi there, I was been search the method statement for the ipfw rule and pipe rule. I cannot find any information regard this question. I wanted have 2 servers limit at 750Kbit/s outgoing. example: ipfw add 500 pipe 1 ip from server1 to any via any ipfw add 600 pipe 1 ip from server2 to any via any ipfw pipe 1 config bw 750Kbit/s I looked the MRTG showed server1 got 344kb/sec and server2 got 706kb/sec. I am confused it should be limited at 750Kbit/sec maxmium segment. How do I set not allow over the maxmium set value 750Kbit/s. When I set at 750Kbit/s and it show over size 344+706=1010kb/sec total. That's wrong should be limited at 750kb/sec or under. Is Kbit/s same as kb/sec ? -fasty To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message