<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 05/25/2013 10:11 PM, Chuck Tetlow
      wrote:<br>
    </div>
    <blockquote cite="mid:20130526030156.M16923@tetlow.net" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <meta content="OPENWEBMAIL" name="GENERATOR">
      <b>That IP Tables </b><b>
      </b><b>rule won't work.</b>  You're missing the rule number, and
      have the wrong rule name.  And the "-d 0/0" isn't really needed -
      it means " whole world" and is assumed if not given<br>
    </blockquote>
    /sbin/iptables -I INPUT -s 1.2.3.4 -d 0/0 -j DROP<br>
    <br>
    not looking for trouble, but to say a rule 'won't' work, when it
    does is a little troubling.<br>
    the rule does work on my servers, as it immediately blocks an attack
    on the server<br>
    as seen by an immediate cessation of the attack.<br>
    <br>
    Gerald<br>
    <br>
  </body>
</html>