Abyfine Intermedia
SHARE :

Seting Mangle Mikrotik Game Online dan Browsing

18
11/2011
Kategori : Mikrotik / Tips dan Trik / Warnet
Komentar : 44 komentar
Author : boled


Seting Mangle Mikrotik Game Online dan Browsing
Advertisements

Setelah pending beberapa Bulan kembali melanjutkan Rule Mangle pada mikrotik untuk memisahkan Trafik Game Online dan Browsing. Update mangle mikrotik game online optimal meliputi:

Informasi Port Game Online sudah disesuikan dengan perubahan terbaru, jika masih ada port game lain yang baru insyallah segera saya update lagi info port dan Ip nya. 🙂

Contoh

Implementasi Ini diterapkan Pada Warnet dengan Spesifikasi Jaringan SBB:

- Koneksi Internet Akses menggunakan Speedy Executive 2 Mbps

- Jumlah Klien 35 Klien

- Mikrotik RB750G

- Proxy Server Ubuntu 11.04  ZPH

Planing Pembagian Bandwith :

Kecepatan Downstream Maksimal Browsing seluruh Klien 1500kbps

Kecepatan Downstream Game Online 500kbps

Berikut Script Lengkapnya

Rule pada Mangle Untuk Game Online Terfavorit :


/ip firewall mangle
add chain=game
action=mark-connection new-connection-mark=Game passthrough=yes protocol=tcp
dst-address=203.89.146.0/23 dst-port=39190 comment="Point Blank" ip firewall mangle add chain=game
action=mark-connection new-connection-mark=Game passthrough=yes protocol=udp
dst-address=203.89.146.0/23 dst-port=40000-40010
dd action=mark-connection chain=game comment="Ayo Dance" disabled=no \
dst-address-list=nice dst-port=18900-18910 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Seal Online" disabled=no \
dst-address-list=nice dst-port=1818 new-connection-mark=Game passthrough=\
yes protocol=tcp
add action=mark-connection chain=game comment="Lineage 2" disabled=no \
dst-address-list=nice dst-port=7777 new-connection-mark=Game passthrough=\
yes protocol=tcp
add action=mark-connection chain=game comment=IDS disabled=no \
dst-address-list=nice dst-port=2001 new-connection-mark=Game passthrough=\
yes protocol=tcp
add action=mark-connection chain=game comment="Ghost Online" disabled=no \
dst-address-list=nice dst-port=19101 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment=RF-Elven disabled=no \
dst-address-list=nice dst-port=27780 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Perfect  World" disabled=no \
dst-address-list=nice dst-port=29000 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment=Rohan disabled=no \
dst-address-list=nice dst-port=22100 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Zeus RO" disabled=no \
dst-address-list=nice dst-port=5121 new-connection-mark=Game passthrough=\
yes protocol=tcp
add action=mark-connection chain=game comment=DOTA disabled=no \
dst-address-list=nice dst-port=6000-6125 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Crazy Kart" disabled=no \
dst-address-list=nice dst-port=9600-9602 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="WOW AMPM" disabled=no \
dst-address-list=nice dst-port=8085 new-connection-mark=Game passthrough=\
yes protocol=tcp

add action=mark-connection chain=game comment="Drift City" disabled=no \
dst-address-list=nice dst-port=11011-11041 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment=GetAmped disabled=no \
dst-address-list=nice dst-port=13413 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment=Yullgang disabled=no \
dst-address-list=nice dst-port=19000 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="RAN Online" disabled=no \
dst-address-list=nice dst-port=5105 new-connection-mark=Game passthrough=\
yes protocol=tcp
add action=mark-connection chain=game comment="Cross Fire TCP" disabled=no \
dst-address-list=nice dst-port=10009,13008,16666,28012 \
new-connection-mark=Game passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Cross Fire UDP" disabled=no \
dst-address-list=nice dst-port=12020-12080,13000-13080 \
new-connection-mark=Game passthrough=yes protocol=udp
add action=mark-connection chain=game comment="War Rock" disabled=no \
dst-address-list=nice dst-port=5340-5352 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Fast Black" disabled=no \
dst-address-list=nice dst-port=6000-6001 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Rose Online" disabled=no \
dst-address-list=nice dst-port=29200 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Crazy Kart 2" disabled=no \
dst-address-list=nice dst-port=9600 new-connection-mark=Game passthrough=\
yes protocol=tcp
add action=mark-connection chain=game comment="Return of Warrior" disabled=no \
dst-address-list=nice dst-port=10402 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Luna Online" disabled=no \
dst-address-list=nice dst-port=15000-15002 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Runes of Magic" disabled=no \
dst-address-list=nice dst-port=16400-16502 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Fresh Ragnarok PS" disabled=no \
dst-address-list=nice dst-port=5171 new-connection-mark=Game passthrough=\
yes protocol=tcp
add action=mark-connection chain=game comment="Tantra Online" disabled=no \
dst-address-list=nice dst-port=3010 new-connection-mark=Game passthrough=\
yes protocol=tcp
add action=mark-connection chain=game comment=Atlantica disabled=no \
dst-address-list=nice dst-port=4300 new-connection-mark=Game passthrough=\
yes protocol=tcp
add action=mark-connection chain=game comment="ECO Online" disabled=no \
dst-address-list=nice dst-port=12011,12110 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Cabal Indonesia" disabled=no \
dst-address-list=nice dst-port=15000-15002 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Lost Saga" disabled=no \
dst-address-list=nice dst-port=14020-14053 new-connection-mark=Game \
passthrough=yes protocol=udp
add action=mark-connection chain=game comment="X-Shot UDP" disabled=no \
dst-address-list=nice dst-port=7777-7977,30000 new-connection-mark=Game \
passthrough=yes protocol=udp
add action=mark-connection chain=game comment="3 Kingdoms" disabled=no \
dst-address-list=nice dst-port=15000-15002 new-connection-mark=Game \
passthrough=yes protocol=udp
add action=mark-connection chain=game comment="Grand Chase TCP" disabled=no \
dst-address-list=nice dst-port=9300,9400,9700 new-connection-mark=Game \
passthrough=yes protocol=tcp
add action=mark-connection chain=game comment="Grand Chase UDP" disabled=no \
dst-address-list=nice dst-port=9401,9600 new-connection-mark=Game \
passthrough=yes protocol=udp
add action=mark-connection chain=game comment=MAKO disabled=no \
dst-address-list=nice dst-port=21000-21020 new-connection-mark=Game \
passthrough=yes protocol=tcp
/ip firewall mangle add chain=game
action=mark-packet new-packet-mark=Game_pkt passthrough=no connection-mark=Game

/ip firewall mangle add chain=prerouting
action=jump jump-target=game[shell]

<strong>Quee Type
</strong>

[shell]/queue type add name="Game" kind=pcq
pcq-rate=0 pcq-limit=50 pcq-classifier=src-address,dst-address,src-port,dst-port
pcq-total-limit=2000

Quee Tree

/queue tree add name="Game"
parent=global-total packet-mark=Game_pkt limit-at=0 queue=Game priority=1
max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s

Rule Mangel Untuk Zynga Poker:

/ip firewall mangle add chain=prerouting
protocol=tcp dst-port=9339 connection-state=new action=mark-connection
new-connection-mark=poker passthrough=yes comment="poker" disabled=no

/ip firewall mangle add chain=prerouting
connection-mark=poker action=mark-packet new-packet-mark=poker1 passthrough=no
comment="" disabled=no

Quee Tree Poker

/queue tree
add name="poker mania"
parent=global-out packet-mark=poker1 limit-at=0 queue=default priority=1
max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no

Rule Mangle Untuk Browsing

/ip firewall mangle add chain=forward
action=mark-connection new-connection-mark=http passthrough=yes protocol=tcp
in-interface=speda out-interface=lokal packet-mark=!Game_pkt
connection-mark=!Game connection-bytes=0-262146 comment="BROWSE"

/ip firewall mangle add chain=forward
action=mark-packet new-packet-mark=http_pkt passthrough=no protocol=tcp
connection-mark=http

Quee Type Browsing

/queue type add name="Http" kind=pcq
pcq-rate=1500k pcq-limit=50 pcq-classifier=dst-address pcq-total-limit=2000

Quee Tree Browsing

/queue tree add name="Main_Browse"
parent=local limit-at=0 priority=8 max-limit=512k burst-limit=0
burst-threshold=0 burst-time=0s

/queue tree add name="Browse"
parent=Main_Browse packet-mark=http_pkt limit-at=0 queue=Http priority=8
max-limit=1500k burst-limit=0 burst-threshold=0 burst-time=0s

 

Sumber :

http://forummikrotik.com

Catatan :
Sesuaikan Dengan Konfigurasi ditempat masing-masing.

baca rule dengan teliti seblum di paste

update mangle mikrotik game online dan poker

 

Berita Lainnya



44 komentar

Nalizanet

Friday, 8 Jun 2012

Saya punya kasus Game CF ngak bisa jalan apakah krn proxy eksternalnya?. Mohon pencerahannya.
Sekedar info settingan mikrotik sama dengan milik anda.

Reply

    boled

    Friday, 8 Jun 2012

    coba update ip nice IIX di cek lagi mas…?
    udah di update lom nice ip nya…?

    Reply

doddy damhudi

Thursday, 28 Jun 2012

salam kenal kang.. setingan lengkap kolaborasi mikrotik + ubuntu server untuk warnet game online buat di warnet saya baru buka ya masih 8 pc kecil kecilan … biar koneksi gak lag trims ! (urgent)

Reply

    boled

    Thursday, 28 Jun 2012

    secara garis besar setingan Mikrotik di sesuikan dengan BW yg ada dan Alokasi BW perklien. Untuk game Diberi prioritas utama. Kemudian jika ada Proxy external. Tuning pada squid.conf dan kompilasi squid nya juga penting.
    sebagian tutorial yg agan butuhkan sudah sy posting di blog ini gan…. silahkan di search lagi.

    salam kenal balik juga gan.. 🙂

    Reply

happiers07

Monday, 2 Jul 2012

mas pake ROS ver berapa?

jump-target=game[shell] <<< shell maksudnya apa ya? kok di jump action gada?

Quee Type [shell] <<< ini dibagian mana ya?

thx before 🙂

Reply

    happiers07

    Monday, 2 Jul 2012

    edit :
    haha baru ngeh….. ternyata itu tag code lol

    Reply

      boled

      Monday, 2 Jul 2012

      iya mas… itu code shell. 🙂

      Reply

ainun16

Tuesday, 28 Aug 2012

chain=game itu maksudnya gmana gan..tak coba pake itu gak jalan..klo pake prerouting bisa jalan.. mohon pencerahan..

Reply

    boled

    Wednesday, 29 Aug 2012

    chain=game itu rule untuk jumper gan…
    cek kembali di rule atas ada rule yg mengarahke chain=game game…
    jadi script berurutan dan nama chain harus terdefinisikan terlebih dahulu

    Reply

      ainun16

      Wednesday, 29 Aug 2012

      ok..ok..dah ktemu…kurang teliti.. kemaren yg ane gak paham.. di default chain itu kan adanya : prerouting, forward, dll..gak ada chain=game,, gitu maksudnya..

      jadi chain=game itu semacam dibuat variable gitu gan? setelah itu dari chain=game dibuat chain=prerouting…gitu gak maksudnya?

      maaf newbie..sbenere ane dah lama pake MT..tapi yg belum paham logika2 ginian..krn bhs script MT belum familiar..

      Reply

        boled

        Thursday, 30 Aug 2012

        iya gan… begitu kira2 maksudnya gan….

        Reply

edzer

Thursday, 25 Oct 2012

permisi gan, firewall untuk direct ke proxy externalnya blum ada ya
thanks 🙂

Reply

    boled

    Friday, 26 Oct 2012

    jika belum ada rule untk direct ke external proxy bisa pake rule ini gan..

    add action=dst-nat chain=dstnat comment=TRANSPARENT-proxy disabled=no \
    dst-port=80,81,800,1723,8008,8081,8080,8090,8088,3128 in-interface=ether5-dari_lokal \
    protocol=tcp to-addresses=192.168.30.2 to-ports=3128

    Reply

      Nda

      Tuesday, 30 Oct 2012

      Maap gan.. mo nanya nih
      mengenai addres list nya yg “nice” pd mangle game

      add action=mark-connection chain=game comment=”Seal Online” disabled=no \
      dst-address-list=nice dst-port=1818 new-connection-mark=Game passthrough=\
      yes protocol=tcp

      itu, apakah emang tdk dibuat rule address list nya…

      mohon bantuannya ya gan.. trims…

      Reply

        boled

        Friday, 9 Nov 2012

        address list di masukan dulu gan. jika pake nice pake nice nya IIX untuk mempermudah

        Reply

wardimore

Monday, 19 Nov 2012

untuk penempatan dimangle apa sembarang aja atau pling bawah, tq ilmu yg bermanfaat

Reply

    boled

    Friday, 23 Nov 2012

    urutan mangel sesuai Prioritas eksekusi nya….
    jika ada deklarasi coneksi maka di bawahnya ada penampung mark(con, paket, routing,jump) dsb gan…

    Reply

odi

Monday, 25 Mar 2013

gan.. saya pake paket 2mb speedy untuk 16pc…ketika buka youtube, download gitu.. kangsung lag.. kenapa ya ???
apa kurang bandwidth atau gimana ??? saya gunakan script juragan.. mohon di bantu gan hee
saya pake mikrotik 5.20 gan..

kira2 setingan yang bagus untuk cerita di atas apa ya gan..

Reply

    boled

    Tuesday, 26 Mar 2013

    kalo begitu pengaturan Bandwithnya belum benar gan… coba dcek lagi antara ip target klien yg ada di warnet agan dengan script. di samakan antara ip script dan ip klien yg sesungguhnya ada di warnet agan. jika sudah pastikan juga di bagian pcqtype sudah benar alokasinya.

    btw di tempat agan menggunakan proxy tidak….?

    Reply

Geedist

Friday, 12 Apr 2013

saya mau tanya,. apakah dengan settingan di atas hanya khusus +proxy external ???
apa bisa setingan di atas menggunakan microtik RB750 saja,.
krna saya hanya mengunakan RB750 saja ,.
THNKS sebelumnya !!!

Reply

    boled

    Monday, 15 Apr 2013

    bisa pak… cukup men-disable rule yg berkaitan dengan interface proxy dan.
    pada que parent di arahkan ke parent global-out

    Reply

mullop

Tuesday, 16 Apr 2013

apakah script diatas bisa langsung diterapkan di LB metode PCC?

Reply

    boled

    Wednesday, 17 Apr 2013

    bisa pak….

    Reply

Lukman

Friday, 19 Apr 2013

mksh atas share ilmunya gan …
oya .. warnet sy pake speedy 3 mb + mikrotik rb750gl (tanpa proxy). sementara ini client 13 unit + 1 server. kira” settingannya gmn ya? kalo melihat settingan agan di atas kira” apa aja yg dirubah. mohon pencerahannya … maklum msh newbie.
sebelumnya sy ucapin makasih

Reply

    boled

    Friday, 19 Apr 2013

    max limit untuk download paket dan browsing paket di lebaring sesuai dengan kestabilan jaringan speedy di tempat agan.

    dan Parameter Paket Game tetap aja.

    Reply

geedist

Sunday, 21 Apr 2013

terima kasih atas respone jawabannya!!!
mas bagus mana pakai Mirotik Rb750G/GL dengan Bikin microtik sndiri dgn PC spek: amd atlon, 2gb RAM, HD 160GB. ??? rencana saya mau setting dengan web proxy internal microtik, yg saya tanyakan,
1.apa bisa untuk ngecache pacth game, hasil browsing dan youtube???
2.apakah kuat untuk rb750g nya untuk web proxy internal ??? jika kurang bagus saya ingin pakai pc microtik buatan sndiri ..
3.bagaimana setting jtah BW agar game tidak lag, tetapi untuk browsing agak cepat .. dan tentunya download juga di limit ..
sengaja saya tidak pakai proxy external(squid dll nya) krna sering error kmudian harinya …
saya pakai 2mb(speedy) buat 11pc+1pcbilling kira2 mampu ngk mas ???
thnks sbelumnya ???

Reply

    boled

    Monday, 22 Apr 2013

    Saya Coba Jawab ya mas :
    1. Mikrotik os (PC) —> untuk cache patch game dan Browsing dll bisa gan. namun performance nya tidak Bagus. karena secara teknis MIkrotik OS itu untuk tidak untuk Cache Data seperti Squid. (Type File System, Kemampuan reguler Expresion,)
    2. Apalagi kalo basis nya masih RB wah itu gak recomended banget. memory internal nya kan kecil musti rajin bersih2 dan Performance nya bisa cepet drop.
    3. JIka Speed koneksi yg bapak miliki 2mb untuk cover 11pc + 1 billing. Agara Game tidak lag udah cukup itu gan… Di beberapa klien saya banyak pake bandwith seperti tempat bapak aman2 saja. ( studi kasus sy ada klien yg menggunakan speedy 2mb untuk PC 25 + billing + proxy. ada juga klien lain : 1mb untuk 8 klien + 1 Billing + Proxy Virtual om)

    Reply

Geny

Friday, 26 Apr 2013

Makasih gan ilmunya sangat bermanfaat.
Sekalian mau tanya gan, saya rencana mau buka Warnet 20 PC + 1 Billing. 16 PC (Game Online), 4 PC (Browsing), pake mikrotik RB750, Speedy 3Mbps, Tanpa Proxy.
1. Apakah settingan mikrotik diatas bisa digunakan?
2. Jika mangle port game di mikrotik sudah di set apakah di modem harus di set lagi (saya menggunakan modem adsl d-link)
2. Untuk pengaturan bandwidnya bagusnya gimana ya gan antara game online sama browsing, untuk game download/upload nya brp kbps? untuk browsing download/upload brp kbps?
Makasih banyak gan sebelumnya.

Reply

    boled

    Saturday, 27 Apr 2013

    1. Bisa mas
    2. di modem cukup di bridge aja mas.seting yg lain cukup ada di mikrotik
    3. jika BW 3Mbps. alokasi nya bisa 70% NON GAme 30% Game dari Total BW yang ada. tapi untuk cek total bw di testing pada kondisi Full (misal Jam Kerja) jadi kelihatan berapa real BW yang mas punya. karena bs jadi bw mas yg beli dari telkom misal 3mbps tapi itu bw share. pada kondisi real biasanya cuma 80% realnya.

    Reply

Lukman

Wednesday, 1 May 2013

Mksh atas reponnya Gan.
Oya ada pertanyaan :
1. Kondisi warnet sy pake mikrotik RB750GL tanpa proxy, settingan apa aja yg hrs sy rubah ya?
2. maksud address list nice dan IIX caranya gmn ?
3. Untuk Script :
firewall mangle add chain=prerouting
action=jump jump-target=game[shell]

Quee Type

[shell]/queue type add name=”Game”

maksudnya gmn Gan? sy cari ko ga ada ya?

Mksh atas responnya Gan

Reply

eko

Wednesday, 22 May 2013

mas mau tanya,,dst-address=203.89.146.0 didapat dari mana ya??

Reply

    boled

    Tuesday, 28 May 2013

    alamat ip 203.89.146.0/23 itu berasal dari Torch di mikrotik saat mencari ip publik milik gamescsool gan. agar marking routing dan markin paket tidak kemana2 jalurnya.

    Reply

Santang

Tuesday, 28 May 2013

kang, ini bs utk mikrotik tanpa pake proxy g ya ? kalo g bs, gmn setting mikrotik spy bs lancar browsing dan game onlinenya tanpa terganggu pemakai lain yg sedang buka youtube / download pake IDM, terima kasih

Reply

    boled

    Tuesday, 4 Jun 2013

    bisa pak…
    tinggal di sesuaikan nama ether net dan range ip nya gan

    Reply

ahmad faroq

Thursday, 20 Jun 2013

mas q pengen pakek setingan kayak agan di atas tp saya g pake proxy
jadi bagian mana yang harus saya rubah… sebab Q masih gaptek heheee….
sebelumnya matur suwun…..

Reply

    ahmad faroq

    Thursday, 20 Jun 2013

    jelaskan ya gan…. se detail2nya…

    Reply

Putra

Sunday, 25 Aug 2013

Mas, masih nge-lag untuk game onlinenya kalau ada user yang upload foto ke FB atau kalau ada yg upload file ke email..

Reply

hasan

Monday, 20 Jan 2014

mantab……….. boss bw rata. tks bro sukses terus

Reply

    boled

    Tuesday, 21 Jan 2014

    terima kasih mas… sudah feedback.

    Reply

ery

Tuesday, 25 Feb 2014

Gan, mo nanya nih:
1. game FB tempat ane bukan zynga aja, yaitu Dragon City, Farm ville …. sy coba googling ada cara torch di mikrotik tp banyak sekali IP dst yg ditampilkan.
2. cara misahin port 443 utk HTTPS dan FB game bisa g gan?

trims, smoga agan lancar rezeki dan selalu dalam lindungan NYA.
ery

Reply

    boled

    Sunday, 2 Mar 2014

    coba jawab ya..
    1. untuk memisahkan game berbasis FB selain zynga. bisa menggunakan bantuan layer7. untuk parsing konten dan dst address.
    bisa di kombinasikan dengan bantuan address list dari daftar ASN [http://bgp.he.net/AS32934#_prefixes] list nya fb dan di kombinasikan dengan layer7.
    2. jawabanya bisa gan. ini bisa dengan menggunakan layer7. bisa gunakan ini untuk pendekatan [http://bgp.he.net/AS32934#_prefixes]

    Reply

Electronic_Art

Thursday, 11 Jan 2018

/ip firewall mangle
add chain=game
action=mark-connection new-connection-mark=Game passthrough=yes protocol=tcp
dst-address=203.89.146.0/23 dst-port=39190 comment=”Point Blank” ip firewall mangle add chain=game
action=mark-connection new-connection-mark=Game passthrough=yes protocol=udp
itu mkad apa yah bos.. ko nga bisa masuk di mangle…

Reply

R Indra

Sunday, 18 Feb 2018

/ip firewall mangle
add chain=game
action=mark-connection new-connection-mark=Game passthrough=yes protocol=tcp
dst-address=203.89.146.0/23 dst-port=39190 comment=”Point Blank” ip firewall mangle add chain=game
action=mark-connection new-connection-mark=Game passthrough=yes protocol=udp
dst-address=203.89.146.0/23 dst-port=40000-40010

-apa script nya ini sdah betul gan.. ko sy paste nga tampil di mangle nya.. malah yg tampil hnya ACC nya saja. trims

Reply

Andrey

Tuesday, 27 Mar 2018

Aku kudu lapo iki sam ?

Reply

Tinggalkan Komentar

 

Video Terbaru

Abyfine Intermedia

Kami berdiri sejak Tahun 2008 di bidang layanan Pengelolaan Hosting dan Domain, Kemudian sejak tahun 2011 kami lebih fokus kepada layanan Pendidikan dalam memanfaatkan teknologi informasi berbasis open source

Alamat Kami ada di :

  • Jl Sawo No 36 Sendangarum Kesugihan Cilacap Jawa Tengah
  • Phone : 082225491774
  • WA : 085647818779
  • Email : info@abyfine.com
WhatsApp chat