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
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.
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.