Re: [squid-users] Squid box for two networks

2017-07-21 Thread Pablo Ruben Maldonado
Thanks to all for your help. Eliezer, certainly that can use my graph. I could confirm that my problem is in rules mark connection and mark packet that i use to stop the big downloads across the port 80. But this it is my problem. Even I have it pending. On Thu, Jul 20, 2017 at 5:13 PM, joseph

Re: [squid-users] Squid box for two networks

2017-07-20 Thread Pablo Ruben Maldonado
Joseph, these lines already exists in my setup. Thanks. Remember you what my Squid box work for my primary lan (192.168.110.0/24) but don't work to the second lan (192.168.115.0/24) On Thu, Jul 20, 2017 at 4:49 PM, joseph wrote: > you might need his configuration > > /ip firewall address-list

Re: [squid-users] Squid box for two networks

2017-07-20 Thread Pablo Ruben Maldonado
he right way. > > Eliezer > > * you can send me the configuration privately if these are sensitive > > > http://ngtech.co.il/lmgtfy/ > Linux System Administrator > Mobile: +972-5-28704261 > Email: elie...@ngtech.co.il > > > From: squid-users [mailto:squid-user

Re: [squid-users] Squid box for two networks

2017-07-20 Thread Pablo Ruben Maldonado
14:08:27, Pablo Ruben Maldonado wrote: > > > Hi, i add information missing in original post. Thanks for assistance: > > > > The Squid Box has setup for Intercept Mode. Iptables rules here: > > > > -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128 >

Re: [squid-users] Squid box for two networks

2017-07-20 Thread Pablo Ruben Maldonado
https://pastebin.com/Witg3cG1 Thanks On Mon, Jul 17, 2017 at 5:31 PM, Pablo Ruben Maldonado < pablo.ruben.maldon...@gmail.com> wrote: > Hello, I have a squid box 3.5 working without problems for the lan > 192.168.110.0/24 for several months. Now I want setup to another lan > 192.168

Re: [squid-users] Squid box for two networks

2017-07-18 Thread Pablo Ruben Maldonado
The iptables only follow configuration: -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128 -A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 3129 On Tue, Jul 18, 2017 at 8:11 AM, Matus UHLAR - fantomas wrote: > On 17.07.17 17:31, Pablo Ruben Maldonado wr

[squid-users] Squid box for two networks

2017-07-17 Thread Pablo Ruben Maldonado
Hello, I have a squid box 3.5 working without problems for the lan 192.168.110.0/24 for several months. Now I want setup to another lan 192.168.115.0/24 but I cannot. Tcpdump inform me that the packages come to squid box. But in Squid's log I do not see anything. Can they give me some tip?