Linux Bandwidth Shaping.

Hello, Used to use rshaper years ago [2006] to limit bandwidth per IP address or IP block when using a Linux box as a gateway. Can't find rshaper online more specifically for Linux Kernel 2.6. Anyone know of any bandwidth shaper for Linux ? I have looked at tc but it seems to limit per ethernet interface. I am looking to limit bandwidth per IP address passing through the Linux gateway. Regards,Peter Muli.

I use Trickle, works for me. ---- Kind Regards, Alex Nyalita On Wed, May 27, 2015 at 9:58 AM, Peter Muli via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hello,
Used to use rshaper years ago *[2006]* to limit bandwidth per IP address or IP block when using a Linux box as a gateway. Can't find rshaper online more specifically for Linux Kernel 2.6.
Anyone know of any bandwidth shaper for Linux ? I have looked at tc but it seems to limit per ethernet interface. I am looking to limit bandwidth per IP address passing through the Linux gateway.
Regards, Peter Muli.
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

try using wondershaper. On Wed, May 27, 2015 at 12:13 PM, Alex Nyalita via skunkworks < skunkworks@lists.my.co.ke> wrote:
I use Trickle, works for me.
----
Kind Regards,
Alex Nyalita
On Wed, May 27, 2015 at 9:58 AM, Peter Muli via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hello,
Used to use rshaper years ago *[2006]* to limit bandwidth per IP address or IP block when using a Linux box as a gateway. Can't find rshaper online more specifically for Linux Kernel 2.6.
Anyone know of any bandwidth shaper for Linux ? I have looked at tc but it seems to limit per ethernet interface. I am looking to limit bandwidth per IP address passing through the Linux gateway.
Regards, Peter Muli.
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Worked with a number of linux based shapers for a while - I liked http://www.mastershaper.org/ for it's fairly usable GUI. It seems like it hasn't had active development since 2013 though. I ended up moving to Mikrotik routers for easy to use and flexible bandwidth management with an easy to teach gui. Haven't regretted it since! --- Andris Bjornson | EveryLayer <http://www.everylayer.com/> skype: andris.bjornson On Wed, May 27, 2015 at 3:23 AM, lucas oketch via skunkworks < skunkworks@lists.my.co.ke> wrote:
try using wondershaper.
On Wed, May 27, 2015 at 12:13 PM, Alex Nyalita via skunkworks < skunkworks@lists.my.co.ke> wrote:
I use Trickle, works for me.
----
Kind Regards,
Alex Nyalita
On Wed, May 27, 2015 at 9:58 AM, Peter Muli via skunkworks < skunkworks@lists.my.co.ke> wrote:
Hello,
Used to use rshaper years ago *[2006]* to limit bandwidth per IP address or IP block when using a Linux box as a gateway. Can't find rshaper online more specifically for Linux Kernel 2.6.
Anyone know of any bandwidth shaper for Linux ? I have looked at tc but it seems to limit per ethernet interface. I am looking to limit bandwidth per IP address passing through the Linux gateway.
Regards, Peter Muli.
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

For trickle and wondershaper can only see examples to limit bandwidth for applications or per network interface while i am looking to limit bandwidth per host IP traversing through a Linux gateway. Experimenting with tc commands and still trying to get it right. tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:10 htb rate 128kbps tc class add dev eth0 parent 1: classid 1:11 htb rate 256kbps tc class add dev eth0 parent 1: classid 1:12 htb rate 512kbps tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip dst 10.16.0.5 flowid 1:10 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src 10.16.0.5 flowid 1:10 On Wednesday, May 27, 2015 5:03 PM, Andris Bjornson via skunkworks <skunkworks@lists.my.co.ke> wrote: Worked with a number of linux based shapers for a while - I liked http://www.mastershaper.org/ for it's fairly usable GUI. It seems like it hasn't had active development since 2013 though. I ended up moving to Mikrotik routers for easy to use and flexible bandwidth management with an easy to teach gui. Haven't regretted it since! ---Andris Bjornson | EveryLayerskype: andris.bjornson On Wed, May 27, 2015 at 3:23 AM, lucas oketch via skunkworks <skunkworks@lists.my.co.ke> wrote: try using wondershaper. On Wed, May 27, 2015 at 12:13 PM, Alex Nyalita via skunkworks <skunkworks@lists.my.co.ke> wrote: I use Trickle, works for me. ---- Kind Regards, Alex Nyalita On Wed, May 27, 2015 at 9:58 AM, Peter Muli via skunkworks <skunkworks@lists.my.co.ke> wrote: Hello, Used to use rshaper years ago [2006] to limit bandwidth per IP address or IP block when using a Linux box as a gateway. Can't find rshaper online more specifically for Linux Kernel 2.6. Anyone know of any bandwidth shaper for Linux ? I have looked at tc but it seems to limit per ethernet interface. I am looking to limit bandwidth per IP address passing through the Linux gateway. Regards,Peter Muli. _______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke _______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke _______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke _______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
participants (4)
-
Alex Nyalita
-
Andris Bjornson
-
lucas oketch
-
Peter Muli