Date: Sat, 7 Apr 2001 10:26:34 -0500 From: "Thomas T. Veldhouse" <veldy@veldy.net> To: "Q Yai QQ" <riki@maiser.unila.ac.id>, <freebsd-security@FreeBSD.org> Subject: Re: OOT :Bandwith limiter Message-ID: <003801c0bf77$21848400$0100a8c0@cascade> References: <Pine.BSF.4.21.0104071407140.19282-100000@maiser.unila.ac.id>
next in thread | previous in thread | raw e-mail | index | archive | help
Here is a simple example:
fwcmd="/sbin/ipfw"
host="10.0.0.1"
# bandwidth limiting rules
${fwcmd} add pipe 1 tcp from ${host} to any 25 via dc1 in
${fwcmd} pipe 1 config bw 20KBytes/s
This will limit outgoing mail on SMTP port 25.
Tom Veldhouse
veldy@veldy.net
----- Original Message -----
From: "Q Yai QQ" <riki@maiser.unila.ac.id>
To: <freebsd-security@FreeBSD.org>
Sent: Saturday, April 07, 2001 2:11 AM
Subject: OOT :Bandwith limiter
>
> hai guys,.
>
> i heard that dummnynet can help us to manage bandwith,..
> i wanna try it,.
> so give me some tutorial please,..
> how should i do,..
> and can u give me some example command for it,..
>
> by the way,. how about security
> is dummynet has ipfw rules ??
> does it will make user got a problem to access,..
> and,. does it secure like Firewall??
>
> i dunno,. so please hel me guys,.
>
> thank's alot
>
>
>
>
> >>>>>>>>>>>>>>>>>*****<<<<<<<<<<<<<<<<<
> riki@unila.ac.id
> visit my homepage and sign my guestbook
> http://unilanet.unila.ac.id/~qq
> ---------------------------------------
> ---------------------------------------
> &
> __& &__
> // \\
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-security" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003801c0bf77$21848400$0100a8c0>
