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