Re: [squid-users] tproxy can't connect to target url after url rewrite program to different host

2012-07-28 Thread Eliezer Croitoru
On 7/29/2012 2:21 AM, Ming-Ching Tiew wrote: From: Eliezer Croitoru To: squid-users@squid-cache.org now that you remind me. i have seen this kind of problem!!! it was nasty on squid 3.1. you can see in iptables connection tracking that squid is opening the socket but it sends the first syn an

Re: [squid-users] tproxy can't connect to target url after url rewrite program to different host

2012-07-28 Thread Ming-Ching Tiew
From: Eliezer Croitoru To: squid-users@squid-cache.org > now that you remind me. > i have seen this kind of problem!!! > it was nasty on squid 3.1. > you can see in iptables connection tracking that squid is opening the > socket but it sends the first syn and wont get the incoming syn from the

Re: [squid-users] tproxy can't connect to target url after url rewrite program to different host

2012-07-28 Thread Eliezer Croitoru
On 7/28/2012 11:54 PM, Ming-Ching Tiew wrote: From: Eliezer Croitoru To: squid-users@squid-cache.org Cc: Sent: Saturday, July 28, 2012 10:53 AM Subject: Re: [squid-users] tproxy can't connect to target url after url rewrite program to different host On 07/28/2012 02:55 AM, Ming-Ching

Re: [squid-users] tproxy can't connect to target url after url rewrite program to different host

2012-07-28 Thread Ming-Ching Tiew
From: Eliezer Croitoru To: squid-users@squid-cache.org Cc: Sent: Saturday, July 28, 2012 10:53 AM Subject: Re: [squid-users] tproxy can't connect to target url after url rewrite program to different host On 07/28/2012 02:55 AM, Ming-Ching Tiew wrote: >> >> Tested this w

Re: [squid-users] tproxy can't connect to target url after url rewrite program to different host

2012-07-27 Thread Eliezer Croitoru
On 07/28/2012 02:55 AM, Ming-Ching Tiew wrote: Tested this with Squid Version 3.1.20-20120710-r10457, After a simple url_rewrite_program changing from url to a different host, the communication will not succeed ( using linux bridge with ebtables/iptables for this tproxy communication ). The n

[squid-users] tproxy can't connect to target url after url rewrite program to different host

2012-07-27 Thread Ming-Ching Tiew
Tested this with Squid Version 3.1.20-20120710-r10457, After a simple url_rewrite_program changing from url to a different host, the communication will not succeed ( using linux bridge with ebtables/iptables for this tproxy communication ). The nat intercept mode could succeed.