From owner-freebsd-net Thu Jan 18 11:37:30 2001 Delivered-To: freebsd-net@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 0102237B400 for ; Thu, 18 Jan 2001 11:37:12 -0800 (PST) Received: from fwd01.sul.t-online.com by mailout03.sul.t-online.com with smtp id 14JKru-0005ut-09; Thu, 18 Jan 2001 20:37:10 +0100 Received: from ramses.local (320080844193-0001@[217.2.186.18]) by fmrl01.sul.t-online.com with esmtp id 14JKrm-1n0G3MC; Thu, 18 Jan 2001 20:37:02 +0100 Received: from haribeau by ramses.local with local (Exim 3.12 #1 (Debian)) id 14JLpG-0000mK-00 for ; Thu, 18 Jan 2001 21:38:30 +0100 Date: Thu, 18 Jan 2001 21:38:30 +0100 From: Clemens Hermann To: BSD NET-List Subject: dummynet has no effect Message-ID: <20010118213830.A2940@ramses.local> Mail-Followup-To: Clemens Hermann , BSD NET-List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Mailer: Mutt 1.2.5i (Linux 2.2.17 i586) X-Sender: 320080844193-0001@t-dialin.net Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi again, I want to limit the bandwith for each IP accessing my computer to 128KBit/s (2*ISDN). So I added the following rules to ipfw: ipfw add pipe 1 ip from any to any ipfw add pipe 2 tcp from any to any ipfw add pipe 3 udp from any to any ipfw add pipe 4 icmp from any to any ipfw pipe 1 config bw 128KBit/s queue 10 ipfw pipe 2 config bw 128KBit/s queue 10 ipfw pipe 3 config bw 128KBit/s queue 10 ipfw pipe 4 config bw 128KBit/s queue 10 if I make "ipfw list" I can see the four pipes. But If I download something to the server I get *much* more bandwith than 128 KBit/s. It is the same as without the pipes. Did I miss anything? Thanks in advance for any hints /ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message