** Reply to message from Ralph Guzman <[EMAIL PROTECTED]> on Sat, 22 Mar 2003 17:51:42 
-0800

> Larry,
> 
> I corrected the typo, but I still get this error:
> 
> iptables v1.2.6a: Unknown arg `--to'
> Try `iptables -h' or 'iptables --help' for more information.


$IPTABLES -A PREROUTING -t nat -p TCP -d <external IP address> --dport  \
2000 -j dnat --to 10.200.200.10:23

Ralph - I suggest you take some time to study the iptables syntax. Note that you need 
the line continuation backslash at the end of the first line if you cannot fit it all 
on one line.

Here is a link to some tutorials:

http://www.netfilter.org/documentation/index.html#tutorials


jb



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to