0% found this document useful (0 votes)
109 views38 pages

Scrip Game Online, Browsing Sosmed, Youtube, Download Scrip by Ega Chanel V.4.5

This document provides instructions for configuring traffic shaping on a Mikrotik router. It defines bandwidth limits and queues for different types of traffic including YouTube, social media, heavy game ports, and overall download and upload limits. Packet markings are applied using IP firewall mangle rules to classify traffic. Queues are then configured using these packet markings to apply bandwidth limits and priorities per traffic type.

Uploaded by

abdur rohman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views38 pages

Scrip Game Online, Browsing Sosmed, Youtube, Download Scrip by Ega Chanel V.4.5

This document provides instructions for configuring traffic shaping on a Mikrotik router. It defines bandwidth limits and queues for different types of traffic including YouTube, social media, heavy game ports, and overall download and upload limits. Packet markings are applied using IP firewall mangle rules to classify traffic. Queues are then configured using these packet markings to apply bandwidth limits and priorities per traffic type.

Uploaded by

abdur rohman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 38

SCRIP GAME ONLINE ,BROWSING SOSMED,YOUTUBE ,DOWNLOAD

SCRIP BY EGA CHANEL V.4.5

NAMA INTERFACE ISP ether1-WAN JANGAN PAKAI SPASI


IP LOCAL ISP 192.168.1.0/24

TOTAL DARI ISP SATUAN UNTUK CLIEN&HOTSPOT SATUAN


DOWNLOAD 50 M - DOWNLOAD ALL 20 M
UPLUAD 20 M - UPLUAD ALL 10 M

dibawah ini adalah cara mengisi ip local


UBE ,DOWNLOAD

IP LOCAL TITIK KOMA


192 168 10 0/24 . ,
192 168 99 0/24 . ,
SISA UNTUK GAME 192 168 168 0/24 . ,
OTOMATIS DI KALKULASI
= DOWNLOAD 30M
= UPLUAD 10M

cal
/ip firewall mangle
add action=mark-connection chain=postrouting comment="TOTAL ALL" \
connection-mark="!PORT SELAIN PORT UMUM ( GAME )" new-connection-mark=\
"TOTAL ALL" packet-mark="!ICMP DOWN" passthrough=yes
add action=mark-packet chain=forward connection-mark="TOTAL ALL" \
in-interface=
add action=mark-packet chain=forward connection-mark="TOTAL ALL" \
new-packet-mark="UPLUAD ALL" out-interface=
add action=mark-connection chain=postrouting comment=GAME dst-address-list=\
"IP GAME ONLINE" new-connection-mark="PORT SELAIN PORT UMUM ( GAME )" \
passthrough=yes
add action=mark-packet chain=forward connection-mark=\
"PORT SELAIN PORT UMUM ( GAME )" in-interface=
"PORT SELAIN PORT UMUM(GAME) DOWN" passthrough=yes
add action=mark-packet chain=forward connection-mark=\
"PORT SELAIN PORT UMUM ( GAME )" new-packet-mark=\
"PORT SELAIN PORT UMUM(GAME) UP" out-interface=
add action=mark-connection chain=postrouting comment=\
"MASUKAN PORT GAME KE TRAFICK BERAT JIKA 200k-999M" connection-mark=\
"PORT SELAIN PORT UMUM ( GAME )" connection-rate=200k-999M \
new-connection-mark="PORT BERAT" passthrough=yes
add action=mark-packet chain=forward connection-mark="PORT BERAT" \
in-interface=
add action=mark-packet chain=forward connection-mark="PORT BERAT" \
new-packet-mark="PORT BERAT UP" out-interface=
add action=mark-connection chain=postrouting comment=\
"KEMBALIKAN PORT BERAT KE GAME JIKA TRAFICK 0K-200K" connection-mark=\
"PORT BERAT" connection-rate=0-200k new-connection-mark=\
"PORT SELAIN PORT UMUM ( GAME )" passthrough=yes
add action=mark-connection chain=postrouting comment=icmp \
new-connection-mark=ICMP passthrough=yes protocol=icmp
add action=mark-packet chain=forward connection-mark=ICMP in-interface=\

add action=mark-packet chain=forward connection-mark=ICMP new-packet-mark=\


"ICMP UP" out-interface=
add action=mark-connection chain=postrouting comment=SOSMED dst-address-list=\
sosmed new-connection-mark=SOSMED passthrough=yes
add action=mark-packet chain=forward connection-mark=SOSMED in-interface=\

add action=mark-packet chain=forward connection-mark=SOSMED new-packet-mark=\


"SOSMED UP" out-interface=
add action=mark-connection chain=postrouting comment=YOUTUBE \
dst-address-list=youtube.com new-connection-mark=YT passthrough=yes
add action=mark-packet chain=forward connection-mark=YT in-interface=\
add action=mark-packet chain=forward connection-mark=YT new-packet-mark=\
"YOUTUBE UP" out-interface=

/queue tree
add max-limit=
pcq-download-default
add max-limit=
pcq-download-default
add name="1.youtube.com down" packet-mark="YOUTUBE DOWN" parent=\
"TRAFICK GLOBAL DOWN" queue=pcq-download-default
add name="1.youtube.com up" packet-mark="YOUTUBE UP" parent=\
"TRAFICK GLOBAL UP" queue=pcq-upload-default
add name="2.Sosmed down" packet-mark="SOSMED DOWN" parent=\
"TRAFICK GLOBAL DOWN" queue=pcq-download-default
add name="2.sosmed up" packet-mark="SOSMED UP" parent="TRAFICK GLOBAL UP" \
queue=pcq-upload-default
add name="3.all trafic up" packet-mark="UPLUAD ALL" parent=\
"TRAFICK GLOBAL UP" queue=pcq-download-default
add name="3.all trafic down" packet-mark="DOWNLOAD ALL" parent=\
"TRAFICK GLOBAL DOWN" queue=pcq-download-default
add name="4.berat down" packet-mark="PORT BERAT DOWN" parent=\
"TRAFICK GLOBAL DOWN" queue=pcq-download-default
add name="4.berat up" packet-mark="PORT BERAT UP" parent="TRAFICK GLOBAL UP" \
queue=pcq-download-default
add max-limit=
packet-mark="PORT SELAIN PORT UMUM(GAME) DOWN" parent=global priority=1 \
queue=pcq-download-default
add max-limit=
"PORT SELAIN PORT UMUM(GAME) UP" parent=global priority=1 queue=\
pcq-upload-default
add name="4.ICMP DOWN" packet-mark="ICMP DOWN" parent=global priority=1
add name="5.ICMP UP" packet-mark="ICMP UP" parent=global priority=1

/queue simple
add max-limit=
packet-marks=\
"PORT SELAIN PORT UMUM(GAME) DOWN,PORT SELAIN PORT UMUM(GAME) UP" \
priority=1/1 queue=default/default target=
add name="2.ICMP DOWNLOAD" packet-marks="ICMP DOWN,ICMP UP" priority=1/1 \
queue=default/default target=

add max-limit=
priority=3/3 queue=pcq-upload-default/pcq-download-default target=
add name="3.USER HOTSPOT&RUMAHAN" parent="ALL TRAFICK" priority=5/5 queue=\
default/default

/ip firewall address-list


add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
add address=
/ip firewall mangle
add action=mark-connection chain=postrouting comment="TOTAL ALL" \
connection-mark="!PORT SELAIN PORT UMUM ( GAME )" new-connection-mark=\
"TOTAL ALL" packet-mark="!ICMP DOWN" passthrough=yes
add action=mark-packet chain=forward connection-mark="TOTAL ALL" \
in-interface=ether1-WAN new-packet-mark="DOWNLOAD ALL" passthrough=yes
add action=mark-packet chain=forward connection-mark="TOTAL ALL" \
new-packet-mark="UPLUAD ALL" out-interface=ether1-WAN passthrough=yes
add action=mark-connection chain=postrouting comment=GAME dst-address-list=\
"IP GAME ONLINE" new-connection-mark="PORT SELAIN PORT UMUM ( GAME )" \
passthrough=yes
add action=mark-packet chain=forward connection-mark=\
"PORT SELAIN PORT UMUM ( GAME )" in-interface=ether1-WAN new-packet-mark=\
"PORT SELAIN PORT UMUM(GAME) DOWN" passthrough=yes
add action=mark-packet chain=forward connection-mark=\
"PORT SELAIN PORT UMUM ( GAME )" new-packet-mark=\
"PORT SELAIN PORT UMUM(GAME) UP" out-interface=ether1-WAN passthrough=yes
add action=mark-connection chain=postrouting comment=\
"MASUKAN PORT GAME KE TRAFICK BERAT JIKA 200k-999M" connection-mark=\
"PORT SELAIN PORT UMUM ( GAME )" connection-rate=200k-999M \
new-connection-mark="PORT BERAT" passthrough=yes
add action=mark-packet chain=forward connection-mark="PORT BERAT" \
in-interface=ether1-WAN new-packet-mark="PORT BERAT DOWN" passthrough=yes
add action=mark-packet chain=forward connection-mark="PORT BERAT" \
new-packet-mark="PORT BERAT UP" out-interface=ether1-WAN passthrough=yes
add action=mark-connection chain=postrouting comment=\
"KEMBALIKAN PORT BERAT KE GAME JIKA TRAFICK 0K-200K" connection-mark=\
"PORT BERAT" connection-rate=0-200k new-connection-mark=\
"PORT SELAIN PORT UMUM ( GAME )" passthrough=yes
add action=mark-connection chain=postrouting comment=icmp \
new-connection-mark=ICMP passthrough=yes protocol=icmp
add action=mark-packet chain=forward connection-mark=ICMP in-interface=\
ether1-WAN new-packet-mark="ICMP DOWN" passthrough=yes
add action=mark-packet chain=forward connection-mark=ICMP new-packet-mark=\
"ICMP UP" out-interface=ether1-WAN passthrough=yes
add action=mark-connection chain=postrouting comment=SOSMED dst-address-list=\
sosmed new-connection-mark=SOSMED passthrough=yes
add action=mark-packet chain=forward connection-mark=SOSMED in-interface=\
ether1-WAN new-packet-mark="SOSMED DOWN" passthrough=yes
add action=mark-packet chain=forward connection-mark=SOSMED new-packet-mark=\
"SOSMED UP" out-interface=ether1-WAN passthrough=yes
add action=mark-connection chain=postrouting comment=YOUTUBE \
dst-address-list=youtube.com new-connection-mark=YT passthrough=yes
add action=mark-packet chain=forward connection-mark=YT in-interface=\
ether1-WAN new-packet-mark="YOUTUBE DOWN" passthrough=yes
add action=mark-packet chain=forward connection-mark=YT new-packet-mark=\
"YOUTUBE UP" out-interface=ether1-WAN passthrough=yes

/queue tree
add max-limit=20M name="TRAFICK GLOBAL DOWN" parent=global queue=\
pcq-download-default
add max-limit=10M name="TRAFICK GLOBAL UP" parent=global queue=\
pcq-download-default
add name="1.youtube.com down" packet-mark="YOUTUBE DOWN" parent=\
"TRAFICK GLOBAL DOWN" queue=pcq-download-default
add name="1.youtube.com up" packet-mark="YOUTUBE UP" parent=\
"TRAFICK GLOBAL UP" queue=pcq-upload-default
add name="2.Sosmed down" packet-mark="SOSMED DOWN" parent=\
"TRAFICK GLOBAL DOWN" queue=pcq-download-default
add name="2.sosmed up" packet-mark="SOSMED UP" parent="TRAFICK GLOBAL UP" \
queue=pcq-upload-default
add name="3.all trafic up" packet-mark="UPLUAD ALL" parent=\
"TRAFICK GLOBAL UP" queue=pcq-download-default
add name="3.all trafic down" packet-mark="DOWNLOAD ALL" parent=\
"TRAFICK GLOBAL DOWN" queue=pcq-download-default
add name="4.berat down" packet-mark="PORT BERAT DOWN" parent=\
"TRAFICK GLOBAL DOWN" queue=pcq-download-default
add name="4.berat up" packet-mark="PORT BERAT UP" parent="TRAFICK GLOBAL UP" \
queue=pcq-download-default
add max-limit=30M name="1.SELAIN PORT UMUM RINGAN GAME ONLINE DOWN" \
packet-mark="PORT SELAIN PORT UMUM(GAME) DOWN" parent=global priority=1 \
queue=pcq-download-default
add max-limit=10M name="2.PORT SELAIN PORT UMUM(GAME) UP" packet-mark=\
"PORT SELAIN PORT UMUM(GAME) UP" parent=global priority=1 queue=\
pcq-upload-default
add name="4.ICMP DOWN" packet-mark="ICMP DOWN" parent=global priority=1
add name="5.ICMP UP" packet-mark="ICMP UP" parent=global priority=1

/queue simple
add max-limit=10M/30M name="1.SELAIN PORT UMUM RINGAN GAME ONLINE DOWN" \
packet-marks=\
"PORT SELAIN PORT UMUM(GAME) DOWN,PORT SELAIN PORT UMUM(GAME) UP" \
priority=1/1 queue=default/default target="192.168.10.0/24,192.168.99.0/24,192.168.168.0/24,"
add name="2.ICMP DOWNLOAD" packet-marks="ICMP DOWN,ICMP UP" priority=1/1 \
queue=default/default target="192.168.10.0/24,192.168.99.0/24,192.168.168.0/24,"
add max-limit=10M/20M name="ALL TRAFICK" packet-marks="SOSMED UP,SOSMED DOWN,YOUTUBE UP,YOUTUBE
DOWN,UPLUAD ALL,DOWNLOAD ALL,PORT BERAT DOWN,PORT BERAT UP"\
priority=3/3 queue=pcq-upload-default/pcq-download-default target="192.168.10.0/24,192.168.99.0/24,192.168.168.0/24
add name="3.USER HOTSPOT&RUMAHAN" parent="ALL TRAFICK" priority=5/5 queue=\
default/default

/ip firewall address-list


add address=192.168.1.0/24 list="IP LOCAL"
add address=192.168.10.0/24 list="IP LOCAL"
add address=192.168.99.0/24 list="IP LOCAL"
add address=192.168.168.0/24 list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
add address= list="IP LOCAL"
/ip firewall raw
add action=add-dst-to-address-list address-list=youtube.com \
address-list-timeout=1d chain=prerouting comment=YOUTUBE.COM content=\
googlevideo.com dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=INSTAGRAM content=.cdninstagram.com \
dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=INSTAGRAM content=\
scontent-sin6-2.cdninstagram.com dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=INSTAGRAM content=.instagram.com \
dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=WHATSAPP content=.whatsapp.net \
dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=WHATSAPP content=.whatsapp.com \
dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=fb content=.facebook.com dst-address-list=\
"!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=fb content=.facebook.net dst-address-list=\
"!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=fb content=.fbcdn.net dst-address-list=\
"!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=twitter content=.twitter.com \
dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=twitter content=twitter.com dst-address-list=\
"!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=twitter content=.twimg.com dst-address-list=\
"!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=.telegram.org content=.telegram.org \
dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=.telegram.org content=telegram.org \
dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list=sosmed address-list-timeout=\
1d chain=prerouting comment=tiktokcdn.com content=tiktokcdn.com \
dst-address-list="!IP LOCAL"
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=DOTA2 dst-address-list=\
"!IP LOCAL" dst-port=27000-28998 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=PALADINS \
dst-address-list="!IP LOCAL" dst-port=9000-9999 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=WARFRAME \
dst-address-list="!IP LOCAL" dst-port=6695-6699 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="POINT BLANK - Zepetto" \
dst-address-list="!IP LOCAL" dst-port=39190-39200,49001-49190 protocol=\
tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="FIFA ONLINE" \
dst-address-list="!IP LOCAL" dst-port=7770-7790 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=LOL dst-address-list=\
"!IP LOCAL" dst-port=2080-2099 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=HON dst-address-list=\
"!IP LOCAL" dst-port=11031 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=DRAGONNEST \
dst-address-list="!IP LOCAL" dst-port=14300-14440 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="LOST SAGA" \
dst-address-list="!IP LOCAL" dst-port=14000-14050 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="BLACK SQUAD" \
dst-address-list="!IP LOCAL" dst-port=61000,62000 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="ECHO OF SOUL (EOS)" \
dst-address-list="!IP LOCAL" dst-port=7800 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=CROSSFIRE \
dst-address-list="!IP LOCAL" dst-port=10009 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="IDOL STREET" \
dst-address-list="!IP LOCAL" dst-port=2001-2010 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="RF ONLINE" \
dst-address-list="!IP LOCAL" dst-port=27780 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="ROHAN ONLINE" \
dst-address-list="!IP LOCAL" dst-port=22100 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="PERFECT WORLD" \
dst-address-list="!IP LOCAL" dst-port=29000 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=AYODANCE \
dst-address-list="!IP LOCAL" dst-port=18900-18910 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="COUNTER-STRIKE ONLINE" \
dst-address-list="!IP LOCAL" dst-port=36567,8001 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=AYOOKE dst-address-list=\
"!IP LOCAL" dst-port=28001-28010 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="SPECIAL FORCE" \
dst-address-list="!IP LOCAL" dst-port=27920-27940 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=X-SHOT dst-address-list=\
"!IP LOCAL" dst-port=7320-7350 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="MERCENARY OPS" \
dst-address-list="!IP LOCAL" dst-port=6000-6125 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="PERFECT WORLD" \
dst-address-list="!IP LOCAL" dst-port=29000 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="LINE GET RICH" \
dst-address-list="!IP LOCAL" dst-port=10500-10515 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="COC (CLASH OF CLANS)" \
dst-address-list="!IP LOCAL" dst-port=9330-9340 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="DOMINO QQ" \
dst-address-list="!IP LOCAL" dst-port=9122,11000-11150 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=\
"SEVEN KNIGHTS (NETMARBLE)" dst-address-list="!IP LOCAL" dst-port=\
12000-12010 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="CLASH ROYALE (CRY)" \
dst-address-list="!IP LOCAL" dst-port=9330-9340 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="LAST EMPIRE WAR Z" \
dst-address-list="!IP LOCAL" dst-port=9930-9940 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=MOSTLY dst-address-list=\
"!IP LOCAL" dst-port=9933 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="SHINOBI HEROES" \
dst-address-list="!IP LOCAL" dst-port=10005-10020 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=\
"NARUTO LITTLE NINJA (CHINA)" dst-address-list="!IP LOCAL" dst-port=\
6170-6180 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=\
"POINT BLANK MOBILE / PB MOBILE" dst-address-list="!IP LOCAL" dst-port=\
44590-44610 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=\
"MOBILE LEGENDS: BANG BANG (ML)" dst-address-list="!IP LOCAL" dst-port=\
5000-5508,5551-5558,5601-5608,5651-5658,30097-30147 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=\
"ARENA OF VALOR (AOV) GARENA" dst-address-list="!IP LOCAL" dst-port=\
10001-10094 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=\
"ARENA OF VALOR (AOV) GARENA" dst-address-list="!IP LOCAL" dst-port=\
10101-10201,10080-10110,17000-18000 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="DANCE UP INDO" \
dst-address-list="!IP LOCAL" dst-port=10000-10010 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="BOOYA CAPSA SUSUN" \
dst-address-list="!IP LOCAL" dst-port=7090-7100 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="BOOYA DOMINO QIUQIU" \
dst-address-list="!IP LOCAL" dst-port=7020-7030 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="Free fire garena" \
dst-address-list="!IP LOCAL" dst-port=39698,39003,39779 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=DOTA2 dst-address-list=\
"!IP LOCAL" dst-port=27000-28998 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=PUBG dst-address-list=\
"!IP LOCAL" dst-port=7086-7995,12070-12460,41182-41192 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=PUBG dst-address-list=\
"!IP LOCAL" dst-port=10012,17500 protocol=tcp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=PALADINS \
dst-address-list="!IP LOCAL" dst-port=9000-9999 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=BLACKRETRIBUTION \
dst-address-list="!IP LOCAL" dst-port=7020-7050,8200-8220,9000-9020 \
protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="LEFT4DEAD 2" \
dst-address-list="!IP LOCAL" dst-port=4360-4390 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=WARFRAME \
dst-address-list="!IP LOCAL" dst-port=4950-4955 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="LAST MAN TANDING" \
dst-address-list="!IP LOCAL" dst-port=34000-34025,3500 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="POINT BLANK - Zepetto" \
dst-address-list="!IP LOCAL" dst-port=40000-40010 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="FIFA ONLINE" \
dst-address-list="!IP LOCAL" dst-port=16300-16350 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=LOL dst-address-list=\
"!IP LOCAL" dst-port=5100 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=HON dst-address-list=\
"!IP LOCAL" dst-port=11100-11125,11440-11460 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=DRAGONNEST \
dst-address-list="!IP LOCAL" dst-port=15000-15500 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="LOST SAGA" \
dst-address-list="!IP LOCAL" dst-port=14000-14050 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="BLACK SQUAD" \
dst-address-list="!IP LOCAL" dst-port=50000-50100 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="ECHO OF SOUL (EOS)" \
dst-address-list="!IP LOCAL" dst-port=5355 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=CROSSFIRE \
dst-address-list="!IP LOCAL" dst-port=12060-12070 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="COUNTER-STRIKE ONLINE" \
dst-address-list="!IP LOCAL" dst-port=8001 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=AYOOKE dst-address-list=\
"!IP LOCAL" dst-port=26001-26010 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="SPECIAL FORCE" \
dst-address-list="!IP LOCAL" dst-port=30000-30030 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=X-SHOT dst-address-list=\
"!IP LOCAL" dst-port=7800-7850,30000 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=ROBLOX dst-address-list=\
"!IP LOCAL" dst-port=56849-57729,60275-64632 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="RULES OF SURVIVAL" \
dst-address-list="!IP LOCAL" dst-port=24000-24050 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="CLASH ROYALE (CRY)" \
dst-address-list="!IP LOCAL" dst-port=9330-9340 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="DREAM LEAGUE SOCCER" \
dst-address-list="!IP LOCAL" dst-port=60970-60980 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="RPG TORAM ONLINE" \
dst-address-list="!IP LOCAL" dst-port=30100-30110 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=\
"ARENA OF VALOR (AOV) GARENA" dst-address-list="!IP LOCAL" dst-port=\
10080,17000 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment="Free fire garena" \
dst-address-list="!IP LOCAL" dst-port=10000-10007,7008 protocol=udp
add action=add-dst-to-address-list address-list="IP GAME ONLINE" \
address-list-timeout=1d chain=prerouting comment=PUBG dst-address-list=\
"!IP LOCAL" dst-port="10491,10010,10013,10612,20002,20001,20000,12235,1374\
8,13972,13894,11455,10096,10039" protocol=udp
/system scheduler
add name="del pppoe" on-event=\
"/queue simple remove [find where comment=\"user_pppoe\"]" policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \
start-time=startup
add name="deluser-startup hotspot" on-event=\
"/queue simple remove [find where comment=\"user_hotspot\"]" policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \
start-time=startup
CLIEN RUMAHAN UNTUK STATIC IP DAN IP BINDING
PENULISAN m dan k PAKAI KAPITAL CONTOH : 2M

NO NAMA IP ADDRESS UPLUAD DOWNLOAD

1 INDAH 192 168 99 4 768k 2m


2 NAREZ 192 168 99 6 768k 2m
3 SYIFA RIAS 192 168 99 10 768k 2m
4 YANTI 192 168 99 17 768k 2m
5 IBNU 192 168 99 90 768k 2m
6 INDAH LOGISTIK 192 168 99 91 768k 2m
7 SERVER TLEDO 192 168 168 10 4m 10m
8 SERVER KARANG POJOK 192 168 168 11 2m 5m
9 SERVER KALEN SENEN 192 168 168 13 5m 8m
10 NURKHOLIFAH 192 168 168 15 768k 2m
11 SERVER KANDANG ATURAN 192 168 168 17 5m 8m
12 SERVER KARANG BARU 192 168 168 19 5m 8m
13 SUPRI 192 168 168 23 768k 2m
14 AGUS 192 168 168 28 768k 2m
15 SINTA 192 168 168 30 768k 2m
16 SERVER AL KAROMAT 192 168 168 40 5m 6m
17 ANG IN 192 168 168 41 768k 2m
18 YU ENCI 192 168 168 42 768k 2m
19 ACHING 192 168 168 43 768k 2m
20 DHITA 192 168 168 46 5m 6m
21 BUMI 192 168 168 50 768k 2m
22 DIKI 192 168 168 51 768k 2m
23 MEBEL 192 168 168 71 768k 2m
24 CCTV 192 168 168 80 768k 2m
25 GILANG 192 168 168 81 768k 2m
26 AMRI 192 168 168 88 768k 2m
27 HASNI 192 168 168 92 768k 2m
28 CIDAYU 192 168 168 101 768k 2m
29 SERVER PUSAT 192 168 168 102 5m 6m
30 DIMAS 192 168 168 103 768k 2m
31 FAIK 192 168 99 19 768k 2m
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
NOMOR
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
SCRIP
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="INDAH"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.99.4
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="NAREZ"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.99.6
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="SYIFA RIAS"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.99.10
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="YANTI"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.99.17
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="IBNU"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.99.90
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="INDAH
LOGISTIK" parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.99.91
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=4m/10m name="SERVER
TLEDO" parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.10
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=2m/5m name="SERVER
KARANG POJOK" parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.11
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=5m/8m name="SERVER KALEN
SENEN" parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.13
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m
name="NURKHOLIFAH" parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.15
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=5m/8m name="SERVER
KANDANG ATURAN" parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.17
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=5m/8m name="SERVER
KARANG BARU" parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.19
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="SUPRI"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.23
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="AGUS"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.28
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="SINTA"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.30
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=5m/6m name="SERVER AL
KAROMAT" parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.40
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="ANG IN"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.41
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="YU ENCI"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.42
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="ACHING"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.43
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=5m/6m name="DHITA"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.46
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="BUMI"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.50
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="DIKI" parent=
"3.USER HOTSPOT&RUMAHAN" target=192.168.168.51
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="MEBEL"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.71
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="CCTV"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.80
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="GILANG"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.81
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="AMRI"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.88
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="HASNI"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.92
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="CIDAYU"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.101
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=5m/6m name="SERVER
PUSAT" parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.102
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="DIMAS"
parent= "3.USER HOTSPOT&RUMAHAN" target=192.168.168.103
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=768k/2m name="FAIK" parent=
"3.USER HOTSPOT&RUMAHAN" target=192.168.99.19
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
/queue simple add comment="Clien Rumahan static&ip binding" max-limit=0/0 name="0" parent= "3.USER
HOTSPOT&RUMAHAN" target=...
SET PROFILE HOTSPOT
PER IP

SETTINGAN UNTUK PROFIL


HOTSPOT
DOWNLOAD 10M
UPLUAD 5M
:local datetime [/system clock get date];
:local timedate [/system clock get time];
/queue simple add max-limit=5M/10M SCRIP ON LOGIN
name="$address" comment=("user_hotspot")
parent="3.USER HOTSPOT&RUMAHAN" \
target=$address

/queue simple remove [find name="$address"] ; SCRIP ON LOGOUT


SET PROFILE PPPOE
PER IP

SETTINGAN UNTUK PROFIL PPPOE

DOWNLOAD 3M
UPLUAD 2M
:local address [/ppp active get [/ppp active find name="$user"] address]
:log warning "$user login dengan ip $address"
:log warning "$user login dengan ip $address"
:local datetime [/system clock get date];
SCRIP ON LOGIN PPPOE
:local timedate [/system clock get time];

[/queue simple add max-limit=2M/3M name=("$user") comment="user_pppoe"


parent="3.USER HOTSPOT&RUMAHAN" \ target="$address"];

:log error "$user logout"


:log error "$user logout" SCRIP ON LOGOUT PPPOE
/queue simple remove [find name="$user"] ;
ON LOGIN PPPOE

ON LOGOUT PPPOE

You might also like