On mån, 2008-05-12 at 14:42 -0700, melvin obiri wrote: > Hi, I need help with transparent proxy on fedora 6 or fedora. > I have set the http_port to transparent mode as below > http_port 192.168.0.220:3128 transparent > > and made a fowarding rule on iptables but am still not able to do > transparent proxy > > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT > --to-port 3128 > > Is there anything am missing on here Have you enabled incoming traffic to port 3128 in the Fedora firewall? Regards Henrik