From owner-freebsd-ipfw Mon Mar 4 23:58:49 2002 Delivered-To: freebsd-ipfw@freebsd.org Received: from mumba.junik.lv (mail.junik.lv [195.216.160.134]) by hub.freebsd.org (Postfix) with ESMTP id DFC1037B400 for ; Mon, 4 Mar 2002 23:58:42 -0800 (PST) Received: (from root@localhost) by mumba.junik.lv (8.8.8/8.8.8) id JAA09397 for ipfw@freebsd.org; Tue, 5 Mar 2002 09:58:36 +0200 Received: from Adam ([213.182.205.3]) by mumba.junik.lv (8.8.8/8.8.8) with SMTP id JAA09214 for ; Tue, 5 Mar 2002 09:58:28 +0200 Message-ID: <002401c1c41b$eca6ccc0$03cdb6d5@junik.lv> From: "Adam@junik.lv" To: References: <3C846696.A5ECF8F9@morganstanley.com> Subject: Re: bandwidth limit using ipfw Date: Tue, 5 Mar 2002 10:01:14 +0200 X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Victor Tayer" To: Sent: Tuesday, March 05, 2002 8:32 AM Subject: bandwidth limit using ipfw > how do i configure ipfw so that packets destined for my http (80) port > or whatever ports that i like will be limited only to say 2kbps...? At your kernel: options DUMMYNET At /etc/rc.firewall: fwcmd="/sbin/ipfw" ${fwcmd} add pipe 1 tcp from any to any 80 in ${fwcmd} pipe 1 config bw 2Kbytes/s > > any inputs will be greatly appreciated. > > jett tayer > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ipfw" in the body of the message > ______________________________________ Scanned and protected by Inflex http://pldaniels.com/inflex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message