From owner-freebsd-questions Thu Feb 3 7:40:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by builder.freebsd.org (Postfix) with ESMTP id DAAF03D67 for ; Thu, 3 Feb 2000 07:40:50 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA61773; Thu, 3 Feb 2000 09:40:40 -0600 (CST) (envelope-from dan) Date: Thu, 3 Feb 2000 09:40:40 -0600 From: Dan Nelson To: Steve Hovey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Limiting bandwidth Message-ID: <20000203094040.B60799@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from "Steve Hovey" on Thu Feb 3 07:01:19 GMT 2000 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Feb 03), Steve Hovey said: > I tried to search the list archive but it gens an error that the > proxy is unreachable (not my proxy, whatever one that web form calls) There was a disk failure on the machine handling the search page, I believe. > Anyon know/remember what the program/utility names are etc? Or a good > resource I can search through for this? I need to be able to > throttle total thruput on 1 ethernet card to and from another in the > same machine. add "options DUMMYNET" to your kernel and recompile. Then do something like ipfw pipe 1 config bw 100kbytes/sec ipfw add 100 pipe 1 ip from any to any out via fxp0 ipfw pipe 2 config bw 100kbytes/sec ipfw add 101 pipe 2 ip from any to any in via fxp0 man dummynet for more info. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message