Difference between revisions of "Instalasi Squid"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 37: | Line 37: | ||
* [[Proxy Telkom]] | * [[Proxy Telkom]] | ||
* [[Tip Membangun Server Sendiri]] | * [[Tip Membangun Server Sendiri]] | ||
+ | |||
+ | |||
+ | [[Category: Linux]] | ||
+ | [[Category: Proxy]] | ||
+ | [[Category: Internet]] |
Revision as of 11:12, 11 May 2010
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