Langsung saja, berikut adalah cara untuk membatasi akses para pengguna Youtube tanpa mengganggu kecepatan browsing :
1. Masukkan value pada Layer 7 untuk membaca koneksi Youtube melalui router Mikrotik
/ip firewall layer7-protocol add name=http-video regexp="http/(0.9|1.0|1.1)[x09-x0d ][1-5][0-9][0-9][x09-x0d -~]*(content-type: video)"
2. Tambahkan baris perintah di firewall untuk membaca paket Youtube yang melalui router Miikrotik
/ip frewall mangle add action=mark-packet new-packet-mark=http-video passthrough=no chain=prerouting comment="http-video mark-packet" disabled=no layer7-protocol=http-video
3. Langkah terakhir adalah membatasi kecepatan streaming Youtube, kalo saya menggunakan Simple Queue
/queue simple add max-limit=0/64000 name=http-video packet-marks=http-video
Sumber : http://blog.bodi.web.id/mikrotik-limit-youtube-dengan-layer-7.html
No comments:
Post a Comment