<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>I found a windows ipfw version here <a href="http://wipfw.sourceforge.net/" class="x_OWAAutoLink" id="LPlnk111020">
http://wipfw.sourceforge.net/</a> and here <a href="https://github.com/luigirizzo/dummynet" class="x_OWAAutoLink" id="LPlnk569448">
https://github.com/luigirizzo/dummynet</a></p>
<p><br>
</p>
<p>So, if I install it on Windows, and do that <a href="http://wiki.squid-cache.org/ConfigExamples/Intercept/Ipfw" class="x_OWAAutoLink" id="LPlnk623585">
http://wiki.squid-cache.org/ConfigExamples/Intercept/Ipfw</a> should it work?</p>
<p><br>
</p>
<p>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).</p>
<p><br>
</p>
<p>The problem is that when I configure squid as "<span>http_port 3129 intercept"</span> instead of "<span>http_port 3129</span>" it show me these errors:</p>
<p><br>
</p>
<p></p>
<div>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<br>
2017/05/06 17:43:08 kid1| WARNING: transparent proxying not supported</div>
<p></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>De:</b> squid-users <squid-users-bounces@lists.squid-cache.org> em nome de Amos Jeffries <squid3@treenet.co.nz><br>
<b>Enviado:</b> domingo, 7 de maio de 2017 19:24:57<br>
<b>Para:</b> squid-users@lists.squid-cache.org<br>
<b>Assunto:</b> Re: [squid-users] Passing Windows username to parent proxy</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">On 04/05/17 19:29, BurningSky wrote:<br>
> Is there a way to view what Squid is forwarding so that I can inspect the<br>
> packets to prove that Squid is sending user information as I have a call<br>
> open with the firewall vendor and I want to be able to tell them with<br>
> certainty that it is an issue at the firewall end rather than the Squid end.<br>
<br>
Add this to your squid.conf:<br>
   debug_options 11,2<br>
<br>
That will log the HTTP headers going through. You should see Proxy-Auth* <br>
headers arriving and the exact same value(s) being sent onward, for both <br>
request and response messages.<br>
<br>
Amos<br>
<br>
_______________________________________________<br>
squid-users mailing list<br>
squid-users@lists.squid-cache.org<br>
<a href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</div>
</span></font>
</body>
</html>