On Tue June 12 2007 03:50, Indunil Jayasooriya wrote:
And, Then, I did below command.
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
Which side is eth0 pointing to? LAN or Internet? If it's the Internet side then you need to change the above to the LAN side.
You don't give enough information about you setup to give you a totally correct answer.