Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Apr 2008 04:07:32 -0400
From:      freebsd@top-consulting.net
To:        freebsd-questions@freebsd.org
Subject:   RE: FreeBSD Traffic Shaping
Message-ID:  <20080402040732.51643ek1xtz9dhk4@mail.top-consulting.net>
In-Reply-To: <20080402032721.62016mpa11vodpc0@mail.top-consulting.net>
References:  <20080401181836.13596owuuxf9az48@mail.top-consulting.net> <20080401235522.GT21480@hal.rescomp.berkeley.edu> <003301c89474$efde4e60$cf9aeb20$@Org> <20080402032721.62016mpa11vodpc0@mail.top-consulting.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hmm,

I've tried

ipfw pipe 2 config mask all bw 100Kbit/s
ipfw add 10 pipe 2 tcp from localip to any 80

it appears to be working but I don't have enough connections on right =20
now to find out if it really gives 100kbit/sec to each or if it shares =20
the bw

will come back with an update :)


> I gave port 80 as an example but I need this configuration for =20
> limiting other services as well.
>
> If you have a 100mbps connection and only one client, you want him =20
> to only use 50kbps, not the full pipe. If you have 200 clients, they =20
> still get 50kbps each.
>
> Is this feature that I need so complicated that it can't be =20
> implemented easily into FreeBSD or is it that not many people need =20
> it ? It sounds quite useful to me :)
>
>
>> I have personally tried that before and it did not worked as described, i=
n
>> fact it didn't work at all to limit anything on FBSD6.
>>
>> -----Original Message-----
>> From: owner-freebsd-questions@freebsd.org
>> [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Christopher Cow=
art
>> Sent: Tuesday, April 01, 2008 7:55 PM
>> To: freebsd@top-consulting.net
>> Cc: freebsd-questions@freebsd.org
>> Subject: Re: FreeBSD Traffic Shaping
>>
>> freebsd@top-consulting.net wrote:
>>> I am trying to limit the bandwidth available to some connections and
>>> I'm not sure FreeBSD can handle this. Maybe some of you can help.
>>> Here's what I need to have exactly.
>>>
>>> No matter what the number of connections, each connection should have
>>> at most/least 50kbps guaranteed outbound on port 80.
>>>
>>> I've tried dummynet but it doesn't do what I need because if I define
>>> a pipe with 1mbps and if I have 1000 connections, each connection will
>>> have less than 50kbps.
>>>
>>> Any way to do this in FreeBSD ?
>>
>> The ipfw(8) man page describes a "mask" configuration parameter.
>>
>> # /sbin/ipfw pipe 1 config mask src-ip 0xffffffff bw 56Kbit/s
>>
>> This creates a separate dynamic pipe per source ip address. Each pipe has=
 a
>> dedicated 56kbps. The man page implies that the mask can combine fields, =
so
>> to uniquely identify "each connection", you would mask all bits of source
>> and destination IP and ports. It looks like the "all"
>> keyword might do just the trick.
>>
>> --
>> Chris Cowart
>> Network Technical Lead
>> Network & Infrastructure Services, RSSP-IT UC Berkeley
>>
>> _______________________________________________
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o=
rg"
>>
>
>
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or=
g"
>






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080402040732.51643ek1xtz9dhk4>