22
Cara Membatasi Bandwidth Download Client dengan Firewall layer7 Protocols Di Mikrotik Router --Cara yang paling ampuh untuk.. membatasi Download atau limit Video di Router mikrotik adalah dengan Firewall Layer7 Protocols,yang paling hebatnya Dengan Firewall Layer7 protocols ini browsing tidak terlimit atau tidak terganggu,Soalnya saya hanya limit bandwidth berdasarkan Extension saja,Misalnya download exe,flv,zip,rar,mp3,mp4,3gp dan lain lain. --Bagi anda yang mempunyai warnet tentu tutorial ini sangat berguna,saya limit dengan 32Kb,berarti dengan kecepatan download sekitar 8 kb perdetik termasuk Video streaming... --Ok,sekarang kita mulai --Buka winbox kemudian klik "ip" kemudian klik "firewall" kemudian klik tanda "plus" warna merah kemudian klik "layer7 protocols" --isikan Name=http-video dan RegeXp=http/(0\.9|1\.0|1\.1)[\ x09-\x0d ][1-5][0-9][0-9][\x09-\x0d -~]*(content-type: video) --lihat gambar di bawah ini:

77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

Embed Size (px)

Citation preview

Page 1: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

Cara Membatasi Bandwidth Download Client dengan Firewall layer7 Protocols Di Mikrotik Router

--Cara yang paling ampuh untuk.. membatasi Download atau limit Video di Router mikrotik adalah dengan Firewall Layer7 Protocols,yang paling hebatnya Dengan Firewall Layer7 protocols ini browsing tidak terlimit atau tidak terganggu,Soalnya saya hanya limit bandwidth berdasarkan Extension saja,Misalnya download exe,flv,zip,rar,mp3,mp4,3gp dan lain lain.--Bagi anda yang mempunyai warnet tentu tutorial ini sangat berguna,saya limit dengan 32Kb,berarti dengan kecepatan download sekitar 8 kb perdetik termasuk Video streaming...--Ok,sekarang kita mulai

--Buka winbox kemudian klik "ip" kemudian klik "firewall" kemudian klik tanda "plus" warna merah kemudian klik "layer7 protocols"--isikan Name=http-video dan RegeXp=http/(0\.9|1\.0|1\.1)[\x09-\x0d ][1-5][0-9][0-9][\x09-\x0d -~]*(content-type: video)--lihat gambar di bawah ini:

Page 2: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

--Buka "New terminal" di winbox--Copykan kode di bawah ini dan patekan di "New Terminal" winbox

ip firewall layer7-protocol add comment="" name="Extension \" .exe \"" regexp="\\.(exe)"ip firewall layer7-protocol add comment="" name="Extension \" .rar \"" regexp="\\.(rar)"ip firewall layer7-protocol add comment="" name="Extension \" .zip \"" regexp="\\.(zip)"ip firewall layer7-protocol add comment="" name="Extension \" .7z \"" regexp="\\.(7z)"ip firewall layer7-protocol add comment="" name="Extension \" .cab \"" regexp="\\.(cab)"ip firewall layer7-protocol add comment="" name="Extension \" .asf \"" regexp="\\.(asf)"ip firewall layer7-protocol add comment="" name="Extension \" .mov \"" regexp="\\.(mov)"ip firewall layer7-protocol add comment="" name="Extension \" .wmv \"" regexp="\\.(wmv)"ip firewall layer7-protocol add comment="" name="Extension \" .mpg \"" regexp="\\.(mpg)"ip firewall layer7-protocol add comment="" name="Extension \" .mpeg \"" regexp="\\.(mpeg)"ip firewall layer7-protocol add comment="" name="Extension \" .mkv \"" regexp="\\.(mkv)"ip firewall layer7-protocol add comment="" name="Extension \" .avi \"" regexp="\\.(avi)"ip firewall layer7-protocol add comment="" name="Extension \" .flv \"" regexp="\\.(flv)"ip firewall layer7-protocol add comment="" name="Extension \" .wav \"" regexp="\\.(wav)"ip firewall layer7-protocol add comment="" name="Extension \" .rm \"" regexp="\\.(rm)"ip firewall layer7-protocol add comment="" name="Extension \" .mp3 \"" regexp="\\.

Page 3: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

(mp3)"ip firewall layer7-protocol add comment="" name="Extension \" .mp4 \"" regexp="\\.(mp4)"ip firewall layer7-protocol add comment="" name="Extension \" .ram \"" regexp="\\.(ram)"ip firewall layer7-protocol add comment="" name="Extension \" .rmvb \"" regexp="\\.(rmvb)"ip firewall layer7-protocol add comment="" name="Extension \" .dat \"" regexp="\\.(dat)"ip firewall layer7-protocol add comment="" name="Extension \" .daa \"" regexp="\\.(daa)"ip firewall layer7-protocol add comment="" name="Extension \" .iso \"" regexp="\\.(iso)"ip firewall layer7-protocol add comment="" name="Extension \" .nrg \"" regexp="\\.(nrg)"ip firewall layer7-protocol add comment="" name="Extension \" .bin \"" regexp="\\.(bin)"ip firewall layer7-protocol add comment="" name="Extension \" .vcd \"" regexp="\\.(vcd)"

--tambah mangle,copykan kode bawah ini dan patekan di "New Terminal" winbox

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

/ip firewall mangle add action=mark-connection chain=prerouting comment="7z DOWNS" disabled=no layer7-protocol="Extension \" .7z \"" new-connection-mark="7z DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="7z DOWNS" disabled=no new-packet-mark=7z passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="asf DOWNS" disabled=no layer7-protocol="Extension \" .asf \"" new-connection-mark="asf DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="asf DOWNS" disabled=no new-packet-mark=asf passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="avi DOWNS" disabled=no layer7-protocol="Extension \" .avi \"" new-connection-mark="avi DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="avi DOWNS" disabled=no new-packet-mark=avi passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="bin DOWNS" disabled=no layer7-protocol="Extension \" .bin \"" new-connection-mark="bin DOWNS" passthrough=yes protocol=tcp

Page 4: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="bin DOWNS" disabled=no new-packet-mark=bin passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="flv DOWNS" disabled=no layer7-protocol="Extension \" .flv \"" new-connection-mark="flv DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="flv DOWNS" disabled=no new-packet-mark=flv passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="iso DOWNS" disabled=no layer7-protocol="Extension \" .iso \"" new-connection-mark="iso DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark= "iso DOWNS" disabled=no new-packet-mark=iso passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="mkv DOWNS" disabled=no layer7-protocol="Extension \" .mkv \"" new-connection-mark="mkv DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="mkv DOWNS" disabled=no new-packet-mark=mkv passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="exe DOWNS" disabled=no layer7-protocol="Extension \" .exe \"" new-connection-mark="exe DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="exe DOWNS" disabled=no new-packet-mark=exe passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="mov DOWNS" disabled=no layer7-protocol="Extension \" .mov \"" new-connection-mark="mov DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="mov DOWNS" disabled=no new-packet-mark=mov passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="mp3 DOWNS" disabled=no layer7-protocol="Extension \" .mp3 \"" new-connection-mark="mp3 DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="mp3 DOWNS" disabled=no new-packet-mark=mp3 passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="mp4 DOWNS" disabled=no layer7-protocol="Extension \" .mp4 \"" new-connection-mark="mp4 DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="mp4 DOWNS" disabled=no new-packet-mark=mp4 passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="mpeg

Page 5: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

DOWNS" disabled=no layer7-protocol="Extension \" .mpeg \"" new-connection-mark="mpeg DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="mpeg DOWNS" disabled=no new-packet-mark=mpeg passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="mpg DOWNS" disabled=no layer7-protocol="Extension \" .mpg \"" new-connection-mark="mpg DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="mpg DOWNS" disabled=no new-packet-mark=mpg passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="nrg DOWNS" disabled=no layer7-protocol="Extension \" .nrg \"" new-connection-mark="nrg DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="nrg DOWNS" disabled=no new-packet-mark=nrg passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="ram DOWNS" disabled=no layer7-protocol="Extension \" .ram \"" new-connection-mark="ram DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="ram DOWNS" disabled=no new-packet-mark=ram passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="rar DOWNS" disabled=no layer7-protocol="Extension \" .rar \"" new-connection-mark="rar DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="rar DOWNS" disabled=no new-packet-mark=rar passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="rm DOWNS" disabled=no layer7-protocol="Extension \" .rm \"" new-connection-mark="rm DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="rm DOWNS" disabled=no new-packet-mark=rm passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="rmvb DOWNS" disabled=no layer7-protocol="Extension \" .rmvb \"" new-connection-mark="rmvb DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="rmvb DOWNS" disabled=no new-packet-mark=rmvb passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="wav DOWNS" disabled=no layer7-protocol="Extension \" .wav \"" new-connection-mark="wav DOWNS" passthrough=yes protocol=tcp

Page 6: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="wav DOWNS" disabled=no new-packet-mark=wav passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="wma DOWNS" disabled=no layer7-protocol="Extension \" .wma \"" new-connection-mark="wma DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="wma DOWNS" disabled=no new-packet-mark=wma passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="wmv DOWNS" disabled=no layer7-protocol="Extension \" .wmv \"" new-connection-mark="wmv DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="wmv DOWNS" disabled=no new-packet-mark=wmv passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="zip DOWNS" disabled=no layer7-protocol="Extension \" .zip \"" new-connection-mark="zip DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="zip DOWNS" disabled=no new-packet-mark=zip passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="youtube DOWNS" disabled=no layer7-protocol="YouTube " new-connection-mark="youtube DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="youtube DOWNS" disabled=no new-packet-mark=youtube passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="daa DOWNS" disabled=no layer7-protocol="Extension \" .daa \"" new-connection-mark="daa DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="daa DOWNS" disabled=no new-packet-mark=daa passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="dat DOWNS" disabled=no layer7-protocol="Extension \" .dat \"" new-connection-mark="dat DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="dat DOWNS" disabled=no new-packet-mark=dat passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="vcd DOWNS" disabled=no layer7-protocol="Extension \" .vcd \"" new-connection-mark="vcd DOWNS" passthrough=yes protocol=tcp

Page 7: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="vcd DOWNS" disabled=no new-packet-mark=vcd passthrough=no protocol=tcp

/ip firewall mangle add action=mark-connection chain=prerouting comment="cab DOWNS" disabled=no layer7-protocol="Extension \" .cab \"" new-connection-mark="cab DOWNS" passthrough=yes protocol=tcp/ip firewall mangle add action=mark-packet chain=postrouting comment="" connection-mark="cab DOWNS" disabled=no new-packet-mark=cab passthrough=no protocol=tcp

--kemudian untuk limit nya ,saya di sini beri 32kB untuk limitnya berarti downloadnya hanya 8 KB perdetik,Copykan kode bawah ini dan patekan di "New Terminal" winbox

queue simple add name="youtube" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=http-video direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=100k/100k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="exe" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=exe direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="rar" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=rar direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="zip" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=zip direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="7z" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=7z direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="cab" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=cab direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="asf" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=asf direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="mov" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=mov direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="wmv" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=wmv direction=both priority=8 queue=default-small/default-small limit-at=0/0

Page 8: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="mpg" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=mpg direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="mpeg" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=mpeg direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="mkv" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=mkv direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="avi" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=avi direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="flv" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=flv direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="wav" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=wav direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="rm" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=rm direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="mp3" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=mp3 direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="mp4" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=mp4 direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="ram" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=ram direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="rmvb" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=rmvb direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small

Page 9: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

queue simple add name="dat" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=dat direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="daa" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=daa direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="iso" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=iso direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="nrg" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=nrg direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="bin" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=bin direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-smallqueue simple add name="vcd" dst-address=0.0.0.0/0 interface=all parent=none packet-marks=vcd direction=both priority=8 queue=default-small/default-small limit-at=0/0 max-limit=32k/32k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small

--lihat gambar di bawah ini....youtube video terlimit

--Selamat mencoba--

---SILAHKAN BERI KOMENTAR DI BAWAH INI ---

Page 10: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

---DAN BERTANYA BILA BELUM PAHAM---

Bagi anda yang ingin Mendirikan interrnet share,saya menyediakan paket hemat 1 Paket Access Point dan 1 Paket Station Client,Langsung Instalasi Ketempat Untuk Seluruh

Indonesia,Berikut Di bawah Paket Hemat yang saya sediakan....Baca Selengkapnya...Label: Mikrotik

Like Dislike 2 people liked this.

Community Disqus

Glad you liked it. Would you like to share?

Facebook

Twitter

Share No thanks

Sharing this page …

Thanks! Close

Login

Add New Comment

Post as … Image

Showing 18 comments

wahyudi 1 comment collapsed Collapse Expand

mksh gan atas ilmunya berhasil banget n jalan untuk ping pb mantaf gak pernah merah mksh sekali lagi gan jempol buat anda dan ilmu nya

o A Like

Page 11: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

o Reply o 3 weeks ago o 1 Like o F

wahyudi 6 comments collapsed Collapse Expand

assalammu alaikum mas... aku boleh minta bantuan dikit gak mas...gini lo mas....1. di net aku mas file berextension .flv kan kita batasi dengan 32 kpsya kan mas! terus masalahnya klo ada yang main paket malam kadang ada yagn ngeluh kenapa lambat x loading film nah karena itu mas bagaimana mas untuk mensetting file berekstension .flv itu berdasarkan waktu di simple quenue menurut jam dan kembali seperti semula menurut jam berikutnya...aku pernah tes pake manual lumayan ribet mas tiap jam tertentu harus ganti ganti gitu cara mensetting otomatis menurut jam yang kita inginkan gimana mas settingnya.... itu aja mas ? maaf loh mas bnyak ngerepotin mas maklum mas newbie...mksh mas sebelumnya.... !

o A Like o Reply o 2 weeks ago o F

Muhammad Nur Husni, Wireless Router Proxy 5 comments collapsed Collapse Expand

di sini >>>>>>>>>>> http://wirelessrouterproxy.blo... thanks

Pada 11 April 2011 21:22, Disqus <>menulis:

o A Like o Reply o 2 weeks ago o in reply to wahyudi o F

Page 12: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

wahyudi 4 comments collapsed Collapse Expand

jadi om yang settingan untuk quenue yang lama gimana apa harus di off kan om kan saya hanya ingin melimit file .flv yang lain tidak gitu loh om... mohon keterangannya sedikit lagi

o A Like o Reply o 2 weeks ago o in reply to Muhammad Nur Husni o F

wahyudi 3 comments collapsed Collapse Expand

jadi om gini .flv dari jam 6 pagi sampai jam 12 malam itu dilimit 32k dan dari jam 1 pagi sampai jam 6 pagi dilepas menjadi 512k gitu loh om gmn settingannya klo aku liat di settingan yang om beri itu untuk melimit semua om gmn klo hnya 1 file ja yang dilimit gitu

o A Like o Reply o 2 weeks ago o in reply to wahyudi o F

wahyudi 2 comments collapsed Collapse Expand

IY OM SETE#LAH AKU PAHAMI ternyata bnr om bisa untuk berbagai file mksh om mksh bget maaf aku lama koneknya hehehehe

o A Like o Reply o 2 weeks ago o in reply to wahyudi o F

Page 13: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

Muhammad Nur Husni, Wireless Router Proxy 1 comment collapsed Collapse Expand

ok bro...hehe

Pada 12 April 2011 21:11, Disqus <>menulis:

o A Like o Reply o 2 weeks ago o in reply to wahyudi o F

wahyudi 5 comments collapsed Collapse Expand

om makasih tutornya ya! ni lagi di coban sekalian nanya y om apakah jalan di ip mikrotik 192.168.1.101 sample omsoalnya di sini memakai ip itu di mikrotik

o A Like o Reply o 3 weeks ago o F

Muhammad Nur Husni, Wireless Router Proxy 4 comments collapsed Collapse Expand

untuk ip apa aja jalan semua...thanks

2011/4/8 Disqus <>

o A Like o Reply o 3 weeks ago o in reply to wahyudi o F

Page 14: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

wahyudi 3 comments collapsed Collapse Expand

o iy om mau nanya lagi om settingan untuk mikrotik buat game online yang lain gimana y om bisa kan di kasih tutornya juga seperti yang sebelumnya om mksh y om !

o A Like o Reply o 3 weeks ago o in reply to Muhammad Nur Husni o F

Muhammad Nur Husni, Wireless Router Proxy 2 comments collapsed Collapse Expand

kuncinya disini bro >>>>

dst-address=203.89.146.0/23 dst-port=40000-40010

kalo game lain tinggal cari dst-address sama dst-potnya

contoh game dota address nya 202.111.222.333 portnya 6024 sampai 6030

thanks

Pada 9 April 2011 11:42, Disqus <>menulis:

o A Like o Reply o 3 weeks ago o in reply to wahyudi o F

Page 15: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

wahyudi 1 comment collapsed Collapse Expand

thanks y om atas ilmunya nti aku coba

o A Like o Reply o 3 weeks ago o in reply to Muhammad Nur Husni o F

oscar 2 comments collapsed Collapse Expand

maksudnya tambah mangle itu apa za gan.....

o A Like o Reply o 3 weeks ago o F

Muhammad Nur Husni, Wireless Router Proxy 1 comment collapsed Collapse Expand

ip firewall mangle...itu di atas tinggal copy dan pastekan di new terminal winbox.thanks

2011/4/5 Disqus <>

o A Like o Reply o 3 weeks ago o in reply to oscar o F

bayubiru 2 comments collapsed Collapse Expand

Page 16: 77764602 Cara Membatasi Bandwidth Download Client Dengan Firewall Layer7 Protocols Di Mikrotik Router

Asli mangstab gan,, dah lama ane mau belajar yg beginian,, gpp daeh walaupun gak ada gurunya,, otodidak juga no problem. Izin copas ya gan..Trims Banyak..^_^

o A Like o Reply o 1 month ago o F

Muhammad Nur Husni, Wireless Router Proxy 1 comment collapsed Collapse Expand

pahami dulu perintahnya baru copy paste....

2011/3/29 Disqus <>

o A Like o Reply o 1 month ago o in reply to bayubiru o F

Sipoeng 2 comments collapsed Collapse Expand

waaaooohh muatap boossss

o A Like o Reply o 1 month ago o F

Muhammad Nur Husni 1 comment collapsed Collapse Expand

thanks gan...............