Results 1 to 1 of 1
Hello all,
I've installed Squid3 on Ubuntu 9.04 as a transparent proxy on 3 different servers on 3 different subnets etc.
I have exactly the same configuration on 3 but ...
- 05-14-2009 #1Just Joined!
- Join Date
- Dec 2003
- Location
- Greece
- Posts
- 43
Squid 3 mysterious problem...
Hello all,
I've installed Squid3 on Ubuntu 9.04 as a transparent proxy on 3 different servers on 3 different subnets etc.
I have exactly the same configuration on 3 but acl dstdomain restrictions for youtube.com for example are working only on 1st server. I've double checked the configuration file and there is any parameter specific with the subnet etc and have no clue why the rest 2 squid3 servers are not parsing the acl properly.
All I have in the squid.conf file is:
File /etc/squid3/squid-block.acl exist and include .facebook.comCode:acl manager proto cache_object acl localhost src 127.0.0.1/32 acl bad dstdomain "/etc/squid3/squid-block.acl" acl manager proto cache_object acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 # https 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 Safe_ports port 10000 # webmin acl Safe_ports port 22 # ssh acl CONNECT method CONNECT http_access allow manager localhost http_access deny manager http_access deny bad http_access deny !Safe_ports http_access deny CONNECT !SSL_ports acl our_networks src 192.168.1.0/24 192.168.2.0/24 192.168.3.0/24 192.168.6.0/24 acl Foxmarks dstdomain sync.foxmarks.com acl MSN_ICQ dstdomain .amsn-project.net c.icq.com gateway.messenger.hotmail.com login.messaging.aol.com messenger.hotmail.com http_access allow our_networks http_access allow localhost http_access deny all http_reply_access allow all icp_access allow all http_port 3128 transparent visible_hostname myhostname.com cache_mgr somename@mydomain.com hierarchy_stoplist cgi-bin ? cache_mem 64 MB maximum_object_size 256 MB cache_dir ufs /var/spool/squid3 10240 16 256 access_log /var/log/squid3/access.log squid acl QUERY urlpath_regex cgi-bin \? cache deny SSL_ports QUERY refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 icp_port 3130 coredump_dir /var/spool/squid3
Any help is much appreciated.


Reply With Quote
