1 :INPUT,FORWARD,OUTPUT 2 -m helper --helper ftp;=;OK 3 # should be OK? 4 # ERROR: should fail: iptables -A INPUT -m helper --helper wrong 5 # -m helper --helper wrong;;FAIL 6 -m helper;;FAIL 7