Download Speed Limit Based on the Extension [Mikrotik Winbox] Tutorial

Internet users in the cafe who like downloading files with IDM is very disturbing others who are browsing or playing games, on this case we can add the filter for this Downloaders

with a little extra in his Mikrotik Rules Filter firewall mangle and then on into Mikrotik queues.

internet -> check ext (add to address list) -> mangle (mark packets) -> queues (slowing speed) -> client

1. Go to Mikrotik winbox -> IP -> Firewall -> -> Filter Rules -> Add Filter Rules. configure:

a. chain = forward

b. Protocol = 6 (tcp)

c. Content = .exe

d. Action = add dst to address list

e. Address List = downloaders

f. Timeout = 01.00.00

* Content filtering is filled with rules that would be blocked ext
* Address List for alias type Downloaders <- whatever name
* Timeout up to you, 5 minutes or 3 days (3d)
* Create a rule as much depends ext, .Exe, .Rar, .Avi, .Mpg, .Iso, .Zip, .Flv, etc.

77025119 Download Speed Limit Based on the Extension [Mikrotik Winbox] Tutorial

2. Go tab Mikrotik Mangle, winbox -> Ip -> Firewall -> Mangle -> Add new Mangle Rule. Configure:

a. Chain = forward

b. Protocol = 6 (tcp)

c. Src. Address List = downloaders

d. Action = mark packet

e. New Packet Mark = turunin speed

f. Passtrough = yes

* Src Address List is the list we add’ve made in the initial step is Downloaders <- select in the drop down box.

* New Packet for alias Mark slowing speed <- whatever name

* Passtrough checked

18525141 Download Speed Limit Based on the Extension [Mikrotik Winbox] Tutorial

3. Go to Mikrotik Queues, winbox -> Queues -> Simple Queues -> add new simple queues. Configure:

a. Name = download-files

b. Target Upload Max Limit / Limit at = 64k

c. Target Download Max Limit / Limit at= 64k

d. Packet Marks = slowing speed

e. Priority = 4

* Packet mark and Priority is in the Advanced tab, select the drop down box that is the rule that we’ve made in the mangle had the slowing speed

* 64k = 8KBps di IDM.

50035891 Download Speed Limit Based on the Extension [Mikrotik Winbox] Tutorial

after that please tested.

credit : ray16.info

1 people like this post.
 
Related Posts
  • Mikrotik Blocking Web
  • VLAN MIKROTIK TUTORIAL
  • Mikrotik Traffic Load Balancing Tutorial
  • Mikrotik Simple Firewall Tutorial
  • Mikrotik Hotspot and RADIUS Server Tutorial
  • Mikrotik Bandwidth Test Tutorial
  • Hardware Reset Mikrotik Tutorial
  • Create Server Dota Game Online in Mikrotik Tutorial
  • The Dude Network Monitoring From Mikrotik Tutorial
  • Load-balancing and Fail-over in MikroTik Tutorial

Leave a Reply