From: "John Jones" <[EMAIL PROTECTED]>

as iptables -h states :

--check   -C chain

so its: iptables -C <chain name>

and then it works pretty fine.. results into:

iptables v1.2.6a: You need to supply the `-s' option for this command

once you add a -s with value you get:

iptables v1.2.6a: You need to supply the `-d' option for this command

if you add that you get

iptables v1.2.6a: You need to supply the `-p' option for this command

if you add that you get 

iptables v1.2.6a: Need -i with INPUT

and finally you get 

iptables: Will be implemented real soon.  I promise ;)



Reply via email to