View Full Version : QOS Script
Hi!
I connected to the intenet via HSDPA modem and I have 5GByte/month traffic.
I want limit my client's traffic.
I want client1 384k/64k
client2 1M/128k
client3-5 256k/64k
How can I do this?
I use this script for limit downloads, but i can't set different speeds for different ip's
tc qdisc add dev ppp0 handle ffff: ingress
tc filter add dev ppp0 parent ffff: protocol ip prio 50 u32 match ip src 0.0.0.0/0 police rate 384kbit burst 10k drop flowid :1
adrianatkins
04-19-2009, 02:34 PM
duh !
you need per-client bandwidth control.
if you can't figure it out yourself, drop Ben a line at ben@nerjasolutions.com
He can give you the lowdown on how he did it.
Certainly works for me - i now have auto-control over just about all of it, and the price was certainly worth it.
Holidays are now possible !
newvisionantenna
04-20-2009, 11:57 AM
Forget a QOS script, just run Coovachilli with WiFiGator and you'll have per user bandwidth control as well as bandwidth caps. I've got my Routerstation setup now with dd-wrt and chillispot but if you install the webif package in Openwrt and then install the hotspot wizard package you'll be up and running with Coova in now time. It's all done with Radius and as a user logs in the radius database tells the router what bandwidth to hand out per user.
Have fun, maybe see you over there.
vikki24
05-19-2009, 07:17 PM
Forget a QOS script, just run Coovachilli with WiFiGator and you'll have per user bandwidth control as well as bandwidth caps. I've got my Routerstation setup now with dd-wrt and chillispot but if you install the webif package in Openwrt and then install the hotspot wizard package you'll be up and running with Coova in now time. It's all done with Radius and as a user logs in the radius database tells the router what bandwidth to hand out per user.
Have fun, maybe see you over there.
I like this version more
if this issue is still relevant