Community discussions

MikroTik App
 
moya
just joined
Topic Author
Posts: 22
Joined: Sun Jul 10, 2005 8:14 pm

Queue Tree problem

Sun Oct 30, 2005 9:28 am

I'm trying to limit a customer's bandwidth by using the example from the manual, but I can't make it work. Chances are I'm doing something wrong, could you please give me a hand with it?

By the way, I am using v2.9.6

ip firewall mangle> add src-address=10.10.1.231 action=mark-connection new-connection-mark=Basic-Con chain=prerouting
ip firewall mangle> add connection-mark=Basic-Con action=mark-packet new-packet-mark=Basic chain=prerouting

queue tree> add name=Basic-Con-Down parent=Mhill packet-mark=Basic limit-at=128000 max-limit=132000
queue tree> add name=Basic-Con-Up parent=wan packet-mark=Basic limit-at=64000 max-limit=96000


Thanks a mill,

-Cesar
 
moya
just joined
Topic Author
Posts: 22
Joined: Sun Jul 10, 2005 8:14 pm

Mon Oct 31, 2005 7:34 am

Come on guys, I did RTFM and checked the forums but can't quite find the solution for this. I did it in 2.8.28 without any problems, but 2.9.6 is killing me.

I know the traffic is mangled wihout any problems, but the queue tree doesn't show any traffic.

TIA
 
User avatar
gottin
Frequent Visitor
Frequent Visitor
Posts: 62
Joined: Fri Feb 25, 2005 8:33 am
Location: Bulgaria
Contact:

Mon Oct 31, 2005 7:45 am

Check for accepts of that traffic earlier than the conn. marks.
 
User avatar
larmaid
Member Candidate
Member Candidate
Posts: 177
Joined: Tue Aug 30, 2005 3:06 pm

Mon Oct 31, 2005 4:50 pm

@moya it seems we have the same problem.........but my queue works fine in 1 hour after that blah....... :roll:

the mikrotik people seems dont take it seriosly.........! :twisted:
 
moya
just joined
Topic Author
Posts: 22
Joined: Sun Jul 10, 2005 8:14 pm

Mon Oct 31, 2005 10:33 pm

Thanks gottin, all I needed was a push in the right direction. You were right, my p2p rules were interfiering.

larmaid, as soon as I disabled p2p mangling I was able to controll the bandwidh for my customers. It is obvious that I don't know that much, but I will be happy to help you as much as I can.

Once more I do thank you gottin.

Regards,

-Moya