1 :INPUT,FORWARD,OUTPUT 2 -m state --state INVALID;=;OK 3 -m state --state NEW,RELATED;=;OK 4 -m state --state UNTRACKED;=;OK 5 -m state wrong;;FAIL 6 -m state;;FAIL 7