MELIMITE FACEBOOK

Cara Melimit Bandwith Facebook di Mikrotik

www.facebook.com merupakan jejaring sosial site yang menggunakan sistem real time sehingga sangat boros terhadap bandwith yang digunakan, sehingga ketika memainkan game online

1. buat rule mangle untuk menandai packet dari konten facebook secara global (untuk seluruh ip address)
/ip firewall mangle add chain=prerouting content=facebook.com action=mark-packet new-packet-mark=konten_fb disable=no

2. Buat queue tree untuk membatasi bandwith facebook
/queue tree add parent=global-total packet-mark=konten_fb limit-at=120k max-limit=128k

semoga tutorial kecil ini bisa bermanfaat untuk kita semua ...

/ip firewall layer7-protocol add comment="" name=facebook regexp="facebook.com"

/ip firewall mangle add action=mark-packet chain=prerouting comment="" disabled=no layer7-protocol=facebook new-packet-mark=facebook passthrough=no

/queue simple add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment="" direction=both disabled=no dst-address=0.0.0.0/0 interface=all \ limit-at=0/0 max-limit=32k/32k name=facebook packet-marks=facebook parent=none priority=8 queue=default-small/default-small \ total-queue=default-small