Clear Cache rutin pada mikrotik akan mempercepat dan mengefektifkan kinerja mempercepat Browsing dan anda tidak perlu capek menclear cache secara manual
Categories
Another Greats Post
Clear Cache rutin pada mikrotik akan mempercepat dan mengefektifkan kinerja mempercepat Browsing dan anda tidak perlu capek menclear cache secara manual
chain=prerouting protocol=tcp dst-port=80 dst-address-list=!nice action=mark-connection new-connection-mark=http_conn passthrough=yes
chain=prerouting connection-mark=http_conn connection-bytes=0-131072 action=mark-packet new-packet-mark=browsing passthrough=no
chain=output connection-mark=http_conn connection-bytes=0-131072 action=mark-packet new-packet-mark=browsing passthrough=no
chain=prerouting connection-mark=http_conn connection-bytes=131073-4294967295 action=mark-packet new-packet-mark=download passthrough=no
chain=output connection-mark=http_conn connection-bytes=131073-4294967295 action=mark-packet new-packet-mark=download passthrough=no
This page will talk about how to make a QUEUE TREE in RouterOS that is also running Web-Proxy and Masquerading. Several topics in the Forum say that it’s impossible to do.
Internal Proxy Efektif. Seting mikrotik di Optimal kan pada Internal Proxy nya sehingga arus bandiwth yang ada digunakan semaksimal mungkin
Setelah selesai, lakukanlah pengecekan dengan melakukan akses ke situs lokal maupun ke situs internasional, dan perhatikanlah counter baik pada firewall mangle maupun pada simple queue.
Anda juga dapat mengembangkan queue type menggunakan pcq sehingga trafik pada setiap client dapat tersebar secara merata.