iptables -- OK, **now** am I doing it right?
- by Agvorth
This is a follow up to a previous question where I asked whether my iptables config is correct.
CentOS 5.3 system.
Intended result: block everything except ping, ssh, Apache, and SSL.
Based on xenoterracide's advice and the other responses to the question (thanks guys), I created this script:
# Establish a clean slate
iptables -P INPUT ACCEPT…