[squid-users] Passing Windows username to parent proxy

Tobias Tromm tobiastromm at msn.com
Sun May 7 22:12:43 UTC 2017


I found a windows ipfw version here http://wipfw.sourceforge.net/ and here https://github.com/luigirizzo/dummynet


So, if I install it on Windows, and do that http://wiki.squid-cache.org/ConfigExamples/Intercept/Ipfw should it work?


Just to be clear, I don't want Windows doing the job of redirecting packets from 80 to 3129. I use iptables on dd-wrt for that (wifi guest only).


The problem is that when I configure squid as "http_port 3129 intercept" instead of "http_port 3129" it show me these errors:


2017/05/06 17:43:08 kid1| ERROR: NAT/TPROXY lookup failed to locate original IPs on local=10.0.0.1:3129 remote=192.168.11.236:57141 FD 9 flags=1
2017/05/06 17:43:08 kid1| WARNING: transparent proxying not supported

________________________________
De: squid-users <squid-users-bounces at lists.squid-cache.org> em nome de Amos Jeffries <squid3 at treenet.co.nz>
Enviado: domingo, 7 de maio de 2017 19:24:57
Para: squid-users at lists.squid-cache.org
Assunto: Re: [squid-users] Passing Windows username to parent proxy

On 04/05/17 19:29, BurningSky wrote:
> Is there a way to view what Squid is forwarding so that I can inspect the
> packets to prove that Squid is sending user information as I have a call
> open with the firewall vendor and I want to be able to tell them with
> certainty that it is an issue at the firewall end rather than the Squid end.

Add this to your squid.conf:
   debug_options 11,2

That will log the HTTP headers going through. You should see Proxy-Auth*
headers arriving and the exact same value(s) being sent onward, for both
request and response messages.

Amos

_______________________________________________
squid-users mailing list
squid-users at lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20170507/4d6208a7/attachment-0001.html>


More information about the squid-users mailing list