Difference between revisions of "Instalasi Squid"

From OnnoWiki
Jump to navigation Jump to search
Line 31: Line 31:
 
* http://www.squid-cache.org/
 
* http://www.squid-cache.org/
 
* http://118.96.136.211/onfile/index.php?dir=Video+Pembelajaran/Squid
 
* http://118.96.136.211/onfile/index.php?dir=Video+Pembelajaran/Squid
 +
* http://lqman.wordpress.com/2007/11/09/konfigurasi-sederhana-squid-proxy-server/#comment-332
  
 
===Download Video Pembelajaran Squid===
 
===Download Video Pembelajaran Squid===

Revision as of 05:09, 25 December 2011

Instalasi Squid

# apt-get install squid

Edit konfigurasi squid agar komputer di LAN kita dapat menggunakan Squid tersebut

# vi /etc/squid/squid.conf

Beberapa setting yang penting

visible_hostname 192.168.0.1  # IP address server Squid anda
acl our_networks src 192.168.0.0/24 192.168.11.0/24
http_access allow our_networks

Restart Squid

# /etc/init.d/squid restart


Setup Client

Tidak banyak yang perlu di set di sisi Client. Arahkan proxy di sisi Client ke

IP address Server Squid
Port       3128


Referensi

Download Video Pembelajaran Squid

wget --no-parent -r -p -U Mozilla http://118.96.136.211/onfile/index.php?dir=Video+Pembelajaran/Squid

Referensi Tambahan

Pranala Menarik