[bwm-tools-tech] Port Shaping
Brought to you by:
nkukard
From: Andrew N. <and...@gm...> - 2005-10-03 23:36:52
|
Ok well I have been using bwm-tools for quite a while now. It is awesome, I still have some things that I would like to do with it but have not had time to yet. Anyway I their a way to limit that a port can use. I have a user who loves news groups and is downloading them 24x7 that puts makes me have to throttle him way down so he does not affect other users. My question is can I just limit the port (119 in this case) to a specific speed? I know that in the documentation this is mentioned. I just don't see how. The part below I think I got figured out I just don't know how to make the class_nntp_in. Any help? <flow name="nntp_in" max-rate="24000" burst-rate="32000"> <queue prio="99" nfmark="101"> class_nntp_in </queue> </flow> |