<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 26, 2015 at 8:30 PM, Amos Jeffries <span dir="ltr"><<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 27/02/2015 12:41 p.m., Carvaka Guru wrote:<br>
> I am building a simple linux firewall router with eth1 LAN port and eth0<br>
> WAN port. I have squid3 running on it that I have built with netfilter<br>
> enabled. The linux version running on the firewall is debian wheezy which<br>
> has iptables with TPROXY and socket support.<br>
><br>
> By setting up the iptables to send traffic to squid3 using the original nat<br>
> prerouting REDIRECT method everything works fine but I can't get the TPROXY<br>
> method to work. I followed all the steps outlined in<br>
> <a href="http://wiki.squid-cache.org/Features/Tproxy4" target="_blank">http://wiki.squid-cache.org/Features/Tproxy4</a><br>
<br>
</span>Uhm... no. You ran a *completely* different command line.<br>
<span class=""><br></span></blockquote><div><br></div><div>Errr ... I didn't mention what command line I ran, just that I tried to follow the instructions from the link, so I don't understand why you would say that I ran a completely different command line??<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
> but no traffic gets to squid3.<br>
> In fact all HTTP traffic goes into some hole as soon as I issue the<br>
> following two routing commands -<br>
><br>
> ip rule add fwmark 1 lookup 100<br>
> ip route add local <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> dev lo table 100<br>
><br>
> Without these two commands the HTTP traffic goes through but never gets<br>
> routed to squid3.<br>
><br>
> I think the "ip route" command is the culprit but I don't know why or how<br>
> to change it?<br>
<br>
</span>That is explained in the "/!\" notes directly following the example<br>
configuration you "followed".<br>
<br>
It even has a whole section "Some routing problems to be aware of" just<br>
to repeat the message about this problem and what to do about it.<br>
<br>
<<a href="http://wiki.squid-cache.org/Features/Tproxy4#Routing_configuration" target="_blank">http://wiki.squid-cache.org/Features/Tproxy4#Routing_configuration</a>><br>
<br></blockquote><div><br></div><div>I had already gone through these sections (which have very scarce info as it is) and tried to understand the caveats but since you explicitly pointed it out as something to look into, I thought I'd go through it again and try a few more things but nothing really panned out. <br><br></div><div>I admit that I am a noob to this so I am probably missing something elemental but one thing I am certain of is that I need to change the "ip route add local" command to something that will work for my setup. Not sure what that would be because I tried various combinations of parameters for this command and the result is the same, i.e. I lose web-connectivity as soon as I issue the command. <br><br></div><div>Perhaps someone will humor me and explain what the "ip route add local" command is exactly suppose to achieve in the context of TPROXY then perhaps I may be able to morph it to fit my setup. <br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Amos<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div><br></div></div>