I'm guessing that providing you've set up your ACL's correctly, your LAN PC's should have no problems using Squid. I'm presuming what you have forgotten is to setup an ACL to allow localhost have access to Squid hence when you're connecting to Squid from the actual Squid box itself it doesn't work since the Squid box itself will only see the localhost IP of 127.0.0.1 so you'll need to add some lines like the following to make it work:

acl ThisComputer src 127.0.0.1/255.255.255.255
http_access allow ThisComputer

hth

Regards,

nry

_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger




Reply via email to