I am trying to allowing all established incoming connections in my iptables using this command:
iptables -A INPUT -m conntrack –ctstate ESTABLISHED -j ACCEPT
but I get this error message:
iptables v1.8.4 (legacy): Couldn’t load match `conntrack’:No such file or directory
New contributor
Navya Sheregar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.