ning luwen wrote:
Hi, the problem goes: squid server ip like 211.83.105.* the client ip like 121.49.127.* the two machine can ping each other the squid.conf i change to : http_port 3128 acl all src 0.0.0.0/0 http_access allow all and this simply do not work, what should i do? ps: the system i use is ubuntu 10.04, and squid version is 3.0
For starters "all" is a restricted built-in definition for Squid-3.x. You will be getting WARNING messages in cache.log, syslog or startup indicating that a duplicate 0.0.0.0/0 is being discarded. Remove the ACL line.
Secondly, check the squid access.log to see if the requests are making it to Squid.
Then follow Jan Zellers advice and see if the request packets are making it through your firewalls. ICMP protocol (ping) works in a lot of situations where larger protocols (like HTTP) fail.
Amos -- Please be using Current Stable Squid 2.7.STABLE9 or 3.1.4