[squid-users] Page not displaying properly via Squid. User prompted to download.

2004-01-25 Thread Mark A. Lewis
I have a problem with one site in particular ( www.xtremepccentral.com ) that wont display via Squid 2.5 Stable3 or 3.0 PRE3 on both Linux and FreeBSD. Whenever a user reqests it, they are prompted to download a file. Direct request works fine, but something goes wrong via squid. When I look at it

Re: [squid-users] Active feeding of Squid?

2004-01-25 Thread Henrik Nordstrom
On Sat, 24 Jan 2004, Henrik Nordstrom wrote: > a) You need some kind of software capable of reassembling the TCP streams > and pulling out the relevant HTTP request and resulting replies seen. And when reading your question again there is one very important complication. If you are only seeing d

Re: [squid-users] create access list

2004-01-25 Thread Henrik Nordstrom
See the Squid FAQ chapter 10. Regards Henrik On Sun, 25 Jan 2004, Pons wrote: > sorry for using previuos subject ... > it should be "create access list" > > > > > I need help in impleminting some set of acl in squid.conf > > I have configured a FreeBSD 5.1 rel box 2 NIC's (Ext.ip/Int.ip) > >

Re: [squid-users] Page not displaying properly via Squid. User prompted to download.

2004-01-25 Thread Henrik Nordstrom
On Sun, 25 Jan 2004, Mark A. Lewis wrote: > I have a problem with one site in particular ( www.xtremepccentral.com ) > that wont display via Squid 2.5 Stable3 or 3.0 PRE3 on both Linux and > FreeBSD. Whenever a user reqests it, they are prompted to download a > file. Direct request works fine, but

Re: [squid-users] Active feeding of Squid?

2004-01-25 Thread Robert Collins
On Sun, 2004-01-25 at 21:12, Henrik Nordstrom wrote: > On Sat, 24 Jan 2004, Henrik Nordstrom wrote: > > > a) You need some kind of software capable of reassembling the TCP streams > > and pulling out the relevant HTTP request and resulting replies seen. > > And when reading your question again t

[squid-users] How to configure squid

2004-01-25 Thread Abdul Khader
Hi, I have dansguardian and squid running on the same system. I have squid listening on 127.0.0.1 and dansguardian runninmg on 8080. When I see the squid logs, I see traffic being traced to 127.0.0.1. I know that the ip addresses are being dropped by the dansguardian. So I enabled the forwarded_for

Re: [squid-users] Active feeding of Squid?

2004-01-25 Thread Henrik Nordstrom
On Sun, 25 Jan 2004, Robert Collins wrote: > On Sun, 2004-01-25 at 21:12, Henrik Nordstrom wrote: > > On Sat, 24 Jan 2004, Henrik Nordstrom wrote: > > > > > a) You need some kind of software capable of reassembling the TCP streams > > > and pulling out the relevant HTTP request and resulting rep

RE: [squid-users] Page not displaying properly via Squid. User prompted to download.

2004-01-25 Thread Mark A. Lewis
Found a work around/fix after your post. Check the box in IE advanced options to use HTTP 1.1 through proxy, works properly now. -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Sunday, January 25, 2004 4:21 AM To: Mark A. Lewis Cc: [EMAIL PROTECTED] Subject: Re

[squid-users] redirector, auth, localnet and limit....

2004-01-25 Thread Sergey
Hi all! I need to config squid with auth. For redirect I use squidGuard, for auth - my perl script. At localnet users can access without auth. One user cannot access from 2 (or more) IPs. So, acl password proxy_auth REQUIRED acl userip max_user_ip -s 1 acl LocalServers dst "/etc/squid/LocalServers.

Re: [squid-users] FreeBSD 5.1, Cisco 837 & WCCP Redirects

2004-01-25 Thread Roman Synyuk
Hello. You need to configure forwarding incoming packets from GRE interface to squid process: # ipfw add fwd 127.0.0.1,3128 ip from any to any via gre0 in # ipfw add permit ip from any to any > Hello! > > I'm trying to set up a transparent proxy, but I'm running in to some > difficulty.

[squid-users] acl and upstream proxy, X-Forwarded-For header

2004-01-25 Thread Florian Effenberger
Hi there, I currently experiment with a three-proxy-environment. I would love to stay with one proxy, but our current demands require it that we use three proxies. When using ACLs that set access controls on an IP basis - which IP counts? The one from the querying host (in this case another proxy

RE: [squid-users] Cache_dir not found

2004-01-25 Thread David Kirk
> Did you remember to specify the correct squid.conf when starting Squid? Thanks guys. I found the problem. It was using the correct squid.conf which is located at the default c:/squid/etc/squid.conf but there was an entry: coredump_dir c:/squid/var/cache that was causing the problem. I ch

Re: [squid-users] acl and upstream proxy, X-Forwarded-For header

2004-01-25 Thread Henrik Nordstrom
On Sun, 25 Jan 2004, Florian Effenberger wrote: > When using ACLs that set access controls on an IP basis - which IP counts? > The one from the querying host (in this case another proxy that queries > Squid) or is the X-Forwarded-For header used? Squid does not use the X-Forwarded-For header, unl

Re: [squid-users] Active feeding of Squid?

2004-01-25 Thread Thhoep
> > IIRC, Driftnet. > And there is also the similar tools from dsniff which may be interesting > in these contexts, and also ofcourse ngrep for those more inclined on > looking at raw traffic. just took a look at these: ngrep is a pure transport layer filter dsniff is a pure sniffing tool witho

Re: [squid-users] FreeBSD 5.1, Cisco 837 & WCCP Redirects

2004-01-25 Thread Adam Smith
On Sun, Jan 25, 2004 at 11:46:34PM +0200, Roman Synyuk said: > Hello. > > You need to configure forwarding incoming packets from GRE interface > to squid process: > > # ipfw add fwd 127.0.0.1,3128 ip from any to any via gre0 in > # ipfw add permit ip from any to any I tried this, however I'

Re: [squid-users] FreeBSD 5.1, Cisco 837 & WCCP Redirects

2004-01-25 Thread Adam Smith
On Mon, Jan 26, 2004 at 01:42:30PM +1030, Adam Smith said: > On Sun, Jan 25, 2004 at 11:46:34PM +0200, Roman Synyuk said: > > Hello. > > > > You need to configure forwarding incoming packets from GRE interface > > to squid process: > > > > # ipfw add fwd 127.0.0.1,3128 ip from any to any via g