<div dir="ltr">Amos, I opened a bug report: <a href="https://bugs.squid-cache.org/show_bug.cgi?id=5251" target="_blank">https://bugs.squid-cache.org/show_bug.cgi?id=5251</a><div>hopefully I got the wording right, please edit it if needs be.<br><div><br></div><div>in the meantime, is there any workaround to be used?</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 30 Nov 2022 at 03:00, Amos Jeffries <<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 29/11/2022 9:07 pm, N wrote:<br>
> Hi Amos,<br>
> thanks for the quick response.<br>
><br>
> following your comments, my configuration now looks like this:<br>
> acl auth_users proxy_auth REQUIRED<br>
> http_access deny !auth_users<br>
> acl wg_uk note user uk<br>
> tcp_outgoing_address 10.200.0.70 wg_uk<br>
> tcp_outgoing_address fe80::bd02:7fd9:3f4b:4a22 wg_uk<br>
><br>
> still, the traffic is not going through the wg_uk interface.<br>
><br>
> the logs are huge when using squid -k debug, so I wasn't sure what I <br>
> should clip.<br>
> I decided to add the full log of the few requests that were tested, <br>
> hope it's ok, and that you can understand something from it.<br>
<br>
Log is great. It confirms a bug happening. The wg_uk ACL produces a <br>
non-matches on the first time it scans the tcp_outgoing_address list, <br>
then matches on the second IP tested. It should be always matching or <br>
always non-matching.<br>
<br>
Please report this to the project bugzilla <br>
(<<a href="http://bugs.squid-cache.org" rel="noreferrer" target="_blank">http://bugs.squid-cache.org</a>>) for tracking.<br>
I am about to try to replicate the issue here and will update the report <br>
with my findings in the next day or so.<br>
<br>
<br>
Cheers<br>
Amos<br>
<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div>