Date: Sun, 1 Jul 2001 15:15:22 -0400 From: Michael Lucas <mwlucas@blackhelicopters.org> To: Richard Smith <rdls@rdls.net> Cc: questions@freebsd.org Subject: Re: dummynet question Message-ID: <20010701151522.A78618@blackhelicopters.org> In-Reply-To: <20010701200306.A282@gaia.home.rdls.net>; from rdls@rdls.net on Sun, Jul 01, 2001 at 08:03:07PM %2B0100 References: <20010701131531.A78357@blackhelicopters.org> <20010701200306.A282@gaia.home.rdls.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 01, 2001 at 08:03:07PM +0100, Richard Smith wrote: > On Sun, Jul 01, 2001 at 01:15:31PM -0400, Michael Lucas wrote: > > 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? > > No. They would all share the same 128K pipe. Your former approach > is the correct one. [I am assuming that the rules run on the web > server itself, otherwise they may need modification] Yep, they're on the web server itself. Dang, another bright idea gone down the tubes. Thanks much! -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010701151522.A78618>