Menu

iptables and other firewall related

2004-09-17
2013-06-04
  • Sean McPherson

    Sean McPherson - 2004-09-17

    Wow, this one will be it's own book, so let's keep it simple enough to relate to initial installs and simple things like forgetting to HAVE a rule in place to allow traffic to, say, 127.0.0.1 for some things.

     
    • Josh More

      Josh More - 2004-09-21

      In the first (internal) version of trouble-maker, I had a script that issued:

      chkconfig iptables on;
      iptables -I INPUT -p tcp -j DROP;
      chkconfig iptables save;

      -guppie

       

Log in to post a comment.