RE: [squid-users] Squid + Cisco 4500 + WCCP2

2012-07-24 Thread Ioannis Pliatsikas
Thanks all managed to get it partially working Cisco redirecting traffic to squid but squid is not accepting it. Used iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080 to redirect all incoming traffic to squid port but access.log shows no activity

[squid-users] Squid slow performance

2012-07-24 Thread Alamgir Shamim
Hello, We are using squid version squid-2.6.STABLE21-6.el5. But getting very poor performance. Our total Internet user are almost 750. At a time 500 to 600 user browse internet. all of them are getting slow response. it takes 10 to 30 second to load a page. Here I am giving you some out put.

Re: [squid-users] yahoo mail problem with tproxy (squid 3.1.19, kernel 3.2.21)

2012-07-24 Thread Ming-Ching Tiew
problems that need fixing. You can run 3.1 series for now, or that older beta (ideally not, but if you *really* have to its okay for now). There are tweaks and improvements around this right up to the squid-3.2.0.18-20120724-r11624 http://master.squid-cache.org/Versions/v3/3.2

Re: [squid-users] Squid + Cisco 4500 + WCCP2

2012-07-24 Thread Amos Jeffries
On 24/07/2012 7:13 p.m., Ioannis Pliatsikas wrote: Thanks all managed to get it partially working Cisco redirecting traffic to squid but squid is not accepting it. Used iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080 to redirect all incoming traffic to

Re: [squid-users] Squid slow performance

2012-07-24 Thread Amos Jeffries
On 24/07/2012 7:21 p.m., Alamgir Shamim wrote: Hello, We are using squid version squid-2.6.STABLE21-6.el5. But getting very poor performance. Our total Internet user are almost 750. At a time 500 to 600 user browse internet. all of them are getting slow response. it takes 10 to 30 second to

[squid-users] Squid AD login problem

2012-07-24 Thread Nicole Hähnel
Hi, recently we are using Squid 3.1.20 on SLES11 SP1 to control the webaccess in our Microsoft AD network. There are some internal microsoft based websites like Sharepoint for instance. Without squid we can open these websites without renewed authentication to the browser. With squid (wpad

Re: [squid-users] Squid AD login problem

2012-07-24 Thread Eliezer Croitoru
On 7/24/2012 4:13 PM, Nicole Hähnel wrote: Hi, recently we are using Squid 3.1.20 on SLES11 SP1 to control the webaccess in our Microsoft AD network. There are some internal microsoft based websites like Sharepoint for instance. Without squid we can open these websites without renewed

Re: [squid-users] Squid + Cisco 4500 + WCCP2

2012-07-24 Thread Indunil Jayasooriya
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080 to redirect all incoming traffic to squid port but access.log shows no activity have you added this below rule ( if squid listens on port 8080 ) iptables -A INPUT -p tcp --dport 8080 -j