> > Hello: > > We've a squid proxy with a ISA server as proxy parent (IP > 192.168.1.1), and > is the proxy that manages the internet access. ISA server doesn't > authenticate squid requests. There isn't direct Internet conection. > > The order to configure this: > cache_peer 192.168.1.1 parent 8080 7 no-query >....
Check the FAQ entry on using Squid behind a firewall. You will need : never_direct allow all in squid.conf , if the parent is the only one having Internet access. M.
