Hi 0sor,
I did read it. May be I'm too dumb or something.
I even try it here on my linux machine by these steps:
1>Add rule: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 9999
2>running my app listen on tcp port 9999
3>open browser and go to
www.yahoo.com
my app doesn't get any connection at all.
Please clarify.
Thanks again.