Persiapan Installasi Squid
Pertama yang harus di siapkan adalah squid for windows kalau belum punya bisa download di url ini http://www.squid-cache.org/Download/, atau di sini
Extrak hasil downloatan anda di “C:\squid”
Rename empat buah file yang berada dalam direktori “C:\squid\etc”
- cachemgr.conf.default menjadi cachemgr.conf
- mime.conf.default menjadi mime.conf
- squid.conf.default menjadi squid.conf
- squid_radius_auth.conf.default menjadi squid_radius_auth.conf
contoh file squid.conf
#awal
http_port 3128
hierarchy_stoplist cgi-bin ?
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl localnet src 10.0.0.0/8 # RFC 1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC 1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC 1918 possible internal network
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
http_access deny all
#Akhir
“konfigurasi file squid.conf diatas hanya sebagai contoh, anda bisa memodifikasi sesuai dengan kebutuhan”
squid.conf yang telah di modifikasi
#awal
http_port 8080
hierarchy_stoplist cgi-bin ?
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
access_log c:/squid/var/logs/access.log squid
visible_hostname unting.net
coredump_dir c:/squid/var/cache
dns_nameservers 202.3.208.10 202.3.210.10 #DNS SERVERS tiap isp berbeda
acl all src 0.0.0.0/0.0.0.0
acl localhost src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl to_localhost dst 127.0.0.0/8
acl localnet src 10.0.0.0/8 # RFC 1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC 1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC 1918 possible internal network
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access allow localhost
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all
#Akhir
(Masing-masing ISP mamiliki DNS SEVERS yang berbeda)
Untuk mengetahui DNS SERVERS, dari Start menu klik Run… ketik “cmd” masuk ke dos mode ketik “ipconfig /all” )
Contoh Screenshoot DNS SERVERS
Memulai Installasi Squid Dari cmd/dos mode masuk kedirektori “C:\squid\sbin”
ketikan perintah
C:\squid\sbin>squid -z tekan enter
C:\squid\sbin>squid -i tekan enter
C:\squid\sbin>squid -O -D tekan enter
Contoh Screenshoot installasi squid
*Screenshoot diambil dari PC Pak gozen
Aktifkan squid dengan menekan Start, tunggu beberapa saat
Gambar tampilan “services”
Gambar tampilan squid yang telah aktif
Sampai disini proses installasi Squid telah berhasil, selanjutnya tinggal mengkoneksikan dengan komputer lain, jangan lupa untuk menseting proxy web broser anda sesuai dengan squid.conf (port yang di gunakan)dan Ip proxy anda(IP address komputer yang di instal squid)
Tidak ada komentar:
Posting Komentar