Re: [squid-users] can't explain 403 denied for authenticated

2024-06-05 Thread Amos Jeffries
Free config audit inline ... On 6/06/24 05:24, Kevin wrote: Understood.   Here it is: 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

Re: [squid-users] can't explain 403 denied for authenticated

2024-06-05 Thread Kevin
I appreciate very much your looking at my question. >Date: Thu, 30 May 2024 22:15:27 +1200 >From: Amos Jeffries >To: squid-users@lists.squid-cache.org >Subject: Re: [squid-users] can't explain 403 denied for authenticated > user >Message-ID: <96746157-da51-47db-8d52-d65239f27...@treenet.co

Re: [squid-users] [External Sender] Re: Upgrade path from squid 4.15 to 6.x

2024-06-05 Thread Alex Rousskov
On 2024-06-05 12:05, Akash Karki (CONT) wrote: Anything specific do we need to check from any documents? Yes, anything that mentions features or directives you are using (or would like to use). If I can get any document to refer to, that would be great!! Release notes for Squid vN shoul

Re: [squid-users] [External Sender] Re: Upgrade path from squid 4.15 to 6.x

2024-06-05 Thread Akash Karki (CONT)
Hi Alex, Thanks a lot for the response! Anything specific do we need to check from any documents? If I can get any document to refer to, that would be great!! On Wed, Jun 5, 2024 at 4:31 PM Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 2024-06-05 10:30, Akash Karki (CONT) wrote:

Re: [squid-users] Upgrade path from squid 4.15 to 6.x

2024-06-05 Thread Alex Rousskov
On 2024-06-05 10:30, Akash Karki (CONT) wrote: I want to understand if we can go straight from 4.15 to 6.x (n-1 of latest version) without any intermediary steps or do we have to  update to intermediary first and then move to the n-1 version of 6.9? Go straight to the latest v6. While doing t

Re: [squid-users] [External Sender] Re: Upgrade path from squid 4.15 to 6.x

2024-06-05 Thread Akash Karki (CONT)
Hi Eliezer, Thanks for the reply! I can't share the details with you over mail, sorry for that! Is there anything which I can refer to in order to figure it out or if we can get onto a call to chat about it? On Wed, Jun 5, 2024 at 3:47 PM NgTech LTD wrote: > Depends on the config structure. >

Re: [squid-users] Upgrade path from squid 4.15 to 6.x

2024-06-05 Thread NgTech LTD
Depends on the config structure. If you can send me a private email with the config reduced sensitive details it will to understand the scenario. Eliezer בתאריך יום ד׳, 5 ביוני 2024, 17:31, מאת Akash Karki (CONT) ‏< akash.ka...@capitalone.com>: > Hi Team, > > We are running on squid ver 4.15 and

Re: [squid-users] Upgrade path from squid 4.15 to 6.x

2024-06-05 Thread Akash Karki (CONT)
Hi Team, We are running on squid ver 4.15 and want to update to n-1 of the latest ver(I believe 6.9 is the latest ver). I want to understand if we can go straight from 4.15 to 6.x (n-1 of latest version) without any intermediary steps or do we have to update to intermediary first and then move t

Re: [squid-users] IPv6 happy eyeball on dualstack host

2024-06-05 Thread Alex Rousskov
On 2024-06-05 07:31, sachin gupta wrote: We are shifting to IPv6 dual stack hosts. As per squid documentation , IPv6 is enabled by default. That statement is a bit misleading: IPv6 detection or probing is enabled in default Squid builds (i.e. ./con

[squid-users] IPv6 happy eyeball on dualstack host

2024-06-05 Thread sachin gupta
Hi We are shifting to IPv6 dual stack hosts. As per squid documentation , IPv6 is enabled by default. I tried a request on www.google.com which has both IPv4 and IPv6 address. As per documentation, based on DNS response squid will try both IP4 and IPv6 i