# iptables -V
iptables v1.4.13

# iptables -v -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT
--to-port 8080
REDIRECT  tcp opt -- in * out *  0.0.0.0/0  -> 0.0.0.0/0   tcp dpt:80 redir
ports 8080
iptables: No chain/target/match by that name.

I would like to redirect all traffic on port 80 to port 8080
Manpages says everything is correct.  There is no redirect option in the
kernel(zen-3.3.7) config that I can find.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20120603/571e868d/attachment.html>