Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    UNTUK GAME ONLINE MASUK SINI !!!!!!!!!

    Scheduled Pinned Locked Moved Indonesian
    169 Posts 35 Posters 179.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jundi49
      last edited by

      Numpang nanya gan,

      Kalau game via facebook ato game berbasis web/http, masuk ke port mana itu ?
      Apakah masuk ke port game ato port http ?
      Jadi misalnya kita pake Dual Wan, 1 WAN 1 OPT, game ke OPT dan lainnya WAN.
      Jadi game fb ato web tersebut mengambil akses internet yang mana ?
      Dan bagaimana jika berjalan bersamaan, gamenya ?
      terima kasih.
      Mohon bantuannya.

      1 Reply Last reply Reply Quote 0
      • N
        netcraft
        last edited by

        Kalo Game Berbasis Web Itu Tidak Terlalu Bermasalah Gan Di Dual WAN, Yang BErmasalah Tuh Kalo Game Online Kayak Point Blank, AVA, WarRock Dll.. (Harus Dibuatkan RULE Tersendiri Biar Routingnya Ga Bingung)

        1 Reply Last reply Reply Quote 0
        • J
          jundi49
          last edited by

          @netcraft:

          Kalo Game Berbasis Web Itu Tidak Terlalu Bermasalah Gan Di Dual WAN, Yang BErmasalah Tuh Kalo Game Online Kayak Point Blank, AVA, WarRock Dll.. (Harus Dibuatkan RULE Tersendiri Biar Routingnya Ga Bingung)

          ada kasus, dia bermain game online Lost Saga dan diminimize terus dia main game fb, pool dan ninja saga, pemakaian OPT (khusus game) menjadi besar.
          apakah game fb itu masuk ke dalam port game online ?
          apakah jika bermain bersamaan dalam 1 PC, akses netnya juga terpisah ato gabung ke salah 1 line ?

          1 Reply Last reply Reply Quote 0
          • C
            chiboik
            last edited by

            @jundi49:

            @netcraft:

            Kalo Game Berbasis Web Itu Tidak Terlalu Bermasalah Gan Di Dual WAN, Yang BErmasalah Tuh Kalo Game Online Kayak Point Blank, AVA, WarRock Dll.. (Harus Dibuatkan RULE Tersendiri Biar Routingnya Ga Bingung)

            ada kasus, dia bermain game online Lost Saga dan diminimize terus dia main game fb, pool dan ninja saga, pemakaian OPT (khusus game) menjadi besar.
            apakah game fb itu masuk ke dalam port game online ?
            apakah jika bermain bersamaan dalam 1 PC, akses netnya juga terpisah ato gabung ke salah 1 line ?

            bikin rule di firewall rules nya aja mas, TCP/UDP source addr > LAN subnet,  Destination port > http/80,  Gateway > WAN
            untuk port game nya pake config aliase game online Gateway nya ke OPT

            1 Reply Last reply Reply Quote 0
            • V
              vhantrenk
              last edited by

              @abnisrea:

              Untuk rekan2 newbie yg menggunakan squid transparent gagal patch ayodance harap dicoba cara ini menggunakan putty console

              squidclient -p 80 -m PURGE http://122.102.49.132/audition/Update.ini

              semoga bermanfaat
              suskes pfsense indonesia

              om abnisrea, ni funsinya tuk apa? net saya mengalami tidak bisa masuk ayodance klu lusca ON, tapi klu off bisa, apakah menggunakan perintah tsb cukup sekali, ataukah tiap gagal patch??

              thanks infonnya

              Seorang lulusan ekonomi senang komputer, autodidak n newbie

              1 Reply Last reply Reply Quote 0
              • V
                vhantrenk
                last edited by

                @abnisrea:

                Proxy server: General settings

                Custom Options

                Custom Option ku pd pfsense
                Karena bandwidth aku prihatin aku coba-coba rubah PpSense kesayanganku Custom Option di Lusca ku
                dan hasilnya cukup memuaskan dmana dengan Bandwidth 1M dari Spidol dapat dibagi untuk 20 Unit Client..

                acl admin src 192.168.1.2/255.255.255.255;
                acl throttle_exts urlpath_regex -i "/var/squid/acl/throttle_exts.acl";
                acl bad_sites url_regex -i youtube.com porn.com;
                delay_pools 3;
                delay_class 1 1;
                delay_parameters 1 -1/-1;
                delay_access 1 allow admin;
                delay_access 1 deny all;
                delay_class 2 1;
                delay_parameters 2 49152/16384;
                delay_access 2 allow bad_sites;
                delay_access 2 deny all;
                delay_class 3 1;
                delay_parameters 3 12288/8192;
                delay_initial_bucket_level 100;
                delay_access 3 allow throttle_exts;
                delay_access 3 deny all;
                #zph_mode tos;
                #zph_local 0x04;
                #zph_parent 0;
                #zph_option 136;
                acl HTML url_regex .ini$;
                no_cache deny HTML;
                acl XYZZY url_regex ^http://122.102.49.132/audition/Update.ini$;
                acl XYZZY url_regex ^http://patch.crossfire.web.id/download/version.ini$;
                acl XYZZY url_regex ^http://patch.sealindo.com/patch/normal/version.ini$;

                kalau delay pools bawaan (cache Management) di conteng/aktif, bisa ga digabung dengan custom option ente om ??

                Seorang lulusan ekonomi senang komputer, autodidak n newbie

                1 Reply Last reply Reply Quote 0
                • V
                  vhantrenk
                  last edited by

                  @abnisrea:

                  Proxy server: General settings

                  Custom Options

                  Custom Option ku pd pfsense
                  Karena bandwidth aku prihatin aku coba-coba rubah PpSense kesayanganku Custom Option di Lusca ku
                  dan hasilnya cukup memuaskan dmana dengan Bandwidth 1M dari Spidol dapat dibagi untuk 20 Unit Client..

                  acl admin src 192.168.1.2/255.255.255.255;
                  acl throttle_exts urlpath_regex -i "/var/squid/acl/throttle_exts.acl";
                  acl bad_sites url_regex -i youtube.com porn.com;
                  delay_pools 3;
                  delay_class 1 1;
                  delay_parameters 1 -1/-1;
                  delay_access 1 allow admin;
                  delay_access 1 deny all;
                  delay_class 2 1;
                  delay_parameters 2 49152/16384;
                  delay_access 2 allow bad_sites;
                  delay_access 2 deny all;
                  delay_class 3 1;
                  delay_parameters 3 12288/8192;
                  delay_initial_bucket_level 100;
                  delay_access 3 allow throttle_exts;
                  delay_access 3 deny all;
                  #zph_mode tos;
                  #zph_local 0x04;
                  #zph_parent 0;
                  #zph_option 136;
                  acl HTML url_regex .ini$;
                  no_cache deny HTML;
                  acl XYZZY url_regex ^http://122.102.49.132/audition/Update.ini$;
                  acl XYZZY url_regex ^http://patch.crossfire.web.id/download/version.ini$;
                  acl XYZZY url_regex ^http://patch.sealindo.com/patch/normal/version.ini$;

                  Mantab CUSTOM OPTION nya om abnisrea ;D ;) . thanks om, probelm saya http://forum.pfsense.org/index.php/topic,54404.0.html sudah :D SOLVED ;) bagi yang mau bypass Game OL tuh carannya seperti 3 baris paling bawah, emang lebih mantab pakai hostname dibanding IP
                  maju n semangatat terus PFSI

                  Seorang lulusan ekonomi senang komputer, autodidak n newbie

                  1 Reply Last reply Reply Quote 0
                  • L
                    Lexandria
                    last edited by

                    @abnisrea:

                    Untuk Game PB yg gagal jalan atau security error dicoba melalui putty console

                    squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/afs.dat
                    squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/noupdate.ui
                    squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/ahn.ui
                    squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/patch/39/ahn.ui
                    squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/ahni2.dll

                    kemaren pakai yang ini bisa…tapi sekarang PB masalah lagi., kok sudah gak bisa pakai yang ini???? mohon pencerahan nya pakBozz...

                    1 Reply Last reply Reply Quote 0
                    • R
                      reezq665
                      last edited by

                      @Lexandria:

                      @abnisrea:

                      Untuk Game PB yg gagal jalan atau security error dicoba melalui putty console

                      squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/afs.dat
                      squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/noupdate.ui
                      squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/ahn.ui
                      squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/patch/39/ahn.ui
                      squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/ahni2.dll

                      kemaren pakai yang ini bisa…tapi sekarang PB masalah lagi., kok sudah gak bisa pakai yang ini???? mohon pencerahan nya pakBozz...

                      Bos Azizahwa….ditempat ane aman boss...

                      1 Reply Last reply Reply Quote 0
                      • A
                        asracomp
                        last edited by

                        udah pada pake pfsense ya…?

                        1 Reply Last reply Reply Quote 0
                        • R
                          reezq665
                          last edited by

                          @asracomp:

                          udah pada pake pfsense ya…?

                          hehehehe…iya bos asracomp....maknyusss....
                          apalagi yang sekarang pake squid-3 buat nge hit https + Squidguard + ipguard...gak ada celah lagi buat netcut nakal :D

                          6.JPG
                          6.JPG_thumb

                          1 Reply Last reply Reply Quote 0
                          • A
                            abnisrea
                            last edited by

                            Untuk teman-teman yang gagal CACHE YOUTUBE ini ada dari om ucok_karnadi dan aku coba ringkas
                            silahkan ke TKP…...................
                            http://imroninfo.blogspot.com/2013/11/lusca-patch-2013-youtube-cache.html

                            Hasil cache ku ..

                            cache.JPG
                            cache.JPG_thumb
                            hit.JPG
                            hit.JPG_thumb

                            1 Reply Last reply Reply Quote 0
                            • M
                              masecoo
                              last edited by

                              untuk langkah ke 1. masih bingung mas maksudnya gmna ???, maaf masih new bie.. :)

                              1 Reply Last reply Reply Quote 0
                              • A
                                abnisrea
                                last edited by

                                Masuk ke Konsole melalui Putty, Lalu buat file cobaReadBack.pl isi nya :

                                #–-----------------------------
                                #!/usr/bin/perl
                                use File::ReadBackwards;

                                $fh = File::ReadBackwards->new('/var/squid/logs/access.log') or
                                die "can't read file: $!\n";

                                while ( defined($line = $fh->readline) )
                                {
                                  print $line ;
                                }
                                #-------------------------------

                                lalu jalankan dengan cara :

                                #perl cobaReadBack.pl

                                Ni saya attach file nya : nti ganti ext pake pl ya .... (tapi daftar dulu biar bisa download)  :D :D :D

                                cobaReadBack.txt

                                1 Reply Last reply Reply Quote 0
                                • J
                                  jo2n
                                  last edited by

                                  buat file cobaReadBack.pl nya pake putty atw winscp Om Abnisrea

                                  sdh coba,,Lusca malah mogok,, heheheh :-)
                                  lewat putty reply ny bgni:
                                  perl cobaReadBack.pl
                                  Can't open perl script "cobaReadBack.pl": No such file or directory

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    andreasleo
                                    last edited by

                                    Maaf ne aq newbie…

                                    mau nanya, aq mau maen ragnarok online, koneksiq indo**t pake inject plus surfng tunnel , proxy 127.0.0.1 port 8080.. kok gak bisa masuk y??gmn caranya biar bisa masuk??

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      jo2n
                                      last edited by

                                      @abnisrea:

                                      Untuk teman-teman yang gagal CACHE YOUTUBE ini ada dari om ucok_karnadi dan aku coba ringkas
                                      silahkan ke TKP…...................
                                      http://imroninfo.blogspot.com/2013/11/lusca-patch-2013-youtube-cache.html

                                      Hasil cache ku ..

                                      Terimakasih Sharenya,, sya sdh berhasil..  Nice Om Abnisrea ;D

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        masecoo
                                        last edited by

                                        untuk lankah 1 masih eror…,buat file nya pkek putty tau winscp..??
                                        lewat putty reply ny bgni:
                                        perl cobaReadBack.pl
                                        Can't open perl script "cobaReadBack.pl": No such file or directory..????

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          abnisrea
                                          last edited by

                                          Can't open perl script "cobaReadBack.pl": No such file or directory

                                          berarti file nya gx ketemu coba di #ls dulu ada gx mas filenya..
                                          kalo buat masukin ya bisa pake putty atau winscp dan jangan lupa cobaReadBack.txt diganti dengan cobaReadback.pl gitu lho..  8) 8) 8) :-*

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            arayzzz
                                            last edited by

                                            @abnisrea:

                                            Can't open perl script "cobaReadBack.pl": No such file or directory

                                            berarti file nya gx ketemu coba di #ls dulu ada gx mas filenya..
                                            kalo buat masukin ya bisa pake putty atau winscp dan jangan lupa cobaReadBack.txt diganti dengan cobaReadback.pl gitu lho..  8) 8) 8) :-*

                                            file cobaReadBack.pl nya masukin ke directory mana om?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.