Hi, yes the network set is like this : clients ---> 2ndsquidproxy ---> 1stsquidproxy(its ip is 10.10.10.1) > --> PIX firewall ( this IP 10.10.10.1 is NATed ) The squid.conf is like this :cache_peer 10.10.10.1 parent 3128 0 no-query default acl LAN src 10.10.10.1/24 http_access allow LAN never_direct allow all Starting WWW-proxy squid startproc: exit status of parent of /usr/sbin/squid: 1 failed ----- Original Message ---- > From: Indunil Jayasooriya <indunil75@xxxxxxxxx> > To: Armend ALIAGA <aliaga038@xxxxxxxxx> > Cc: squid-users <squid-users@xxxxxxxxxxxxxxx> > Sent: Thursday, June 5, 2008 9:27:49 AM > Subject: Re: second squid proxy > > >> On Tue, Jun 3, 2008 at 7:25 PM, Armend ALIAGA wrote: > >> > Hi all, > >> > I would be gratefull if somebody could help me out on this issue, > >> > I have a squid proxy (.i.e. IP.10.10.10.1) running wonderfull up to now.. > >> > I set up another squid proxy ... and the issue is that I dont know how to > >> redirect all http requets from this one to the first proxy 10.10.10.1 without > >> going directly to internet ? ( I'am not allowed to NAT 2 IP in the pix ?!?) > >> > I tried to do it with "cache peer parent 10.10.10.1 3128 3130" but I have > an > >> error when aplying policy. > >> > thanks, > >> > >> pls try belpw. > >> > >> cache_peer 10.10.10.1 parent 3128 0 no-query default > >> acl all src 0.0.0.0/0.0.0.0 > >> never_direct allow all > >> > > May I get your network set up with ips, if possible? > > I think it is like this. > > clients ---> 2ndsquidproxy ---> 1stsquidproxy(its ip is 10.10.10.1) > --> Your firewall > > Hope to hear from you. > > > > -- > Thank you > Indunil Jayasooriya THIS IS THE ERROR WHEN TRYING TO START SQUID AFTER THE CHANGES :