Thursday, January 29, 2009

menghemat quota bandwidth indosat broadband m2, flash, dial up smart, flexi, dll dengan squid proxy

| Thursday, January 29, 2009 | 0 komentar

Kenapa menggunakan cache proxy (Squid 2.7.STABLE5)? Dengan cache proxy, pada situs-situs yang sering kita kunjungi, content yang harus didownload dan mengurangi jatah quota kita akan lebih sedikit. Karena content-content tersebut akan tersimpan dahulu di cache proxy kita. Jadi secara tidak langsung, jika kita mengunjungi situs tersebut berulang kali, sama saja kita mendownload content dari komputer yang terinstall proxy kita. Kesimpulannya.. lebih cepat dan lebih ngirit bandwidth.

proses instalasinya

  1. Download dulu Squid Proxy 2.7 Stable5 untuk Windows
  2. Extract file tersebut di partisi mana saja.. terserah, dimana saja boleh. Untuk mempermudah langkah-langkah instalasinya, bisa disamakan dengan saya, atau extract di “C:\squid\
  3. Setelah semua ter-extract, masuk ke folder “C:\squid\etc\“. Disana terdapat file-file konfigurasi squid :
  4. - cachemgr.conf.default
    - mime.conf.default
    - squid.conf.default
    - squid_radius_auth.conf.default
    Kemudian rename keempat file tersebut dengan menghilangkat tulisan “.default“. Sehingga menjadi:
    - cachemgr.conf
    - mime.conf
    - squid.conf
    - squid_radius_auth.conf
  5. Setelah selesai me-rename keempat file tersebut, kemudian buka file “squid.conf” dengan notepad atau editor kesayangan anda(EditPlus, Ultra Edit, Notepad ++, dan lain-lain).
  6. Cari tulisan (CTRL+F) “TAG: http_port“, kemudian cek apakah di bawah tulisan “# Squid normally listens to port 3128” sudah ada tulisan “http_port 3128” atau belum, jika belum tambahkan tulisan “http_port 3128” di bawah tulisan “# Squid normally listens to port 3128“.
    Sehingga menjadi:
  7. # TAG: http_port
    # Usage: port [options]
    # hostname: port [options]
    # 1.2.3.4: port [options]
    # If you run Squid on a dual-homed machine with an internal
    # and an external interface we recommend you to specify the
    # internal address: port in http_port. This way Squid will only be
    # visible on the internal address.
    #
    # Squid normally listens to port 3128
    http_port 3128
  8. Cari tulisan (CTRL+F) “TAG: visible_hostname“, kemudian cek apakah di bawah tulisan “# none” sudah ada tulisan “visible_hostname localhost” atau belum. Jika belum, tambahkan tulisan “visible_hostname localhost” di bawah tulisan “# none“.
    Sehingga menjadi:
    # TAG: visible_hostname
    # If you want to present a special hostname in error messages, etc,
    # define this. Otherwise, the return value of gethostname()
    # will be used. If you have multiple caches in a cluster and
    # get errors about IP-forwarding you must set them to have individual
    # names with this setting.
    #
    #Default:
    # none
    visible_hostname localhost
  9. Cari tulisan (CTRL+F) “http_access allow localnet“, kemudian cek apakah dibawah tulisan “http_access allow localnet” sudah terdapat tulisan “http_access allow localhost” atau belum. Jika belum tambahkan tulisan “http_access allow localhost” di bawah tulisan “http_access allow localnet“.
    Sehingga menjadi:
    # Example rule allowing access from your local networks.
    # Adapt localnet in the ACL section to list your (internal) IP networks
    # from where browsing should be allowed
    http_access allow localnet
    http_access allow localhost
  10. Cari tulisan (CTRL+F) “TAG: dns_nameservers“, kemudian dibawahnya pada tulisan “dns_nameservers“, isi value dns dengan dns ISP nya masing-masing, atau dengan DNS yang biasanya anda gunakan. Sehingga formatnya menjadi “dns_nameservers [primary DNS] [secondary DNS]“.
    Contohnya ditempat saya menggunakan OpenDNS, sehingga menjadi “dns_nameservers 208.67.220.220 208.67.222.222“.
    [UPDATED 26 Desember 2008]
    Menggunakan DNS indosat (lebih deket), sehingga menjadi "dns_nameservers 202.155.0.10 202.155.0.15"
    Kalo mo pake DNS laen silakan, perintahnya tinggal diganti jadi : “dns_nameservers ***.***.***.*** ***.***.***.***“
    Sehingga menjadi:
    # TAG: dns_nameservers
    # Use this if you want to specify a list of DNS name servers
    # (IP addresses) to use instead of those given in your
    # /etc/resolv.conf file.
    # On Windows platforms, if no value is specified here or in
    # the /etc/resolv.conf file, the list of DNS name servers are
    # taken from the Windows registry, both static and dynamic DHCP
    # configurations are supported.
    #
    # Example: dns_nameservers 10.0.0.1 192.172.0.4
    #
    #Default:
    # none
    dns_nameservers 208.67.220.220 208.67.222.222
    Simpan (CTRL+S) “squid.conf” yang baru saja kita edit tadi.
  11. Buka “Command Prompt“, Atau Klik Start > Run > ketik "CMD" > OKkemudian masuk ke directory “squid” tadi melalui “Command Prompt”. Contohnya adalah dengan mengetik “cd C:\squid\sbin\“.
    C:\>cd c:\squid\sbin\
    C:\squid\sbin>
  12. Setelah masuk ke directory “cd C:\squid\sbin\” melalui command prompt, kemudian ketik “squid -z“.
    C:\squid\sbin>squid -z
    2008/11/18 08:45:20| Creating Swap Directories
    C:\squid\sbin>
  13. Masih di “command prompt”, ketik “squid -d I -D“, kemudian tekan “CTRL+C“. (I : gunakan huruf i kapital)
    C:\squid\sbin>squid -d I -D
    2008/11/18 08:46:17| Starting Squid Cache version 2.7.STABLE5 for i686-pc-winnt.
    ..
    2008/11/18 08:46:17| Running on Windows XP
    Kalo tampilan diatas udah keluar, tekan “CTRL+C“, nah nanti muncul yang dibawah ini
    C:\squid\sbin>
  14. Masih di “command prompt”, ketik “squid -i
    C:\squid\sbin>squid -i
    Registry stored HKLM\SOFTWARE\GNU\Squid\2.6\Squid\ConfigFile value c:/squid/etc/
    squid.conf
    Squid Cache version 2.7.STABLE5 for i686-pc-winnt
    installed successfully as Squid Windows System Service.
    To run, start it from the Services Applet of Control Panel.
    Don’t forget to edit squid.conf before starting it.
    C:\squid\sbin>
  15. Dan yang terakhir (masih di command prompt), ketik “squid -O -D”
    C:\squid\sbin>squid -O -D
    Registry stored HKLM\SOFTWARE\GNU\Squid\2.6\Squid\CommandLine value -D
    C:\squid\sbin>
  16. Untuk menghidupkan proxy, masuk ke “Control Panel” -> “Administrative Tools” -> “Services“ Atau Klik Start > Run > ketik "services.msc" > OK. Kemudian cari nama services “squid” -> “Klik kanan” -> “Start“
  17. Arahkan proxy pada browser anda ke alamat “localhost” dengan port “3128“. Mozilla setting : Tools > Options > Advance > Network > Settings > Pilih Manual Proxy configuration > Masukin HTTP Proxy : localhost Port : 3128 > pilih use this proxy server for all protocols > OK > OK
  18. Test dengan mengunjungi situs-situs yang sering anda buka.
    Jika Anda tidak ingin menggunakan Squid lagi, anda juga bisa menghapus services squid tersebut dengan cara mengetikkan perintah “squid -r -n squid” di Command Prompt.
    C:\squid\sbin>squid -r -n squid
    Service squid deleted successfully.

0 komentar:

 
© Copyright 2010. yourblogname.com . All rights reserved | yourblogname.com is proudly powered by Blogger.com | Template by o-om.com - zoomtemplate.com