RES: [squid-users] Transparent proxy X FW1

From: Fabio G. Baptista <FBaptista@dont-contact.us>
Date: Thu, 26 Apr 2001 14:47:08 -0300

Hi,

Balu, I didn't think about that before.
I solved my problem with an ipchains REDIRECT rule.

Thanks for the help !!!

Fábio G. Baptista

-----Mensagem original-----
De: Balu [mailto:balu_2003@yahoo.com]
Enviada em: quarta-feira, 25 de abril de 2001 14:33
Para: Fabio G. Baptista
Assunto: Re: [squid-users] Transparent proxy X FW1

Hi,

    You mean forwarding packets.Then use the tool ipchains,Use the
following commands in your squidbox to redirect the request arriving for
port 80(HTTP Request) to port 8080 (port in which squid runs).three types
fo rules can be possible in ipchains

forward,input and ouput. For your requirement you can go for this
rule(input).

ipchains -A input -j REDIRECT 8080 -p tcp -s 0.0.0.0/
0 -d 0.0.0.0/0 80

Thanks,
-Balu.

----- Original Message -----
From: Fabio G. Baptista <FBaptista@uniway.com.br>
To: 'Squid Mailing List' <squid-users@squid-cache.org>
Sent: Tuesday, April 24, 2001 6:58 PM
Subject: [squid-users] Transparent proxy X FW1

Hi,

I don't know exactly if it is a FW1 or a squid question, but the point is,
I'm not getting the FW1 rules to work in transparent mode with squid, on the
same machine, and in the firewall mailing lists I haven't got anything that
could help me.
I'm trying to configure FW1 rules to redirect my clients trying to access a
web site, to the squid proxy running on the same machine on port 8080,
without my clients have to configure manually their web browsers.
Has someone tried this before ?
Any helps, tips, docs, etc, will be very helpfull !!!

Thanks,

Fábio G. Baptista

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Received on Thu Apr 26 2001 - 11:45:33 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:37 MST