In my office i used cloud router CCR1009-8G-1S v 6.18. I want to limitation download process base on extension file downloaded and base on source ip address certain. i have to do config my router :
/ip firewall layer7-protocol
add name=Download regexp=“^.get.+\.(exe|mp3|mp4|iso).$”
/ip firewall mangle
add action=mark-connection chain=prerouting comment=“download”
disabled=yes layer7-protocol=Download new-connection-mark=download
add action=mark-packet chain=prerouting connection-mark=download disabled=yes
new-packet-mark=download passthrough=no
/queue simple
add disabled=yes max-limit=64k/64k name=queue1 packet-marks=download target=
172.22.18.0/27
my problem is :
mangle can not function for extension file mp4 and iso, but for extension exe and mp3 mangle can function as should be.
please give solution for solved the problem.
sore my english is bad.
thank berfore