Hi, doesnt REDIRECT work? Why? Is there anything I can do? Trying to forward all 80 request to junkbuster..



Code:
[admin@myrouter root]$ iptables -t INPUT -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8080

iptables v1.2.7a: Unknown arg `--to-ports'
Try `iptables -h' or 'iptables --help' for more information.
Sjur