Tag archives for iptables

  1. IPTables Adding and Removing Rules

    I recently had to modify some rules for IPTables on CentOS 5.5. It’s a great firewall and very powerful, but man can it be a pain in the rear. Here’s some notes to myself that someone may find useful someday :) /sbin/iptables -D RH-Firewall-1-INPUT -p tcp -m state –state NEW -m tcp –dport 2083 -j…