Date: Thu, 3 Feb 2000 09:40:40 -0600 From: Dan Nelson <dnelson@emsphone.com> To: Steve Hovey <shovey@buffnet.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Limiting bandwidth Message-ID: <20000203094040.B60799@dan.emsphone.com> In-Reply-To: <Pine.BSF.4.05.10002030659330.11016-100000@buffnet11.buffnet.net>; from "Steve Hovey" on Thu Feb 3 07:01:19 GMT 2000 References: <Pine.BSF.4.05.10002030659330.11016-100000@buffnet11.buffnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000203094040.B60799>