0

I found this rules on iptables

-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 

what is the meaning of -m state --state RELATED,ESTABLISHED ?

and why without this rule I can not ping www.google.cn ?

thank you very much ^_^

1

1 Answer 1

0

At it's most basic; it allows traffic in Both directions if you first request something. You probably can't Ping because the State isn't allowing any return data.

See: User-land states

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.