From owner-freebsd-questions Sun Jul 1 10:15:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 707D037B403 for ; Sun, 1 Jul 2001 10:15:35 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id NAA78397 for questions@freebsd.org; Sun, 1 Jul 2001 13:15:31 -0400 (EDT) (envelope-from mwlucas) Date: Sun, 1 Jul 2001 13:15:31 -0400 From: Michael Lucas To: questions@freebsd.org Subject: dummynet question Message-ID: <20010701131531.A78357@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i 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 Hello, I have several Web sites, with different IP addresses, on one server. I would like to limit each individual site to 128k of outbound traffic. ipfw add 00100 pipe 1 ip from a.b.c.d to any ipfw add 00200 pipe 2 ip from a.b.c.e to any .... ipfw pipe 1 config bw 128Kbit/s ipfw pipe 2 config bw 128Kbit/s ... Could I simplify this into pointing each IPFW rule into "pipe 1", throttling each to 128K? Or would they share the bandwidth, or would something else funky happen? I could figure this out by trial and error, but it's a production system and clients don't take this sort of random testing kindly. Thanks, Michael -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message