Date: Mon, 24 Jul 2000 00:11:00 +0300 From: "Giorgos Keramidas" <keramida@ceid.upatras.gr> To: Ilia Chipitsine <ilia@cgu.chel.su> Cc: questions@FreeBSD.ORG Subject: Re: DUMMYNET setup Message-ID: <20000723211100.23340.qmail@hades.hell.gr> In-Reply-To: <Pine.BSF.4.10.10007232343410.283-100000@jane.cgu.chel.su>; from ilia@cgu.chel.su on Sun, Jul 23, 2000 at 11:45:24PM %2B0600 References: <Pine.BSF.4.10.10007232343410.283-100000@jane.cgu.chel.su>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 23, 2000 at 11:45:24PM +0600, Ilia Chipitsine wrote: > > can somebody help me ? > how can I restrict overall (incoming+outgoing) between two hosts ? > one host is FreeBSD, another one is Win9X. You can make rules that pass all incoming and outgoing packets from these two hosts from a datapipe with limited bandwidth. You can try something like: ipfw pipe 1 config bw 2000b/s ipfw pipe 2 config bw 2000b/s ipfw allow ip from host.A to host.B pipe 1 ipfw allow ip from host.B to host.A pipe 2 Ciao. 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?20000723211100.23340.qmail>