Re: [squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-14 Thread naser sonbaty
Hi, thx, if I change this: http_port 127.0.0.1:3128 http_port 192.168.15.2:3129 intercept to this: http_port 192.168.15.2:3129 then its working On Sun, Feb 15, 2015 at 1:02 AM, Amos Jeffries wrote: > On 15/02/2015 12:19 p.m., naser sonbaty wrote: > > Hi, > > > > thx for support. > > > > I fo

Re: [squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-14 Thread Amos Jeffries
On 15/02/2015 12:19 p.m., naser sonbaty wrote: > Hi, > > thx for support. > > I found second running squid on same box. I shut-down the second squid. > But the problems are not gone.. > > Sorry I don't have access to the router pc :-( I can not get the rule > > I have set up web browse

Re: [squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-14 Thread naser sonbaty
Hi, thx for support. I found second running squid on same box. I shut-down the second squid. But the problems are not gone.. Sorry I don't have access to the router pc :-( I can not get the rule I have set up web browsers to use direct squid with 3129. But the result its same. I found

Re: [squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-12 Thread Luis Miguel Silva
I bumped into this same "forwarding loop" problem yesterday! In my case, it was because I had two transparent proxies in the same network and was basically redirecting traffic twice: [internet] <-> [appliance 1] <-> [appliance 2] <-> [client computer] I mistakenly added iptables redirect rules in

Re: [squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-12 Thread Eliezer Croitoru
Hey Naser, What OS does the squid server run upon and what OS is the router running? Also what rules have you used on each machine? and what are the exact network topology you have there? Eliezer On 12/02/2015 12:52, naser sonbaty wrote: Hi guys, I need your help with setting squid 3.5.1 wi

Re: [squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-12 Thread Amos Jeffries
On 13/02/2015 12:40 a.m., Antony Stone wrote: > On Thursday 12 Feb 2015 at 11:26, naser sonbaty wrote: > >> Hi, >> >> Internet is connected to Router PC >> >> Only trafic to port 80 is send to squid. > > Yes, I know that, but traffic *from* where? > > Please answer the question below. Even bett

Re: [squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-12 Thread Antony Stone
On Thursday 12 Feb 2015 at 11:26, naser sonbaty wrote: > Hi, > > Internet is connected to Router PC > > Only trafic to port 80 is send to squid. Yes, I know that, but traffic *from* where? Please answer the question below. Even better, show us the redirect rule you're using on the router to

Re: [squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-12 Thread naser sonbaty
Hi, Internet is connected to Router PC Only trafic to port 80 is send to squid. thx On Thu, Feb 12, 2015 at 11:58 AM, Antony Stone < antony.st...@squid.open.source.it> wrote: > On Thursday 12 Feb 2015 at 10:52, naser sonbaty wrote: > > > Hi guys, > > > > I need your help with setting squid 3.5

Re: [squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-12 Thread Antony Stone
On Thursday 12 Feb 2015 at 10:52, naser sonbaty wrote: > Hi guys, > > I need your help with setting squid 3.5.1 with intercept. > My topolgy Clients PC <--> Router PC <--> SquidPC Where is the Internet connection in the above diagram? > Router: > Send trafic from 80 to squid 192.168.15.2:3129

[squid-users] Squid 3.5.1 intercept / Forwarding loop detected for

2015-02-12 Thread naser sonbaty
Hi guys, I need your help with setting squid 3.5.1 with intercept. My topolgy Clients PC <--> Router PC <--> SquidPC Router: Send trafic from 80 to squid 192.168.15.2:3129 my config: acl localnet src 10.0.0.0/8 # RFC1918 possible internal network acl localnet src 172.16.0.0/12 # RFC1918 pos