iptables -t nat -A prerouting -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128Dear all, can anybody tell me how to set rules in iptables if i want to use transparant proxy.
Thank's David Kandou
This command make your kernel intercept HTTP connections and send them to proxy port.
Emilio C.