No.is it possible to use iptables on freebsd?
They cause those rules to be statefull.Could someone explain me this 2 options in advance, please
No. But why would you want this?is it possible to use iptables on freebsd?
This first, you are allowing incoming traffic from already-established connections-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
This second, your are dropping traffic packets marked as invalid (packet can't be identified or everything different from New, Estabilished or Related)-A INPUT -m conntrack --ctstate INVALID -j DROP