[squid-users] Kazaa not working through squid

2003-11-18 Thread Taiwo Akinosho
Hello, I can't seem to get Kazza to work through my squid proxy. is there something i need to do to enable this? Thanks. **Disclaimer This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are ad

Re: [squid-users] Errors. "is a subdomain of" and FD

2003-11-18 Thread Henrik Nordstrom
On Wed, 19 Nov 2003, Jason Oakley wrote: > Well. We stopped and started the squid server instead of HUPping it and no > errors. Go figure. Are you sure? try "squid -k parse". Problems detected while reading the config file on startup is only reported on the console, and only if you use the "-N

Re: [squid-users] Help with failed authentications with special characters

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Frank W. Belfie II wrote: > Special characters get mangled when entering user/pass info. I can run the > auth script at the command line, and it works fine, but via the user/pass > box it fails (I captured the below).. See the Squid-2.5 release notes. The Radius helper need

Re: [squid-users] help:Question about Bridge Cache

2003-11-18 Thread Henrik Nordstrom
On Wed, 19 Nov 2003, sword wrote: > but when I redirect web port to squid listen port :iptables -t nat -i > eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128,I can't access any > website from the computer inside bridge . What happens? This worked without any problems last time I tried (about two

Re: [squid-users] Anyone using Zero Penalty Hit Patch

2003-11-18 Thread Henrik Nordstrom
On Wed, 19 Nov 2003, Venkatesh. K wrote: > Anyone successfully using the zero penalty hit patch ? > > http://www.it-academy.bg/zph/ Not using the patch, but a quick inspection does not indicate any possible sources of problems other than the slightly odd way the patch marks the cache HIT packe

RE: [squid-users] reverse ssl-proxy?

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, John Hally wrote: > to the intranet servers. I'm thinking something along the lines of > //squid.x.com/server1 gets proxied to server1.intranet.com, > //squid.x.com/server2 gets proxied to server2.intranet.com, etc. This is how it usually is done. The problem is however t

Re: [squid-users] Memory usage keeps rising.

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Meyerovich Aleksandr EB_NY wrote: > Configured and built squid-2.5.STABLE4-20031110 with the follwing options on > RedHat8, Compaq DL320, 600Mb RAM, 1.2Ghz CPU. Chache_mem 320Mb. Only 40 users. Are you sure you want a cache_mem of 320 MB? See the Squid FAQ chapter on memory

RE: [squid-users] reverse ssl-proxy?

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, John Hally wrote: > It would be a proxy for multiple servers. I'm thinking something like 5-10 > web service servers. You wouldn't happen to have a sample config file, > would you? I've looked through the docs and it looks like it gets complex > pretty quickly. Do you thin

[squid-users] Help with failed authentications with special characters

2003-11-18 Thread Frank W. Belfie II
Version: 2.5 Stable2 and 2.5 Stable 4. RH7.2 Authentication: Radius (works great with 2.4Stable7 and prior) What happens: Special characters get mangled when entering user/pass info. I can run the auth script at the command line, and it works fine, but via the user/pass box it fails (I captured

[squid-users] help:Question about Bridge Cache

2003-11-18 Thread sword
Hi, This Maybe is a 'old Question',but I can't find a ANSWER for it,so I ask it again. I want to make a Linux Box running as a bridge,and Caching Web content on it.so I patched bridge-nf patch and configured 2.4.20 kernel ,IPtables is working with bridge now .and then I setup squid instructed by

[squid-users] help:Question about Bridge Cache

2003-11-18 Thread sword
Hi, This Maybe is a 'old Question',but I can't find a ANSWER for it,so I ask it again. I want to make a Linux Box running as a bridge,and Caching Web content on it.so I patched bridge-nf patch and configured 2.4.20 kernel ,IPtables is working with bridge now .and then I setup squid instructed by

[squid-users] Anyone using Zero Penalty Hit Patch

2003-11-18 Thread Venkatesh. K
Hi, Anyone successfully using the zero penalty hit patch ? http://www.it-academy.bg/zph/ Venkatesh

Re: [squid-users] Memory usage keeps rising.

2003-11-18 Thread Antony Stone
On Tuesday 18 November 2003 8:37 pm, Meyerovich Aleksandr EB_NY wrote: > Anyone could help me with the problem? > > Configured and built squid-2.5.STABLE4-20031110 with the follwing options > on RedHat8, Compaq DL320, 600Mb RAM, 1.2Ghz CPU. Chache_mem 320Mb. Only 40 > users. > > --enable-dlmalloc

Re: [squid-users] reverse ssl-proxy?

2003-11-18 Thread Antony Stone
On Tuesday 18 November 2003 9:24 pm, John Hally wrote: > Thanks Antony. > > In short, both. the scenario is we have multiple web servers on the > intranet that we need to make available from the internet for roaming > salespeople. What I'm looking to do is have squid act as a web proxy so > that

Re: [squid-users] Errors. "is a subdomain of" and FD

2003-11-18 Thread Jason Oakley
Hmm. Well. We stopped and started the squid server instead of HUPping it and no errors. Go figure. I still get the FD errors though and can't find anything on google. 2003/11/18 21:13:11| sslReadServer: FD 78: read failure: (131) Connection reset by peer 2003/11/18 21:13:11| sslReadServer: FD 3

RE: [squid-users] reverse ssl-proxy?

2003-11-18 Thread John Hally
Thanks Anthony. In short, both. the scenario is we have multiple web servers on the intranet that we need to make available from the internet for roaming salespeople. What I'm looking to do is have squid act as a web proxy so that the salespeople can hit https://sqid.somewhere.com and be able t

Re: [squid-users] reverse ssl-proxy?

2003-11-18 Thread Antony Stone
On Tuesday 18 November 2003 7:42 pm, John Hally wrote: > Hello Everyone, > > Is it possible to use squid as a reverse proxy to give access to intranet > servers from remote clients? Yes. http://www.squid-cache.org/Doc/FAQ/FAQ-20.html > What I'd like to do is have clients use SSL from their brow

RE: [squid-users] reverse ssl-proxy?

2003-11-18 Thread John Hally
Thanks Henrik. It would be a proxy for multiple servers. I'm thinking something like 5-10 web service servers. You wouldn't happen to have a sample config file, would you? I've looked through the docs and it looks like it gets complex pretty quickly. Do you think it would make sense to use Apa

[squid-users] Memory usage keeps rising.

2003-11-18 Thread Meyerovich Aleksandr EB_NY
Anyone could help me with the problem? Configured and built squid-2.5.STABLE4-20031110 with the follwing options on RedHat8, Compaq DL320, 600Mb RAM, 1.2Ghz CPU. Chache_mem 320Mb. Only 40 users. --enable-dlmalloc --enable-ssl --with-openssl=/usr/local/openssl --enable-underscores --disable-hostn

Re: [squid-users] reverse ssl-proxy?

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, John Hally wrote: > Is it possible to use squid as a reverse proxy to give access to intranet > servers from remote clients? Yes. > What I'd like to do is have clients use SSL from their browsers and hit a > single host, which would then allow them access to intranet web r

Re: [squid-users] Fw: squid_ldap_auth problem

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Steve Dickey wrote: > Thanks for sending that. After poking around a bit, I was able to find > that. It did not show up in the man section but I found the doc and was > able to type man ./squid_ldap_auth.8 to bring it up. Odd.. the examples has always been there in the squi

[squid-users] reverse ssl-proxy?

2003-11-18 Thread John Hally
Hello Everyone, Is it possible to use squid as a reverse proxy to give access to intranet servers from remote clients? What I'd like to do is have clients use SSL from their browsers and hit a single host, which would then allow them access to intranet web resources. Kind of a poor-mans VPN.

Re: [squid-users] simultaneously perform three proxy function in a single box

2003-11-18 Thread Henrik Nordstrom
On Wed, 19 Nov 2003 [EMAIL PROTECTED] wrote: > does squid support running forward, reverse > and transparent proxy at the same time ("simultaneously") in a single box ? Yes, but I stronly discourage from using the same Squid instance for both forward and reverse proxy puroses. Not that much bec

Re: [squid-users] calculating how much bandwidth is saved?

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Payal Rathod wrote: > > Most of not all of the Squid log file statistics programs also give you > > summaries having this information. > > Wowow!! any specific example you have in mind? Just pick one which looks good of the 20 or so listed on the squid-cache.org page.. this

[squid-users] simultaneously perform three proxy function in a single box

2003-11-18 Thread benko
Hello list, As I know squid support forward, reverse and transparent proxy functionality. But I have a doubt was, does squid support running forward, reverse and transparent proxy at the same time ("simultaneously") in a single box ? Regards, Ben --

Re: [squid-users] calculating how much bandwidth is saved?

2003-11-18 Thread Payal Rathod
On Tue, Nov 18, 2003 at 04:47:02PM +0100, Henrik Nordstrom wrote: > On Tue, 18 Nov 2003, Payal Rathod wrote: > > > A friend of mine who own a cybercafe and has squid setup as a caching > > proxy. She is charged per Mb of download. Is it possible to know how > > much bandwidth is saved due to squid

Re: [squid-users] Slow / Fast response from squid

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Philip Choy wrote: > Expected # of users of these cache: 1000, and currently 2 pilot users. > > The specification that I have :- > 1xE1 2mbps connection > 2GB Physical RAM > 2GHz Xeon > RHL 9.0 > squid 2.5.1 Ok, but if you are installing a new Squid why are you not using the

Re: [squid-users] Fw: squid_ldap_auth problem

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Steve Dickey - sentry wrote: > I am running squid 2.5STABLE4 and having problems authenticating users > against a Win2000 ADS/LDAP directory. My config works fine with the > administrator userid/password but will not work with any of the valid users > that are in the same Use

Re: [squid-users] calculating how much bandwidth is saved?

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Payal Rathod wrote: > A friend of mine who own a cybercafe and has squid setup as a caching > proxy. She is charged per Mb of download. Is it possible to know how > much bandwidth is saved due to squid? If yes, how do I go about it? There is multiple ways of doing this. The

Re: [squid-users] How create external_acl_type ?

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Kirill Yushkov wrote: > Hello ! > > I want work with http "Connection:" referrer and create deny/allow rules on > base "acl external". ??? Why would you want to base an ACL on Connection:? Or are you mixing it up with the Referer: request header? >From the manual:

Re: [squid-users] Errors. "is a subdomain of" and FD

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Jason Oakley wrote: > Our squid proxy server was SIGHUPped this morning to remove the adzapper > redirector. > > The cache.log file has a huge amount of entries regarding an acl file of > sites to block as well as some other errors. The server has been HUPped > before with

Re: [squid-users] Squid Server multiple Nics

2003-11-18 Thread Henrik Nordstrom
On Mon, 17 Nov 2003 Jim_Brouse/[EMAIL PROTECTED] wrote: > We have a squid server with 2 nics, if the DNS server is at 55.0.0.5. > > How does the squid server know which nic to gain Internet access from? By your routing table on the server where Squid runs. > Will it gain Internet access from th

Re: [squid-users] Fw: squid_ldap_auth problem

2003-11-18 Thread Mark Taylor
On Tue, 2003-11-18 at 14:05, Steve Dickey - sentry wrote: > All: > > I am running squid 2.5STABLE4 and having problems authenticating users > against a Win2000 ADS/LDAP directory. My config works fine with the > administrator userid/password but will not work with any of the valid users > that ar

[squid-users] Re: Access Denied

2003-11-18 Thread Henrik Nordstrom
On Tue, 18 Nov 2003, Altrock, Jens wrote: > Anyway... sometimes the authorization/authentication doesn't work. > In the first test I had no problems surfing the net via proxy, and some > minutes later I get > an access denied message with the same user... so is this a samba problem > (for I see i

[squid-users] Fw: squid_ldap_auth problem

2003-11-18 Thread Steve Dickey - sentry
All: I am running squid 2.5STABLE4 and having problems authenticating users against a Win2000 ADS/LDAP directory. My config works fine with the administrator userid/password but will not work with any of the valid users that are in the same Users folder. This is the line I have in squid.conf to

Re: [squid-users] calculating how much bandwidth is saved?

2003-11-18 Thread zottmann
Hi!! There is a tool called "squeezer" that generates lots of squid statistics, including the amount of bandwith saved. You can find lots of squid related tools (including squeezer) in http://www.squid-cache.org/Scripts/ Regards, Carlos. Em 18 Nov 2003, Antony Stone escreveu: >On Tuesd

Re: [squid-users] calculating how much bandwidth is saved?

2003-11-18 Thread zottmann
Hi!! There is a tool called "squeezer" that generates lots of squid statistics, including the amount of bandwith saved. You can find lots of squid related tools (including squeezer) in http://www.squid-cache.org/Scripts/ Regards, Carlos. Em 18 Nov 2003, Antony Stone escreveu: >On Tuesd

Re: [squid-users] calculating how much bandwidth is saved?

2003-11-18 Thread Mohsin Khan
well ...in short more hits you get more you save bandwidth, easy way to test is try to brows with out squid for 15 mins, than with squid, moniter your graphs, and feel the differnce. Or use cachemgr, or any other tool which can tell you number of byte hits, ummm .. i use to use on calamris, if i am

[squid-users] Slow / Fast response from squid

2003-11-18 Thread Philip Choy
I hv set up the BIG squid cache. However, the response times from squid cache is erratic. Sometimes. slow and sometimes fast. Expected # of users of these cache: 1000, and currently 2 pilot users. The specification that I have :- 1xE1 2mbps connection 2GB Physical RAM 2GHz Xeon RHL 9.0 squid 2.5

Re: [squid-users] calculating how much bandwidth is saved?

2003-11-18 Thread Antony Stone
On Tuesday 18 November 2003 9:37 am, Payal Rathod wrote: > Hi, > A friend of mine who own a cybercafe and has squid setup as a caching > proxy. She is charged per Mb of download. Is it possible to know how > much bandwidth is saved due to squid? If yes, how do I go about it? The squid log file te

[squid-users] calculating how much bandwidth is saved?

2003-11-18 Thread Payal Rathod
Hi, A friend of mine who own a cybercafe and has squid setup as a caching proxy. She is charged per Mb of download. Is it possible to know how much bandwidth is saved due to squid? If yes, how do I go about it? With warm regards, -Payal -- For GNU/Linux Success Stories and Articles visit:

[squid-users] How create external_acl_type ?

2003-11-18 Thread Kirill Yushkov
Hello ! I want work with http "Connection:" referrer and create deny/allow rules on base "acl external". Somebody help me this question or can get link with manual on this question, if possible with examples ? With best regards, Kirill Yushkov. E-mail: [EMAIL PROTECTED]

[squid-users] Squid gets slow, after using squidguard

2003-11-18 Thread Mohsin Khan
Hi, My squid gets slow down, if i use squidguard. The response time has increase immensely, i have tried to increase the redirector process even. = Regards, Mohsin Khan CCNA ( Cisco Certified Network Associate 2.0 ) >>>Happy is the one who can smile<<< __

[squid-users] Access Denied

2003-11-18 Thread Altrock, Jens
Ok, I corrected cache_default user and cache_default group now, works (had it written wrong). Anyway... sometimes the authorization/authentication doesn't work. In the first test I had no problems surfing the net via proxy, and some minutes later I get an access denied message with the same user.