Re: [squid-users] Help with PROXY TRANSPARENT centos 5.1 and Squid 3.0.Stable4

2008-05-02 Thread Amos Jeffries

[EMAIL PROTECTED] wrote:

Hi

I like configure squid with proxy transperent, but don't work, if i
configure i my browser the address proxy and port of server this work very
good.

The next is the configuration

squid.conf
-
http_port 3138 transparent


firewall in /etc/rc.d/rc.local

iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT
--TO-PORT 3138

General configuration
--
wan = eth0
intranet = eth1
Centos v 5.1
Squid 3.0 Stable 4

What is wrong ?

This same configuracion work with centos 4.0 and squid 2.6


Squid built with --enable-linux-netfilter ?

Previous NAT rule permitting squid external web access missing?

Squid box even routing web requests?

Squid transparent actually working but showing error pages?

Amos
--
Please use Squid 2.6.STABLE20 or 3.0.STABLE5


[squid-users] Help with PROXY TRANSPARENT centos 5.1 and Squid 3.0.Stable4

2008-05-02 Thread opc
Hi

I like configure squid with proxy transperent, but don't work, if i
configure i my browser the address proxy and port of server this work very
good.

The next is the configuration

squid.conf
-
http_port 3138 transparent


firewall in /etc/rc.d/rc.local

iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT
--TO-PORT 3138

General configuration
--
wan = eth0
intranet = eth1
Centos v 5.1
Squid 3.0 Stable 4

What is wrong ?

This same configuracion work with centos 4.0 and squid 2.6