<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 26/03/2020 13:49, Chip wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAKCymP0NAKPUm4CUKGEb+NLfu=XKK0JT5pUHvKKLJu9DJgd9ow@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>Thanks.</div>
        <div><br>
        </div>
        <div>Indeed - but is it it possible to block IP addresses on a
          per mountpoint level? For example, my user with
          /mountpointA.ogg does not mind being hammered by connections
          from 93.184.216.34 [<a href="http://example.com"
            target="_blank" moz-do-not-send="true">example.com</a>] but
          my user with /mountpointB.ogg wants to block that IP address.</div>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>If the mountpoints are at different ports you can specify that in
      iptables as well:<br>
    </p>
    <p>iptables -A INPUT -s 93.185.216.34 --dport xxx -j DROP<br>
    </p>
    <p>That will only block connections from that IP address to the
      given destionation port.<br>
    </p>
    <p>Regards,</p>
    <p> - Jeroen</p>
    <br>
    <blockquote type="cite"
cite="mid:CAKCymP0NAKPUm4CUKGEb+NLfu=XKK0JT5pUHvKKLJu9DJgd9ow@mail.gmail.com"></blockquote>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Bankai Software bv
Jeroen van Oosten
Telefoon: 088-2344999
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:jvoosten@bankai.nl">jvoosten@bankai.nl</a>
KvK inschrijving: 67066267
PGP key: B2308F8E

"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." --Red Adair</pre>
  </body>
</html>