[squid-users] Squid with PV6 Tunnel Broker

2024-07-26 Thread Jonathan Lee
Hello fellow squid users can you please help me?? I know I have good IPV6 internet if I use the IPV4 proxy address, and the IPv6 test sites pass 10 out of 10. If I make the client IPV6 only and have the rules set to use the proxy with the proxy IPV6 address for the proxy I get no internet. I

Re: [squid-users] squidclient -h 127.0.0.1 -p 3128 mgr:info shows access denined

2024-07-26 Thread Jonathan Lee
Shows a miss 403 in the cache logs for it - - 26.07.2024 10:57:01 192.168.1.5 NONE_NONE_ABORTED/200 dc1.ksn.kaspersky-labs.com:443 - - 26.07.2024 10:56:48 127.0.0.1 TCP_MISS/403 http://localhost:3128/squid-internal-mgr/menu - 127.0.0.1 26.07.2024 10:56

Re: [squid-users] squidclient -h 127.0.0.1 -p 3128 mgr:info shows access denined

2024-07-26 Thread Jonathan Lee
Shell Output - curl -u anything:REDACTED http://localhost:3128/squid-internal-mgr/menu % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 0 00 00 0 0 0 --:--:

Re: [squid-users] SQUID - WINDBIND - very slow internet speed

2024-07-26 Thread Alex Rousskov
On 2024-07-26 03:31, Francesco Chemolli wrote: Have you considered https://wiki.squid-cache.org/Features/HelperMultiplexer Just in case you do not know how to find the actual helper program described on the above page, it is installed as libexec/helper-mux. That helper has a manual page.

Re: [squid-users] SQUID - WINDBIND - very slow internet speed

2024-07-26 Thread Alex Rousskov
On 2024-07-26, Andre wrote: How to know if the helper supports concurrent requests? Good question! You need to consult helper documentation. If that does not exist or does not document concurrency, one can analyze helper source code and/or test concurrency support, but those two activities

Re: [squid-users] SQUID - WINDBIND - very slow internet speed

2024-07-26 Thread Francesco Chemolli
Have you considered https://wiki.squid-cache.org/Features/HelperMultiplexer ? If I remember correctly, it can start new helpers on demand up to a configured maximum. @mobile On Fri, 26 Jul 2024 at 8:23 AM, Andrey K wrote: > Hello, Andre, > > > > How to know if the helper supports concurrent re

Re: [squid-users] SQUID - WINDBIND - very slow internet speed

2024-07-26 Thread Andrey K
Hello, Andre, > How to know if the helper supports concurrent requests? You are using /usr/bin/ntlm_auth, and, as far as I know, it does not support concurrency. But I do not know other ntlm-authentication helpers. > winbindd: Exceeding 500 client connections, no idle connection found > I will i