Hello,
Using Debian IPTABLES to configure my firewall.
When I run the firewall check, I get a full cone test failed. Am I on the right track here using the following rules, what changes should I make?
#IP Tables Setup
sudo iptables -A INPUT -m state --state INVALID -j REJECT
sudo iptables -A...