I put some extensions in the layer7 ,
then made a mangle rule with settings : (action : mark packet ) with passthrough checked on ,
then added a new queue in the Queue tree with the packet name to put a limit speed for it & ( Parent : global-out )
now the extensions I put had been excluded from the “simple queues” limits
I wanna re-limit it for a certain IPs , How to do that ?
you have to play with ip/firewall/filter or mangle.. with ip/address lists (you can make list of address here, allowed or not allowed..) and later you can select in a mangle rule (for example) in advanced you have src.address list or dst. addresss list. If you need to control what is comming from or to this address list. Also you can mark the “!” in mangle rules parameters that means the oposite or “no”
2: in your mangle rules ADD in ip/firewall/mangle/advanced:
source address list (select your address list containing the IPs you added) and mark the square at the begining with a tick (it means “NO”).
2: in your mangle rules ADD in ip/firewall/mangle/advanced:
source address list (select your address list containing the IPs you added) and mark the square at the begining with a tick (it means “NO”).
the new mangle I add it with all other details from the original rules ?
or just the IP with the tick mark ?
& the order of this rule above or under the original rule ?