A suggested change to the carp example. In squid.conf it doesn't have acl rules to allow the local machine to access squid, so I added the following at the top. acl localnet src 10.0.0.0/8 # RFC1918 possible internal network acl localnet src 172.16.0.0/12 # RFC1918 possible internal network acl localnet src 192.168.0.0/16 # RFC1918 possible internal network acl localnet src fc00::/7 # RFC 4193 local private network range acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machine MarkJ ----- Forwarded Message ----- >From: TarotApprentice <tarotapprentice@xxxxxxxxx> >To: Squid-users <squid-users@xxxxxxxxxxxxxxxxxxxxx> >Sent: Saturday, 31 October 2015, 9:22 >Subject: Re: Carp example on Debian > > >That fixed it. Of course its using IPv6 to talk between the front and back ends. > >MarkJ > > > > > >----- Original Message ----- >> From: Amos Jeffries <squid3@xxxxxxxxxxxxx> >> To: squid-users@xxxxxxxxxxxxxxxxxxxxx >> Cc: >> Sent: Thursday, 29 October 2015, 23:06 >> Subject: Re: Carp example on Debian >> >> On 30/10/2015 12:40 a.m., TarotApprentice wrote: >> >> >> Change this: >>> http_port 127.0.0.1:400${process_number} >> >> >> To: >> http_port localhost:400${process_number} >> >> Amos >> _______________________________________________ >> squid-users mailing list >> squid-users@xxxxxxxxxxxxxxxxxxxxx >> http://lists.squid-cache.org/listinfo/squid-users >> > > > _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users