helo kawan..
sy install squid untuk transparant kira - kira begini topologi network saya
internet
|
gatw
|
switch
|
--------------------------
| | |
squid client client
so..sy buat squid untuk transparant saja (monitoring) ..
jd dengan log squid sy bisa liat si client lagi ngepain...namun di client
gak disetting apa2 di browsernya..
tutorial transparan squid yang saya lihat dari
http://www.atheroz.com/index.php?option=com_content&task=view&id=49&Itemid=74
namun sy gak pake iptables..karen mau transparant saja..
kira-kira ada yang tau kenapa lognya gak tercatat....(alias squidnya gak
kerja)
thanks
squid.confnya begini :
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl localnet src 192.168.2.0/24
acl to_localhost dst 127.0.0.0/8
acl our_networks src 192.168.2.0/24
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
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
acl purge method PURGE
always_direct allow localnet localhost our_networks
always_direct deny all
#
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny to_localhost
http_access allow our_networks
http_access allow localnet
http_access deny all
dst....
#transparant
http_port 3128
httpd_accel_host 192.168.2.7 # 192.168.2.7 ini adalah server squidnya..
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis