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