[squid-users] Re: Squid on multiple interfaces

2009-10-09 Thread Lazuardi Nasution
Hi Jacopo, You should see tcp_outgoing_address. If you are not using it, the OS will decide the interface for outgoing. Best regards, > I know a thing, squid is active on all interfaces but if i connect to > eth0(192.168.1.15) squid use this ip to outgoing? The same if i use > other interface. S

Re: [squid-users] New Admin

2009-10-09 Thread Amos Jeffries
Ross Kovelman wrote: From: Amos Jeffries Date: Fri, 09 Oct 2009 18:38:07 +1300 Cc: Subject: Re: [squid-users] New Admin Ross Kovelman wrote: 1) Thanks! 2)Here is my ACL and http access lines: acl bad_url dstdomain "/xxx/Squid/etc/bad-sites.squid" acl all src 0.0.0.0/0.0.0.0 acl manager proto

Re: [squid-users] Can every squid user get a different IP and max_body_size limit? or do I need several instances of squid?

2009-10-09 Thread Henrik Nordstrom
fre 2009-10-09 klockan 16:07 -0500 skrev Andres Salazar: > Can every squid user get a different IP and max_body_size limit? or do > I need several instances of squid? reply_body_max_size is acl driven, so yes there. tcp_outgoing_address is also acl driven if you want to assign differnt users diff

RE: [squid-users] Squid.conf Question Reverse Proxy

2009-10-09 Thread Henrik Nordstrom
fre 2009-10-09 klockan 14:56 -0400 skrev Jones, Keven: > I have cleaned up my squid.conf. For some reason the img02.cprpt.com url > will not pull from the designated server: > > http_port 80 accel defaultsite=img01.cprpt.com > cache_peer 172.19.23.91 parent 80 0 no-query originserver name=myAcce

Re: AW: Re: [squid-users] Squid and Intranet

2009-10-09 Thread Henrik Nordstrom
fre 2009-10-09 klockan 20:47 +0200 skrev - leer -: > yes you can say it acting as gateway. > I tell you something about the network structure. > The local proxy server has two ethernet devices. Sounds lika a router. Do the clients have the proxy configured as default gateway? Do the counters on

[squid-users] Can every squid user get a different IP and max_body_size limit? or do I need several instances of squid?

2009-10-09 Thread Andres Salazar
Can every squid user get a different IP and max_body_size limit? or do I need several instances of squid? Thank you --Andres

RE: [squid-users] Squid.conf Question Reverse Proxy

2009-10-09 Thread Jones, Keven
I have cleaned up my squid.conf. For some reason the img02.cprpt.com url will not pull from the designated server: http_port 80 accel defaultsite=img01.cprpt.com cache_peer 172.19.23.91 parent 80 0 no-query originserver name=myAccel cache_peer 172.19.23.92 parent 80 0 no-query originserver name=

Re: AW: Re: [squid-users] Squid and Intranet

2009-10-09 Thread - leer -
fre 2009-10-09 klockan 19:59 +0200 skrev - leer -: Hello, thanks for your advice. I can't test it yet, because I have a problem with the transparent proxy. I used following command to redirect all incoming requests on port 80: iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT

Re: AW: Re: [squid-users] Squid and Intranet

2009-10-09 Thread Henrik Nordstrom
fre 2009-10-09 klockan 19:59 +0200 skrev - leer -: > Hello, > > thanks for your advice. > I can't test it yet, because I have a problem with the > transparent proxy. > I used following command to redirect all incoming requests > on port 80: > > iptables -t nat -A PREROUTING -i eth1 -p tcp --dport

Re: AW: Re: [squid-users] Squid and Intranet

2009-10-09 Thread - leer -
Hello, thanks for your advice. I can't test it yet, because I have a problem with the transparent proxy. I used following command to redirect all incoming requests on port 80: iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 880 But SUSE don't redirect the request

Re: [squid-users] Odd behaivoir

2009-10-09 Thread Luis Daniel Lucio Quiroz
Le mercredi 7 octobre 2009 04:55:00, Amos Jeffries a écrit : > Luis Daniel Lucio Quiroz wrote: > > Le mardi 6 octobre 2009 18:57:34, Amos Jeffries a écrit : > >> On Tue, 6 Oct 2009 17:57:24 -0500, Luis Daniel Lucio Quiroz > >> > >> wrote: > >>> Hi Squids, > >>> > >>> Using Squid 3.0.19 we're havin

Re: [squid-users] http_port 80 transparent issues

2009-10-09 Thread Henrik Nordstrom
fre 2009-10-09 klockan 10:31 -0400 skrev Ross Kovelman: > I am unable to save this line in the squid.conf: > http_port 80 transparent issues > FATAL: Bungled squid.conf line 57: http_port 80 transparent > Squid Cache (Version 2.5.STABLE10): Terminated abnormally. > > Any reason why? Its the 1st l

Re: [squid-users] HTTP Cache General Question

2009-10-09 Thread Henrik Nordstrom
fre 2009-10-09 klockan 09:33 -0400 skrev Mark Schall: > Peer 1 sends HTTP Request to Peer 2 with > "www.tracker.com/someuniqueidentifierforchunkoffile" in the header. > Would Squid or other Web Caches try to contact www.tracker.com instead > of the Peer 2, or will it forward the request onward to

Re: [squid-users] Squid behavour

2009-10-09 Thread Matus UHLAR - fantomas
On 09.10.09 11:46, Miguel Cruz wrote: > Ok, so for the other part of my question, how can I make squid cache > ALL the files (about 200 .txt) that are in the web-server? > Should I write a script to just try to wget them all and that way > "populate" the cache completely? wget can do that, it has

Re: [squid-users] Connection Pinning

2009-10-09 Thread Matus UHLAR - fantomas
On 09.10.09 11:26, Ross Kovelman wrote: > Is there a way to get this to work in 2.5: > http://wiki.squid-cache.org/Features/ConnPin > > Connection Pinning is especially useful for proxied connections to servers > using Microsoft Integrated Login (NTLM/Negotiate), it needs: > * code to tie a client

Re: [squid-users] Squid behavour

2009-10-09 Thread Miguel Cruz
Ok, so for the other part of my question, how can I make squid cache ALL the files (about 200 .txt) that are in the web-server? Should I write a script to just try to wget them all and that way "populate" the cache completely? I've also noticed that when I query the cache it says it has more objec

[squid-users] Connection Pinning

2009-10-09 Thread Ross Kovelman
Is there a way to get this to work in 2.5: http://wiki.squid-cache.org/Features/ConnPin Connection Pinning is especially useful for proxied connections to servers using Microsoft Integrated Login (NTLM/Negotiate), it needs: * code to tie a client-side and a server-side socket exclusively when need

Re: [squid-users] http_port 80 transparent issues

2009-10-09 Thread donovan jeffrey j
On Oct 9, 2009, at 10:46 AM, Ross Kovelman wrote: From: donovan jeffrey j Date: Fri, 9 Oct 2009 10:42:53 -0400 To: Ross Kovelman Cc: "squid-users@squid-cache.org" Subject: Re: [squid-users] http_port 80 transparent issues On Oct 9, 2009, at 10:31 AM, Ross Kovelman wrote: I am unable to s

Re: [squid-users] http_port 80 transparent issues

2009-10-09 Thread Ross Kovelman
> From: donovan jeffrey j > Date: Fri, 9 Oct 2009 10:42:53 -0400 > To: Ross Kovelman > Cc: "squid-users@squid-cache.org" > Subject: Re: [squid-users] http_port 80 transparent issues > > > On Oct 9, 2009, at 10:31 AM, Ross Kovelman wrote: > >> I am unable to save this line in the squid.conf: >

Re: [squid-users] http_port 80 transparent issues

2009-10-09 Thread donovan jeffrey j
On Oct 9, 2009, at 10:31 AM, Ross Kovelman wrote: I am unable to save this line in the squid.conf: http_port 80 transparent issues FATAL: Bungled squid.conf line 57: http_port 80 transparent Squid Cache (Version 2.5.STABLE10): Terminated abnormally. Any reason why? Its the 1st line in my conf

[squid-users] http_port 80 transparent issues

2009-10-09 Thread Ross Kovelman
I am unable to save this line in the squid.conf: http_port 80 transparent issues FATAL: Bungled squid.conf line 57: http_port 80 transparent Squid Cache (Version 2.5.STABLE10): Terminated abnormally. Any reason why? Its the 1st line in my configuration. Thanks smime.p7s Description: S/MIME cr

Re: [squid-users] SQUID Problem

2009-10-09 Thread Henrik Nordstrom
fre 2009-10-09 klockan 10:17 +0200 skrev Edgardo Ghibaudo: > Hello, > I'm using squid 3.0.STABLE12 in a production environment. > The Proxy is working correctly from more than 1 year. > Now I'm facing a problem concerning a specific URL > http://www.enaip.piemonte.it (ipaddr: 195.74.81.120). > Dif

Re: [squid-users] Truncated requests in cache.log

2009-10-09 Thread Henrik Nordstrom
fre 2009-10-09 klockan 02:47 -0700 skrev dtinazzi: > So Henrik, > > can we say the problem is inside the proxy (nic, os, squid)? what can we > exclude? The problem is outside the TCP/IP stack of the server where Squid runs. The problem is not inside Squid. Next steps is to 1. Run a packet capt

Re: [squid-users] HTTP Cache General Question

2009-10-09 Thread Mark Schall
We understand that as the problem. We are trying to address the issue by using some form of REST like api so that the URIs depict a specific chunk of a file. Of course we want to make that chunk small enough to be cached but big enough to not bring down performance. What are current issue is try

Re: [squid-users] New Admin

2009-10-09 Thread Ross Kovelman
> From: Amos Jeffries > Date: Fri, 09 Oct 2009 18:38:07 +1300 > Cc: > Subject: Re: [squid-users] New Admin > > Ross Kovelman wrote: >> 1) Thanks! >> >> 2)Here is my ACL and http access lines: >> acl bad_url dstdomain "/xxx/Squid/etc/bad-sites.squid" >> acl all src 0.0.0.0/0.0.0.0 >> acl manager

Re: [squid-users] Truncated requests in cache.log

2009-10-09 Thread dtinazzi
So Henrik, can we say the problem is inside the proxy (nic, os, squid)? what can we exclude? Dario Henrik Nordstrom-5 wrote: > > tor 2009-10-08 klockan 08:10 -0700 skrev dtina...@gmail.com: > >> Here are the access.log related entries, filtered from the others: >> >> Thu Oct 8 15:57:25 200

[squid-users] SQUID Problem

2009-10-09 Thread Edgardo Ghibaudo
Hello, I'm using squid 3.0.STABLE12 in a production environment. The Proxy is working correctly from more than 1 year. Now I'm facing a problem concerning a specific URL http://www.enaip.piemonte.it (ipaddr: 195.74.81.120). Differently from other web sites, in this case the client during the http

Re: [squid-users] auth failed to downstream squid proxy

2009-10-09 Thread Amos Jeffries
myocella wrote: I've 2 proxy servers chained together. Both authenticates against different AD domains. The downstream proxy is running on Windows (squid/2.5.STABLE1-CVS) supporting only basic auth (nt_auth.exe). This proxy server has a cache_peer basic auth setup to the upstream proxy: cache_pe