Queue Tree problem

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

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

Check for accepts of that traffic earlier than the conn. marks.

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

the mikrotik people seems dont take it seriosly…! :smiling_imp:

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