Hi Everyone!
I 'd like to do a bandwith control like this.
We have 200 user with pppoe username and passsword. They can dial in to MT and get an IP address from an IP POOL. (now in test phase...)
I like to define three groups (but i don't know how)...
first group : 512/128_users
Second group : 384/128_users
third group : 128/64_users
I read the documentation, and I think my friend is PCQ, to limit bandwith to these groups.
Anybody can write down the steps how to do this?!
1. create a mangle for the connection and the packet
" This is from Zack"
-----------------------------------
0 chain=prerouting src-address-list=pool1 action=mark-connection new connection-mark=lap_works-con
1 chain=prerouting action=mark-packet new-packet-mark=lap_work
-----------------------------------
2. create a PCQ queue types for the bandwith??? Create 6 PCQ for PCQ_down_512, PCQ_up_128; PCQ_down_384, PCQ_up_128;PCQ_down_128, PCQ_up_64 ???
3. Create a queue tree, or simple tree for what???
4. How can i put my users to this groups?
Forgive me if this is a lame question, and this is in the documentation, but I can't find out how this can be accomplish...
Thanks in an advice!!!
Other question...The MT can act like RADIUS server? Or the MT just Can connect to freeradius or any other RADIUS server?!
santajosh