[squid-users] Forwarding User Authentication parameters to Web GW

2010-06-15 Thread Sagar
Dear All, Instead of sending only the Squid proxy IP to Web GW by following line in squid.conf: (cache_peer 172.xxx.yyy.zzz. parent 8080 7 no-query round-robin) Is it possible to forward authentication parameters like username user IP to Web GW? -- Regards. Sagar Navalkar.

[squid-users] Memory and CPU usage squid-3.1.4

2010-06-15 Thread Martin . Pichlmaier
Hello list, I have a question regarding memory and CPU usage change from 3.0 to 3.1. I have 4 forwards proxies with ICAP (c-icap and clamav), NTLMv2 authentication, all four proxies each have about 200-400 req/sec on RedHat AS5 64bit servers with each 16GB mem for about 15k to 30k users.

Re: [squid-users] Memory and CPU usage squid-3.1.4

2010-06-15 Thread Amos Jeffries
martin.pichlma...@continental-corporation.com wrote: Hello list, I have a question regarding memory and CPU usage change from 3.0 to 3.1. I have 4 forwards proxies with ICAP (c-icap and clamav), NTLMv2 authentication, all four proxies each have about 200-400 req/sec on RedHat AS5 64bit

[squid-users] sarg index.html

2010-06-15 Thread Kaushal Shriyan
I accidentally deleted the sarg index.html file located under /var/www/squid-reports/ the index.html file says about Daily, Monthly and weekly is there a way to regenerate it ? Thanks, Kaushal

Re: [squid-users] Forwarding User Authentication parameters to Web GW

2010-06-15 Thread Amos Jeffries
Sagar wrote: Dear All, Instead of sending only the Squid proxy IP to Web GW by following line in squid.conf: (cache_peer 172.xxx.yyy.zzz. parent 8080 7 no-query round-robin) Is it possible to forward authentication parameters like username user IP to Web GW? Passing username details:

[squid-users] Antwort: Re: [squid-users] Memory and CPU usage squid-3.1.4

2010-06-15 Thread Martin . Pichlmaier
Amos Jeffries squ...@treenet.co.nz wrote on 15.06.2010 10:48:33: martin.pichlma...@continental-corporation.com wrote: Hello list, I have a question regarding memory and CPU usage change from 3.0 to 3.1. I have 4 forwards proxies with ICAP (c-icap and clamav), NTLMv2

[squid-users] Squid NTML and auth problems with POST

2010-06-15 Thread Dmitrijs Demidovs
Hi list! I have a problems with Squid and winbind auth. There is a couple of sites (internal CMS systems and external banking sites) what have the same problems - users can not send attached data files using html web forms (http POST method). We have Squid and Samba/winbind scheme what

Re: [squid-users] Squid NTML and auth problems with POST

2010-06-15 Thread Amos Jeffries
Dmitrijs Demidovs wrote: Hi list! I have a problems with Squid and winbind auth. There is a couple of sites (internal CMS systems and external banking sites) what have the same problems - users can not send attached data files using html web forms (http POST method). We have Squid and

[squid-users] empty basic/digest realm

2010-06-15 Thread Khaled Blah
Hello all, I'd like to give Squid an empty realm as the realm for basic/digest authentication but Squid quits with a message similar to this: FATAL: Bungled squid.conf line xxx: auth_param digest realm. Maybe I am doing something wrong but I can't get the empty realm working. Can anyone here

[squid-users] Re: empty basic/digest realm

2010-06-15 Thread Khaled Blah
I just tried leaving the auth_param digest realm statement away and then squid used Squid proxy-caching web server as the realm. I am using squid 2.7. Does Squid support empty realm in versions 2.7? 2010/6/15 Khaled Blah khaled.b...@googlemail.com: Hello all, I'd like to give Squid an empty

[squid-users] Request - The Basic flow chart of squid

2010-06-15 Thread Yubraj Sharma Dhakal
Hi Could anyone please help me with the basic flow chart of squid. It is actually for my MSc Project. Many Thanks Yubraj

Re: [squid-users] Antwort: Re: [squid-users] Memory and CPU usage squid-3.1.4

2010-06-15 Thread Amos Jeffries
martin.pichlma...@continental-corporation.com wrote: Amos Jeffries squ...@treenet.co.nz wrote on 15.06.2010 10:48:33: martin.pichlma...@continental-corporation.com wrote: Hello list, I have a question regarding memory and CPU usage change from 3.0 to 3.1. I have 4 forwards proxies with

Re: [squid-users] sarg index.html

2010-06-15 Thread Murilo Moreira de Oliveira
I think this is not the right place to post this question, but I believe that the lines below will help you: # --- sarg.conf file --- # TAG: index yes|no|only #  Generate the main index.html. #  only - generate only the main index.html # #index yes index yes

Re: [squid-users] Join Squid to Windows Domain Controller : Configuring Squid for NTLM with Winbind Authentication on CentOS 5

2010-06-15 Thread Murilo Moreira de Oliveira
Hello. Follow bellow the steps I've used to get NTLM authentication working. 1.# yum -y install authconfig krb5-workstation samba-common 2.[r...@proxyweb ~]# authconfig --enableshadow --enablemd5 --passalgo=md5 --krb5kdc=AD_SERVER.YOUR.FULL.DOMAIN --krb5realm=YOUR.FULL.DOMAIN

RE: [squid-users] Squid NTML and auth problems with POST

2010-06-15 Thread Nick Cairncross
Just to check, Amos: Squid 3 and above has client_persistent_connections and server_persistent_connections 'on' by default i.e. not required in the conf file unless setting to 'off'... Correct? -Original Message- From: Amos Jeffries [mailto:squ...@treenet.co.nz] Sent: 15 June 2010

RE: [squid-users] Join Squid to Windows Domain Controller : Configuring Squid for NTLM with Winbind Authentication on CentOS 5

2010-06-15 Thread Joseph L. Casale
Did anyone make it works ? : http://wiki.squid-cache.org/ConfigExamples/Authenticate/NtlmCentOS5 Of course, it was written while being built, then retested immediately after. authconfig --enableshadow --enablemd5 --passalgo=md5 --krb5kdc=ads.example.local

[squid-users] squid3 NTLM cant find the user but wbinfo does

2010-06-15 Thread Douglas Santos
Hi folks, i'm with this problem during a few days, and i'm getting nuts! :D I'm using: debian 5.0.4 squid3.0.STABLE8 (default by debian apt repositories) Samba 3.2.5 kerberos5 I'm trying to implement the users automatic authentication by use ntlm_auth with Active Directory 2008. Well, all it's

[squid-users] TPROXY squid and shorewall

2010-06-15 Thread Johnson, S
Has anyone successfully setup shorewall with squid in tproxy mode? I'm having a hard time finding documentation on the shorewall side to work with Squid... Does anyone have any? Thanks.

[squid-users] Re: squid3 NTLM cant find the user but wbinfo does

2010-06-15 Thread Douglas Santos
Sniffing the connection I got: --[cut]-- Proxy-Authorization: NTLM TlRMTVNTUAABB4IIogAFASgKDw==\r\n NTLMSSP NTLMSSP identifier: NTLMSSP NTLM Message Type: NTLMSSP_NEGOTIATE (0x0001)

Re: [squid-users] Squid + Tproxy + Bridge on Kernel 2.6.34 - Workaround

2010-06-15 Thread Luis Daniel Lucio Quiroz
Le mardi 25 mai 2010 23:21:39, senthilkumaar2021 a écrit : Hi, Squid + Tproxy + Bridge Setup on latest kernel - version 2.6.34 I had followed all the steps that had given in the http://wiki.squid-cache.org/Features/Tproxy4 Kernel - 2.6.34 iptable - 1.4.8 ebtable - 2.0.9-1 But

[squid-users] Help configuriing Squid with delay pools

2010-06-15 Thread Jorge Perez
Hello, we are implementing a squid proxy server in my office. The principal idea is to limit bandwith using delay pools and also block some websites. We have made our config and its working, but we dont know if everyting is correct specially in the delay pools part. **Introduction: We have

Re: [squid-users] Help configuriing Squid with delay pools

2010-06-15 Thread Luis Daniel Lucio Quiroz
did you read http://wiki.squid-cache.org/Features/DelayPools ?? Le mardi 15 juin 2010 14:42:13, Jorge Perez a écrit : Hello, we are implementing a squid proxy server in my office. The principal idea is to limit bandwith using delay pools and also block some websites. We have made our

RE: [squid-users] Squid NTML and auth problems with POST

2010-06-15 Thread Amos Jeffries
On Tue, 15 Jun 2010 15:19:15 +0100, Nick Cairncross nick.cairncr...@condenast.co.uk wrote: Just to check, Amos: Squid 3 and above has client_persistent_connections and server_persistent_connections 'on' by default i.e. not required in the conf file unless setting to 'off'... Correct? Yes.

Re: [squid-users] TPROXY squid and shorewall

2010-06-15 Thread Amos Jeffries
On Tue, 15 Jun 2010 11:41:52 -0500, Johnson, S sjohn...@edina.k12.mn.us wrote: Has anyone successfully setup shorewall with squid in tproxy mode? I'm having a hard time finding documentation on the shorewall side to work with Squid... Does anyone have any? Thanks. Shorewall is just an

Re: [squid-users] Squid + Tproxy + Bridge on Kernel 2.6.34 - Workaround

2010-06-15 Thread Amos Jeffries
On Tue, 15 Jun 2010 13:37:48 -0500, Luis Daniel Lucio Quiroz luis.daniel.lu...@gmail.com wrote: Le mardi 25 mai 2010 23:21:39, senthilkumaar2021 a écrit : Hi, Squid + Tproxy + Bridge Setup on latest kernel - version 2.6.34 I had followed all the steps that had given in the

Re: [squid-users] Squid + Tproxy + Bridge on Kernel 2.6.34 - Workaround

2010-06-15 Thread senthilkumaar2021
Hi The tproxy setup in bridge mode worked well as per in wiki squid till the kernel version 2.6.30.xx When we tested tproxy in bridge mode for kernels greater than 2.6.33.xx(2.6.34 also). The tproxy was not working.when the following workaround was used the tproxy was working fine. # ip

[squid-users] help while using squid

2010-06-15 Thread ning luwen
Hi, the problem goes: squid server ip like 211.83.105.* the client ip like 121.49.127.* the two machine can ping each other the squid.conf i change to : http_port 3128 acl all src 0.0.0.0/0 http_access allow all and this simply do not work, what should i do? ps: the system i use is ubuntu