commandomail wrote:
>
> I use the default squid.conf . so , squid should listen on all
> available interface , but it does not .
What is the output of
netstat -an | grep ':3128' | grep LISTEN
If this says 0.0.0.0:3128 then Squid is listening on all active
interfaces and you have a problem with yout Linux setup (packet
filtering, routing error or similar errors).
If this says something else (i.e. the IP address of one of your
interfaces:3128) then you have told Squid to bind to that address in
squid.conf by using tcp_incoming_address.
--- Henrik Nordström Spare time Squid HackerReceived on Fri Oct 09 1998 - 00:32:25 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:24 MST