Memisahkan Bandwidth (GAME, BROWSING, DOWNLOAD) pada Mikrotik

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=udp
add 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=tcp
add 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=tcp
add 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=tcp
add action=mark-connection chain=game dst-address=122.102.53.0/24 dst-port=\
    36567 new-connection-mark=CSO passthrough=yes protocol=tcp
add action=mark-connection chain=game 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=udp
add action=mark-packet chain=game connection-mark=CSO new-packet-mark=GamePaket \
    passthrough=no
add 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 simple
add 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 GamePort TCPPort UDP
Ayo Dance18900-18910
Ayo Oke28001-2801026001-26010
Black Squad61000,6200050000-50100
Counter Strike47611,8000-8010,3656727005-27015,8000-8010
DOTA2 STEAM27000-27150,9100-9200,8230-8250,8110-812027000-27150,3478-4380,28010-28200,39000
DragonNest14300-1551215000-15500
Fifa Online 37770-779016300-16350
League of Legend2080-20995100
Lost Saga14000-1401014000-14010
Point Blank39190-3920040000-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

Subscribe to receive free email updates:

0 Response to "Memisahkan Bandwidth (GAME, BROWSING, DOWNLOAD) pada Mikrotik"

Post a Comment