Page 1 of 1

need help new in MT

Posted: Sat Feb 24, 2007 7:27 pm
by wissammohamed
hi
i cearte this rule from this example
http://wiki.mikrotik.com/wiki/PCQ_Examples

[admin@MikroTik] queue> simple print
Flags: X - disabled, I - invalid, D - dynamic
0 name="queue2" target-addresses=192.168.100.0/24 dst-address=0.0.0.0/0 interface=all parent=none direction=both
priority=4 queue=PCQ_upload/PCQ_download limit-at=0/0 max-limit=0/0 total-queue=default-small

this rule divid the BW equaly to my active users
i apply this rule two days ago
when i check my users speed i see that its equal to 60 kps

even if the number of active users is 20 or 10 5 or 1 user
the speed of the active user is equal to 66kps

where is my error in my rule

note i need from this rule to divid the BW equaly to my active users
for ex
my BW is 3m and i have 3 active users
the BW divid to them equaly (each user 1m)
and when one user is active ( he take all the BW)
thanx for everyone

Posted: Sat Feb 24, 2007 7:43 pm
by wissammohamed
guys anyone
i need to work this rule so badly :cry:

Posted: Sat Feb 24, 2007 7:47 pm
by mrz
I already said that in one post. Set PCQ rate to 0.

/queue type set PCQ_download pcq-rate=0
/queue type set PCQ_upload pcq-rate=0

This will divide all bandwidth equally among users.