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

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

Indonesian
35
169
171.3k
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.
  • A
    abnisrea
    last edited by Sep 23, 2010, 12:54 AM

    Oya om apa aku install squid dulu dari Pfsense package manager atau aku langsung install lusca. biasanya aku langsung install lusca dengan cara : dari sini om serangku

    –-----> http://code.google.com/p/pfsense-cacheboy/wiki/Pfsense_Lusca

    Instruction

    1. From your "PfSense's GUI" run this at Diagnostics > Command.
          other than lusca packages might be old. Use package.sh to use original repository.

    fetch http://pfsense-cacheboy.googlecode.com/svn/trunk/script/package.sh && chmod +x package.sh && ./package.sh

    2. Now you may install lusca-cache at System > Packages.
      3. To restore or use original repository.
          you can no longer see lusca updates

    ./package.sh off

    ================

    Yg mana langkahku yg benar om..
    Mohon pencerahan..

    1 Reply Last reply Reply Quote 0
    • A
      abnisrea
      last edited by Sep 23, 2010, 1:04 AM

      Ni om squid.conf yg kalo pake game PointBlank gak mau masuk tw Jalan om..

      Do not edit manually !

      http_port 192.168.1.1:3128 http11 transparent
      http_port 127.0.0.1:80 http11 transparent
      icp_port 0

      pid_filename /var/run/squid.pid
      cache_effective_user proxy
      cache_effective_group proxy
      error_directory /usr/local/etc/squid/errors/English
      icon_directory /usr/local/etc/squid/icons
      visible_hostname localhost
      cache_mgr admin@localhost
      access_log /var/squid/log/access.log
      cache_log /var/squid/log/cache.log
      cache_store_log none
      logfile_rotate 1
      shutdown_lifetime 0 seconds

      Allow local network(s) on interface(s)

      acl localnet src  192.168.1.0/255.255.255.0
      server_http11 on
      uri_whitespace allow
      dns_nameservers 203.130.193.74 203.130.206.250 8.8.8.8 8.8.4.4

      cache_mem 512 MB
      maximum_object_size_in_memory 64 KB
      memory_replacement_policy heap GDSF
      cache_replacement_policy heap LFUDA

      cache_dir aufs /var/squid/cache 50000 16 256
      minimum_object_size 0 KB
      maximum_object_size 256 MB
      offline_mode on
      cache_swap_low 98
      cache_swap_high 99

      No redirector configured

      Setup some default acls

      acl all src 0.0.0.0/0.0.0.0
      acl localhost src 127.0.0.1/255.255.255.255
      acl safeports port 21 70 80 210 280 443 488 563 591 631 777 901  3128 1025-65535
      acl sslports port 443 563
      acl manager proto cache_object
      acl purge method PURGE
      acl connect method CONNECT
      #acl dynamic urlpath_regex cgi-bin ?
      include /usr/local/etc/squid/include.conf
      #cache deny dynamic
      http_access allow manager localhost

      http_access deny manager
      http_access allow purge localhost
      http_access deny purge
      http_access deny !safeports
      http_access deny CONNECT !sslports

      Always allow localhost connections

      http_access allow localhost

      request_body_max_size 0 allow all
      reply_body_max_size 0 deny all

      Custom options

      acl game dst 203.89.146.0/24
      always_direct allow game

      Allow local network(s) on interface(s)

      http_access allow localnet

      Default block all to be sure

      http_access deny all

      1 Reply Last reply Reply Quote 0
      • S
        serangku
        last edited by Sep 23, 2010, 11:06 PM

        lanjut …

        tune up awal untuk package squid/proxy ...
        masuk ke daleman pfsense dengan winscp dan sedikit perubahan untuk file2 tsb.
        perubahan kecil yg berdampak luarbiasa.

        hapus isi yg ada di /boot/loader.conf menjadi seperti ini :

        autoboot_delay="1"
        hint.apic.0.disabled=1
        kern.hz=100
        kern.ipc.nmbclusters="32768"
        kern.maxfiles="65536"
        kern.maxfilesperproc="32768"
        net.inet.ip.portrange.last="65535"

        save dan restart pfsense nya

        untuk paket proxy, boleh yang mana saja ...
        untuk start awal, squid bawaan pfsense juga sudah whuzz kok
        kl masih kurang, silakan pk yg lusca ... biar nanti ada perbandingan

        btw ... ini fresh install yah ???
        step2 sblmnya sudah di lakukan ???

        1 Reply Last reply Reply Quote 0
        • A
          abnisrea
          last edited by Sep 24, 2010, 12:07 AM

          Makasih Om serangku..

          1. Saya udah lakukan fress install (Mulai Dari Awal) trus aku rubah 
          2. Aku jg rubah sperti anjuran juragan suhu untuk DNS reff : http://opensource.telkomspeedy.com/forum/viewtopic.php?pid=60120#p60120
            menjadi :
            //–--------------------------
                      //}

          /*  run  dnsmasq  */

          mwexec("/usr/local/sbin/dnsmasq  –cache-size=5000  {$args}");

          if  ($g['booting'])
                                  echo  "done.\n";

          //–---------------------------

          3. Aku Install squid dari : System: Package Manager
          4. Dalam web.gui squid aku conteng : Transparent
          5. Dalam web.gui squid–>custom option aku tambahin :
              acl game dst 203.x.x.x/24;always_direct allow game
          6. Aku restart dan aku jalanin Game PB –- Sukses Berjalan Dengan Baik..

          Tambahan Om...

          Kalo aku mau pake lusca bagaimana caranya :

          1. Apakah harus hapus squid yg sudah terinstall atau
          2. Aku install langsung melalui :

          2.1 From your "PfSense's GUI" run this at Diagnostics > Command.
                  other than lusca packages might be old. Use package.sh to use original repository.

          fetch http://pfsense-cacheboy.googlecode.com/svn/trunk/script/package.sh && chmod +x package.sh && ./package.sh

          2.2 Now you may install lusca-cache at System > Packages.

          3. Kalo memang harus menghapus squid, bagaimana caranya..

          Terima kasih semoga bermanfaat untuk kemajuan teman2 yang newbie seperti saya.

          Hatur Nuhun

          1 Reply Last reply Reply Quote 0
          • S
            serangku
            last edited by Sep 25, 2010, 2:18 AM

            ikut senang yah …

            kl mo pake yg lusca, di uninstall dulu squid packagenya ...
            masuk saja di menu package dan pilih menu uninstall
            selanjutnya ikuti petunjuk yg bro sebut tadi ...

            tune awal proxy sudah diterapkan ?
            masih ada beberapa tune up awal proxy, lengkap di forum ini juga

            1 Reply Last reply Reply Quote 0
            • A
              abnisrea
              last edited by Sep 25, 2010, 3:47 AM

              Makasih Om atas petunjuknya :

              Tapi aku mau nambahin pertanyaan ni om  ;D ;D

              Option-option itu mana aja yg dicentang n apa kegunaannya.

              Om kenapa para Master gx bikin buku panduan pfsense edisi Indonesia.
              Minimal hasil kajian n pertanyaan serta jawaban di forum ini  ;) ;)

              ![squid option.JPG](/public/imported_attachments/1/squid option.JPG)
              ![squid option.JPG_thumb](/public/imported_attachments/1/squid option.JPG_thumb)

              1 Reply Last reply Reply Quote 0
              • S
                serangku
                last edited by Sep 25, 2010, 4:41 AM

                sekedar menambahkan tuning proxy saja :

                itu yg alternate dns sebelum dns yg lainnya masukan dns lokal squid sendiri, 127.0.0.1 dan ip lan pfsense (sudah dnsmasq)
                jadi biar gak buru2 lsg request dns ke luar …

                settingan awal pattern jgn terlalu buru2 agresif, seetingan default dulu start awal ...
                pelan2 naek ...

                1 Reply Last reply Reply Quote 0
                • O
                  onomlakbok
                  last edited by Oct 2, 2010, 12:14 PM

                  sepertinya harus install squid dulu karena lusca kan utk patch squid supaya lebih ok lagi
                  dari newbie jd korek mie ip ayam rong :D

                  1 Reply Last reply Reply Quote 0
                  • S
                    serangku
                    last edited by Oct 2, 2010, 2:37 PM

                    @onomlakbok:

                    sepertinya harus install squid dulu karena lusca kan utk patch squid supaya lebih ok lagi
                    dari newbie jd korek mie ip ayam rong :D

                    yup …
                    di koreksi ...
                    lusca bukan patch untuk squid

                    1 Reply Last reply Reply Quote 0
                    • A
                      abnisrea
                      last edited by Oct 4, 2010, 4:44 AM

                      Benar Om Serangku.. Aku langsung install Lusca.. tanpa harus install squid.. n jalan dengan lancaaaaar..

                      Bagi-bagi ilmu lagi om biar setingan lusca nya tmbah oke.. tp via web aja..

                      thank's  ;D ;D ;D

                      1 Reply Last reply Reply Quote 0
                      • S
                        serangku
                        last edited by Oct 4, 2010, 12:31 PM

                        ikut senang yah …  ;D

                        1 Reply Last reply Reply Quote 0
                        • A
                          anto_DIGIT
                          last edited by Oct 5, 2010, 11:21 AM

                          rekan-rekan, apakah sebaiknya tdk mengatur patch utk game online melalui pengaturan "refresh pattern" daripada menggunakan "always direct". Dng setting squid normal (bukan agresif), game OL akan berjalan lancar. Sayang BW bila dilewatkan  … ;D

                          Ada game2 lain yg juga tidak berjalan karena gagal pada saat patch, bila menggunakan cache yg agresif, contoh : ayodance.

                          1 Reply Last reply Reply Quote 0
                          • S
                            serangku
                            last edited by Oct 5, 2010, 1:32 PM

                            lama tak bersua bro @anto_digit … :)

                            setuju saya dengan itu
                            btw ... masih gagal saya set refresh pattern untuk update anti virus kaspersky ...
                            sayang, soalna banyak yg make itu av ...

                            ada yg punya pattern yg cocok untuk kaspersky ?

                            1 Reply Last reply Reply Quote 0
                            • A
                              abnisrea
                              last edited by Oct 6, 2010, 2:07 AM

                              Mas Anto_DIGIT gemana bikin cara seperti yg mas Anto Tulis : "rekan-rekan, apakah sebaiknya tdk mengatur patch utk game online melalui pengaturan "refresh pattern" daripada menggunakan "always direct". Dng setting squid normal (bukan agresif), game OL akan berjalan lancar. Sayang BW bila dilewatkan  … Grin"

                              Ada game2 lain yg juga tidak berjalan karena gagal pada saat patch, bila menggunakan cache yg agresif, contoh : ayodance.

                              Caranya OM-OM buat aku nich masih newbie baget..  ??? ??? ???

                              1 Reply Last reply Reply Quote 0
                              • A
                                abnisrea
                                last edited by Oct 6, 2010, 12:10 PM

                                Om Serang yg Ganteeeng and para Master tolong dibantu 1 aja contoh : Bagaimana kalo aku pengen nyoba dengan menggunakan setingan Firewall Rules buat Game Online

                                ![Firewall Rules.JPG](/public/imported_attachments/1/Firewall Rules.JPG)
                                ![Firewall Rules.JPG_thumb](/public/imported_attachments/1/Firewall Rules.JPG_thumb)

                                1 Reply Last reply Reply Quote 0
                                • A
                                  anto_DIGIT
                                  last edited by Oct 7, 2010, 10:12 AM

                                  @serangku:

                                  lama tak bersua bro @anto_digit … :)

                                  setuju saya dengan itu
                                  btw ... masih gagal saya set refresh pattern untuk update anti virus kaspersky ...
                                  sayang, soalna banyak yg make itu av ...

                                  ada yg punya pattern yg cocok untuk kaspersky ?

                                  Salam jumpa lagi ..

                                  Belum sempat coba, mungkin bagi rekan2 yg punya url server2 utk update game OL mungkin bisa memberikan informasinya. Soalnya saya tdk hobi maen game …

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    anto_DIGIT
                                    last edited by Oct 7, 2010, 10:16 AM

                                    @abnisrea:

                                    Om Serang yg Ganteeeng and para Master tolong dibantu 1 aja contoh : Bagaimana kalo aku pengen nyoba dengan menggunakan setingan Firewall Rules buat Game Online

                                    Sebaiknya bikin alias yg berisi alamat IP game OL dan port2 yg dipergunakan.
                                    Baru dibuat rulenya.

                                    1 Reply Last reply Reply Quote 0
                                    • K
                                      kambeeng
                                      last edited by Oct 9, 2010, 4:43 PM

                                      @abnisrea:

                                      Ni om squid.conf yg kalo pake game PointBlank gak mau masuk tw Jalan om..

                                      Do not edit manually !

                                      http_port 192.168.1.1:3128 http11 transparent
                                      http_port 127.0.0.1:80 http11 transparent
                                      icp_port 0

                                      pid_filename /var/run/squid.pid
                                      cache_effective_user proxy
                                      cache_effective_group proxy
                                      error_directory /usr/local/etc/squid/errors/English
                                      icon_directory /usr/local/etc/squid/icons
                                      visible_hostname localhost
                                      cache_mgr admin@localhost
                                      access_log /var/squid/log/access.log
                                      cache_log /var/squid/log/cache.log
                                      cache_store_log none
                                      logfile_rotate 1
                                      shutdown_lifetime 0 seconds

                                      Allow local network(s) on interface(s)

                                      acl localnet src  192.168.1.0/255.255.255.0
                                      server_http11 on
                                      uri_whitespace allow
                                      dns_nameservers 203.130.193.74 203.130.206.250 8.8.8.8 8.8.4.4

                                      cache_mem 512 MB
                                      maximum_object_size_in_memory 64 KB
                                      memory_replacement_policy heap GDSF
                                      cache_replacement_policy heap LFUDA

                                      cache_dir aufs /var/squid/cache 50000 16 256
                                      minimum_object_size 0 KB
                                      maximum_object_size 256 MB
                                      offline_mode on
                                      cache_swap_low 98
                                      cache_swap_high 99

                                      No redirector configured

                                      Setup some default acls

                                      acl all src 0.0.0.0/0.0.0.0
                                      acl localhost src 127.0.0.1/255.255.255.255
                                      acl safeports port 21 70 80 210 280 443 488 563 591 631 777 901  3128 1025-65535
                                      acl sslports port 443 563
                                      acl manager proto cache_object
                                      acl purge method PURGE
                                      acl connect method CONNECT
                                      #acl dynamic urlpath_regex cgi-bin ?
                                      include /usr/local/etc/squid/include.conf
                                      #cache deny dynamic
                                      http_access allow manager localhost

                                      http_access deny manager
                                      http_access allow purge localhost
                                      http_access deny purge
                                      http_access deny !safeports
                                      http_access deny CONNECT !sslports

                                      Always allow localhost connections

                                      http_access allow localhost

                                      request_body_max_size 0 allow all
                                      reply_body_max_size 0 deny all

                                      Custom options

                                      acl game dst 203.89.146.0/24
                                      always_direct allow game

                                      Allow local network(s) on interface(s)

                                      http_access allow localnet

                                      Default block all to be sure

                                      http_access deny all

                                      Maaf baru berkunjung  mampir lagi coba untuk ini acl game dst 203.89.146.0/24 di rubah ke sini :
                                      acl game dst 203.89.146.0/32 bah kemudian buat allowed port untu point blank :

                                      ketika point blank pertama di akses akan menggunakan port UDP 40000-41000, setelah itu akan menggunakan port TCP 39190.

                                      jika ingin bagus juga buat High Priority untuk port Game di Firewall Rule.

                                      kambeeng

                                      1 Reply Last reply Reply Quote 0
                                      • K
                                        kambeeng
                                        last edited by Oct 9, 2010, 4:48 PM

                                        Untuk Pertanyaan seputar games online di PFSENSE masukan di sini :D

                                        Untuk port Game online :D ada di bawah ini untuk ip silahkan trace sendiri atau ada rekan2 yang mau sumbang ip games online, saran buatkan firewall rule untuk masing2 port game High priority.

                                        ini port games online indonesia.

                                        1. Ayo Dance : tcp 18901-18909
                                        2. SealOnline : tcp 1818
                                        3. PointBlank : tcp 39190, udp 40000-40010
                                        4. Lineage2 : tcp 7777
                                        5. GhostOnline : tcp 19101
                                        6. RF-Elven : tcp 27780
                                        7. Perfect world : tcp 29000
                                        8. Rohan : tcp 22100
                                        9. Zeus RO : tcp 5121
                                        10. Dotta : tcp 6000-6152
                                        11. IdolStreet : tcp 2001
                                        12. CrazyKart : 9601-9602
                                        13. WOW AMPM : tcp 8085
                                        14. DriftCity : tcp 11011-11041
                                        15. GetAmped : tcp 13413
                                        16. Yullgang : tcp 19000
                                        17. RAN Online : tcp 5105
                                        18. CrossFire : tcp 10009, udp 12060-12070
                                        19. WarRock : tcp 5340-5352
                                        20. FastBlack : tcp 6000-6001
                                        21. Rose Online : tcp 29200
                                        22. Return Of Warrior : tcp 10402
                                        23. CrazyKart 2 : tcp 9600
                                        25. Luna Online : tcp 15002
                                        26. Runes Of Magic : tcp 16402-16502
                                        27. FreshRO : tcp 5126
                                        28. Tantra Online : tcp 3010
                                        29. Heroes Of Newearth Incatamers : tcp 11031 udp 11100-11125,11440-11460
                                        30. Atlantica : tcp 4300 , ip 203.89.147.0/24
                                        31. ECO Online : tcp Port 12011 , 12110
                                        32. Cabal Indo : tcp Port 15001, 15002
                                        33. X-SHOT : tcp 7341,7451 , udp 7808,30000

                                        kambeeng

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          abnisrea
                                          last edited by Oct 10, 2010, 12:08 AM

                                          Om Kambeeng Maaf :
                                          kalo yg ini aku masih bias ganti via Custom Option –-> acl game dst 203.89.146.0/24 di rubah ke sini :
                                          acl game dst 203.89.146.0/32 bah kemudian buat allowed port untu point blank :–> yg ini dimana nulisnya...

                                          (ketika point blank pertama di akses akan menggunakan port UDP 40000-41000, setelah itu akan menggunakan port TCP 39190.

                                          jika ingin bagus juga buat) apalagi yg ini bagaimana caranya aku masukinnya ----> High Priority untuk port Game di Firewall Rule.

                                          Semua yang aku lakukan melalui menu pfsense via WEB gx bisa utak-atik pake putty atau yg lainnya om..

                                          bantu ya.. om kambeeng.. 1 (satu) contoh yg musah saja step nya..  ??? ??? ???

                                          Thank's om kambeeng  ;D

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