[squid-users] Fw: Carp example on Debian
TarotApprentice
tarotapprentice at yahoo.com
Sun Nov 1 01:09:29 UTC 2015
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 at yahoo.com>
>To: Squid-users <squid-users at lists.squid-cache.org>
>Sent: Saturday, 31 October 2015, 9:22
>Subject: Re: [squid-users] 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 at treenet.co.nz>
>> To: squid-users at lists.squid-cache.org
>> Cc:
>> Sent: Thursday, 29 October 2015, 23:06
>> Subject: Re: [squid-users] 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 at lists.squid-cache.org
>> http://lists.squid-cache.org/listinfo/squid-users
>>
>
>
>
More information about the squid-users
mailing list