From: "John Jones" <[EMAIL PROTECTED]> > Two issues, first issue is a simple question: > > [root] iptables -h > ... > --check -C chain Test this packet on chain > ... > > [root] iptables --check > iptables v1.2.6a: Unknown arg `--check' > > What's up with that? The help screen shows me it is a command, but it > doesn't exist? Is this an optional kernel compilation thing that is > missing, or has it been removed from the distro?
if you try it with iptables -C it will work.. and result in.. tataaaa "iptables: Will be implemented real soon. I promise ;)" so it aint in there yet.
