<div dir="ltr">Joseph, these lines already exists in my setup. Thanks.<div><br></div><div>Remember you what my Squid box work for my primary lan (<a href="http://192.168.110.0/24">192.168.110.0/24</a>) but don't work to the second lan (<a href="http://192.168.115.0/24">192.168.115.0/24</a>)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 20, 2017 at 4:49 PM, joseph <span dir="ltr"><<a href="mailto:chip_pop@hotmail.com" target="_blank">chip_pop@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> you might need his configuration<br>
<br>
/ip firewall address-list<br>
add address=<a href="http://192.168.110.0/24" rel="noreferrer" target="_blank">192.168.110.0/24</a> comment="one route port 80" list=http-route<br>
add address=<a href="http://192.168.115.0/24" rel="noreferrer" target="_blank">192.168.115.0/24</a> comment="two route port 80" list=http-route<br>
<br>
/ip firewall mangle<br>
add action=mark-routing chain=prerouting comment=\<br>
    "Clients HTTP route to cache" dst-port=80 \<br>
    new-routing-mark=http passthrough=yes protocol=tcp<br>
src-address-list=http-route<br>
<br>
/ip route<br>
add comment="Cache route" distance=1 gateway=192.168.1.1 routing-mark=http<br>
<br>
using squid as gateway<br>
ps.... 192.168.10.1  is squid box so put yours<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-box-for-two-networks-tp4683119p4683193.html" rel="noreferrer" target="_blank">http://squid-web-proxy-cache.<wbr>1019090.n4.nabble.com/Squid-<wbr>box-for-two-networks-<wbr>tp4683119p4683193.html</a><br>
Sent from the Squid - Users mailing list archive at Nabble.com.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.<wbr>org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/<wbr>listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>