On Fri, Feb 1, 2008 at 4:40 PM, Teber Özceyhan <tozceyhan@xxxxxxxxxxxx> wrote: > hi all, > > I've FC8 Box running as firewall-proxy. > this is my first try to run this kind of box. But there is some > problems. iptables have simply 2 basic sentence. > but Transparent proxy doesn't work > > iptables 1.3.8 > iptables -X > iptables -t nat -A POSTROUTING -s 192.168.2.0/24 -j MASQUERADE > iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT > --toports 3128 > > my box has two ethernet eth1 to LAN eth0 to INTERNET > > in Squid conf (Squid 2.6 STABLE 17-1.fc8) > http_port localhost:3128 transparent > always_direct allow all > > Hi Please read the below url for configuring squid as transparent proxy this is for reverifying the changes you have done to configure transparent proxy. http://www.cyberciti.biz/tips/linux-setup-transparent-proxy-squid-howto.html Regards Ankush