14. Mikrotik 4WANs Auto Load balancing with script PhallaCCMT 6:19 PM 4 Comments PhallaCCMT Here is a script: /ip firewall mangle add action=mark-connection chain=prerouting connection-state=new in-interface=ether5 new-con...
13. Mikrotik give Priority on QOS by MAC, IP and IP address List PhallaCCMT 6:07 PM Add Comment PhallaCCMT Here is a script: /ip firewall address-list add address=192.168.2.247 list=Phalla-List add address=192.168.2.250 list=Phalla-List ...
12. Mikrotik Limit Speed By Website PhallaCCMT 5:57 PM 2 Comments PhallaCCMT This summary is not available. Please click here to view the post.
11. Mikrotik PCQ Share Equally Bandwidth for all hosts PhallaCCMT 5:28 PM Add Comment PhallaCCMT Here is a script: /queue type add kind=pcq name=PCQ-Upload pcq-classifier=src-address \ pcq-dst-address6-mask=64 pcq-rate=2M pcq...
10. Mikrotik Limit Speed by Website and give Priority to Speedtest.net PhallaCCMT 5:14 PM 3 Comments PhallaCCMT This summary is not available. Please click here to view the post.
9. Mikrotik Unlimit Browsing but Limit Download PhallaCCMT 5:04 PM 5 Comments PhallaCCMT Here is a script: /ip firewall mangle add action=mark-connection chain=prerouting connection-bytes=\ 262146-4294967295 in-interf...
5. Mikrotik Limit Speed Download by File Extension PhallaCCMT 4:44 PM 4 Comments PhallaCCMT Here is a script: /ip firewall layer7-protocol add name="EXE" regexp="\\.(exe)" /ip firewall layer7-protocol add ...
3. Mikrotik Limit Youtube and All Download but Unlimit Browsing PhallaCCMT 4:35 PM 11 Comments PhallaCCMT Here is a script: /ip firewall layer7-protocol add name=L7-Youtube regexp=youtube.com|googlevideo.com /ip firewall mangle add acti...
2. Mikrotik Block Torrent Bittorrent uTorrent PhallaCCMT 4:21 PM 9 Comments PhallaCCMT Here is a script: /ip firewall layer7-protocol add comment="Block Bit Torrent" name=layer7-bittorrent-exp regexp="^(...
1. Mikrotik Unlimit Browsing But Limit Download + Youtube PhallaCCMT 4:18 PM 6 Comments PhallaCCMT Here is a script: /ip firewall layer7-protocol add name=L7-Youtube regexp= youtube.com | googlevideo .com /ip firewall mangle add ac...
Google Address List PhallaCCMT 11:25 AM 1 Comment PhallaCCMT /ip firewall address-list add list="GOOGLE" address=8.8.4.0/24 comment="[20140910] Google Inc. US" /ip firewall addres...