iptables -A INPUT -m conntrack –ctstate ESTABLISHED,RELATED -j ACCEPT
Firewalls usually block all inbound connections (unless we have a port forward setup, or the traffic is return traffic). Also firewalls usually allow all outbound traffic (unless we are in a veryRead More…