Re: [squid-users] question about Forcing proxy.

2003-07-02 Thread Colin Campbell
Hi, On Thu, 03 Jul 2003 10:32:36 +0800 "Wei Ming Long" <[EMAIL PROTECTED]> wrote: > > > >I'll tell you upfront, authentication does NOT work with transparent proxy. > > >Adam > > Why is that so? can you kindly explain to me? Thanks Think about it. HTTP supports two authentication headers. On

RE: [squid-users] question about Forcing proxy.

2003-07-02 Thread Adam Aube
I'm sure this question has been answered before on the list (though not by me), but I'll answer it anyway. Transparent Proxying is actually a violation of HTTP because the browser will assume it is directly connected to the remote server unless specifically configured otherwise. (For more detai

RE: [squid-users] question about Forcing proxy.

2003-07-02 Thread Wei Ming Long
>I'll tell you upfront, authentication does NOT work with transparent proxy. >Adam Why is that so? can you kindly explain to me? Thanks Matthew

RE: [squid-users] question about Forcing proxy.

2003-07-02 Thread Adam Aube
>Thank you all That worked, I configurd SQUID for tranparent Proxy and it is >now working like a champ! That's great. >Also do I need to port 443 to squid as well? or will squid get all HTTP >requests being told only to forward port 80? If you want users to go through Squid for SSL connections,

RE: [squid-users] question about Forcing proxy.

2003-07-02 Thread Jason Brashear
? -Original Message- From: Wei Ming Long [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 12:59 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [squid-users] question about Forcing proxy. Hi Jason, Did you enable ip_forwarding in your linux kernel. check by "cat /etc/sy

Re: [squid-users] question about Forcing proxy.

2003-07-02 Thread Henrik Nordstrom
On Wednesday 02 July 2003 04.16, Jason Brashear wrote: > Also when I ad this line > to my firewall rules: > $IPTABLES -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j > REDIRECT --to-port 3128 > > While trying to retrieve the URL: / > > The following error was encountered: > > Invalid URL You ha

Re: [squid-users] question about Forcing proxy.

2003-07-01 Thread MunFai
Hi, For those who need a step-by-step tutorial in configuring transparent proxy, read this: http://www.sublime.com.au/squid-wccp/ Regards Mun Fai Wei Ming Long wrote: Hi Jason, Did you enable ip_forwarding in your linux kernel. check by "cat /etc/sys/net/ipv4/ip_forward", if it's 0, then echo

RE: [squid-users] question about Forcing proxy.

2003-07-01 Thread Wei Ming Long
Hi Jason, Did you enable ip_forwarding in your linux kernel. check by "cat /etc/sys/net/ipv4/ip_forward", if it's 0, then echo "1" >> /etc/sys/net/ipv4/ip_forwarding. Do read the doc on transparent proxy. Cheers Matthew >>> "Jason Brashear" <[EMAIL PROTECTED]> 07/02/03 10:16AM >>> One more thing

Re: [squid-users] question about Forcing proxy.

2003-07-01 Thread Masood Ahmad Shah
t;All I want is a few minutes alone with the source code for the universe and a quick recompile." - Original Message - From: "Jason Brashear" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 7:16 AM Subject: RE

RE: [squid-users] question about Forcing proxy.

2003-07-01 Thread Jason Brashear
One more thing to add.. Also when I ad this line to my firewall rules: $IPTABLES -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 3128 I get this in my web browser: ERROR The requested URL could not be retrieved --