Operating System - Linux
1753594 Members
6168 Online
108796 Solutions
New Discussion юеВ

Re: how to build my own packet shaper on linux ?

 
SOLVED
Go to solution
'chris'
Super Advisor

how to build my own packet shaper on linux ?

hi

I would like to build my own packet shaper
on linux debian.

I need to shape mainly 3 protocols:
HTTP/HTTPS 40%
ICA 50%
Printing 10%

knows someone how it should work,
or is it any free linux shaper
as a fixed solution to download ?

kind regards
chris
2 REPLIES 2
Stuart Browne
Honored Contributor
Solution

Re: how to build my own packet shaper on linux ?

It's reasonably easy, you just need to do a bit of reading.

There's an advanced routing howto available which talks about 'tc', the traffic shaping tool. ( http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/index.html , chapter 9 in particular ).

It discusses everything you need.
One long-haired git at your service...
Gopi Sekar
Honored Contributor

Re: how to build my own packet shaper on linux ?

you can use MRTG to get your traffic usage:
http://mrtg.hdl.com/mrtg.html

and you can use traffic shape utilities which are part of iproute2 package.

check 'man tc' for more information on this.

Hope this helps,
Gopi
Never Never Never Giveup