<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Just a note about using the protection scripts under some Linux
    distributions (especially older ones).&nbsp; The protection scripts use
    the recent iptables module with the --reap parameter in order to
    expire whitelisted players that have quit playing on the server.&nbsp;
    You really need this in order for the scripts to work.<br>
    <br>
    Escaped Turkey first reported this with Centos 6.2, so I installed
    this distribution on a VPS and verified it.&nbsp; If you are using
    another flavor of Linux, you can check to see if the --reap
    parameter is already supported by doing a:<br>
    <tt><br>
      main iptables</tt><br>
    <br>
    followed by<br>
    <br>
    <tt>/--reap[enter]</tt><br>
    <br>
    If you see "pattern not found", then you don't have an iptables that
    supports the --reap option, and need to update your iptables.&nbsp; If
    your cursor lands on the option, then are are already good to go.<br>
    <br>
    <b>In the case of most older Linux distributions, try updating them
      via the normal update process for the distribution first.&nbsp; This
      usually gets you a newer iptables from the distribution's
      repository, which works nearly all of the time.</b><br>
    <br>
    However Centos 6.2 is a recent distribution, but for some reason
    --reap doesn't work.&nbsp; So the best option is to update iptables to
    the latest.&nbsp; Here's how I did it (from root).&nbsp; First off, if you
    don't have gcc or make installed, you need to do that first:<br>
    <br>
    <tt># yum install gcc<br>
      # yum install make</tt><br>
    <br>
    Now just do the following, which downloads the latest iptables
    source, builds it and makes it active.<br>
    <br>
    <tt># cd /root<br>
      # wget
      <a class="moz-txt-link-abbreviated" href="http://www.netfilter.org/projects/iptables/files/iptables-1.4.13.tar.bz2">www.netfilter.org/projects/iptables/files/iptables-1.4.13.tar.bz2</a><br>
      # tar -jxvf iptables-1.4.13.tar.bz2<br>
      # cd iptables-1.4.13<br>
      # ./configure<br>
      # make<br>
      # make install<br>
      # cp /usr/local/sbin/xtables-multi /sbin/iptables-multi</tt><br>
    <br>
    And you are done!&nbsp; Now your iptables module is updated to 1.4.13,
    complete with --reap option for the dynamic expiration of
    whitelisted players.<br>
    <br>
    And of course the process here is very similar if you have other
    distributions.<br>
    <br>
    Good luck,<br>
    <br>
    <i>&nbsp; Boyd</i><br>
    <div class="moz-signature"><br>
      <i><font size="-1">__________________________________<br>
          Boyd G. Gafford Ph.D.<br>
          Manager of Software Development<br>
          Westport Research Associates Inc.<br>
          7001 Blue Ridge Blvd<br>
          Raytown, MO 64133<br>
          (816) 358-8990<br>
          <a class="moz-txt-link-abbreviated" href="mailto:drboyd@westportresearch.com">drboyd@westportresearch.com</a><br>
        </font></i><br>
    </div>
  </body>
</html>