Memisahkan Bandwidth (GAME, BROWSING, DOWNLOAD) pada Mikrotik
Posting by Fuad Mishbahu Surur
Halo guys, kali ini admin akan share gimana sih caranya memisahkan traffic antara game, browsing, dan download. Cara ini cocok sekali untuk Warnet GameOnline. Disini admin menggunakan RB941 dan koneksi internet 2MB sbagai contoh.
Bagi yang tidak sabar'an bisa langsung masukin ini ke terminal :D
/ip firewall mangle
add action=mark-connection chain=game comment="Counter Strike" dst-address=\
122.102.53.0/24 dst-port=47611 new-connection-mark=CSO passthrough=yes \
protocol=tcp
add action=mark-connection chain=game dst-address=122.102.53.0/24 dst-port=\
27005-27015 new-connection-mark=CSO passthrough=yes protocol=udpadd action=mark-connection chain=game comment="Counter Strike" dst-address=\
122.102.53.0/24 dst-port=8000-8010 new-connection-mark=CSO passthrough=yes \protocol=tcpadd action=mark-connection chain=game comment="Counter Strike" dst-address=\122.102.53.0/24 dst-port=36567 new-connection-mark=CSO passthrough=yes \protocol=tcpadd action=jump chain=prerouting jump-target=game
add action=mark-connection chain=game dst-address=122.102.53.0/24 dst-port=\
8000-8010 new-connection-mark=CSO passthrough=yes protocol=tcpadd action=mark-connection chain=game dst-address=122.102.53.0/24 dst-port=\36567 new-connection-mark=CSO passthrough=yes protocol=tcpadd action=mark-connection chain=game dst-address=122.102.53.0/24 dst-port=\
47611 new-connection-mark=CSO passthrough=yes protocol=tcpadd action=mark-connection chain=game dst-address=122.102.53.0/24 dst-port=\27005-27015 new-connection-mark=CSO passthrough=yes protocol=udpadd action=mark-packet chain=game connection-mark=CSO new-packet-mark=GamePaket \passthrough=noadd action=mark-connection chain=forward comment=Browsing connection-mark=\!download_conn new-connection-mark=browsing_conn passthrough=yes
add action=mark-connection chain=forward connection-bytes=500000-0 \
connection-mark=browsing_conn connection-rate=200k-100M \
new-connection-mark=download_conn passthrough=yes protocol=tcp
add action=mark-connection chain=forward connection-bytes=500000-0 \
connection-mark=browsing_conn connection-rate=200k-100M \
new-connection-mark=download_conn passthrough=yes protocol=udp
add action=mark-packet chain=forward connection-mark=download_conn \
new-packet-mark=PaketDownload passthrough=no
add action=mark-packet chain=forward connection-mark=browsing_conn \new-packet-mark=PaketBrowsing passthrough=no
/queue simpleadd max-limit=2M/2M name=ALL target=""add limit-at=256k/256k max-limit=256k/256k name=game packet-marks=GamePaket \parent=ALL target=""add max-limit=1792k/1792k name=universe parent=ALL target=""add max-limit=768k/768k name=download packet-marks=PaketDownload parent=\universe target=""add max-limit=1M/1M name=browsing packet-marks=PaketBrowsing parent=universe \target=""
*NB: Mangle diatas hanya untuk game CSO, bisa ditambahkan sendiri, caranya? simak tutornya ya :D
Oh iya disini saya menggunakan acuan ether1 sebagai port yang mengarah ke modem, ether2 sebagai lan.
Step I
1. Lakukan import nice.rsc dengan menuliskan ini ke terminal
/tool fetch address=ixp.mikrotik.co.id src-path=/download/nice.rsc mode=http;
lalu ketik ini -> import nice.rsc
2. Kita buat mangle sesuai port game berikut caranya
Nama Game | Port TCP | Port UDP | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ayo Dance | 18900-18910 | – | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ayo Oke | 28001-28010 | 26001-26010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Black Squad | 61000,62000 | 50000-50100 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Counter Strike | 47611,8000-8010,36567 | 27005-27015,8000-8010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DOTA2 STEAM | 27000-27150,9100-9200,8230-8250,8110-8120 | 27000-27150,3478-4380,28010-28200,39000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DragonNest | 14300-15512 | 15000-15500 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fifa Online 3 | 7770-7790 | 16300-16350 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
League of Legend | 2080-2099 | 5100 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Lost Saga | 14000-14010 | 14000-14010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Point Blank | 39190-39200 | 40000-40010 |
Demikianlah Artikel Memisahkan Bandwidth (GAME, BROWSING, DOWNLOAD) pada Mikrotik
Sekianlah artikel Memisahkan Bandwidth (GAME, BROWSING, DOWNLOAD) pada Mikrotik kali ini, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sampai jumpa di postingan artikel lainnya.
Anda sekarang membaca artikel Memisahkan Bandwidth (GAME, BROWSING, DOWNLOAD) pada Mikrotik dengan alamat link https://fuadmishbahusurur.blogspot.com/2016/11/memisahkan-bandwidth-game-browsing.html
0 Response to "Memisahkan Bandwidth (GAME, BROWSING, DOWNLOAD) pada Mikrotik"
Post a Comment