<div dir="ltr"><div>Thanks - very cool.</div><div><br></div><div>They might indeed be on different ports. I'll need to investigate.</div><div><br></div><div>Cheers</div><div><br></div><div>Chip Scooter<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 26 Mar 2020 at 13:16, Jeroen van Oosten <<a href="mailto:jvoosten@bankai.nl">jvoosten@bankai.nl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <div>On 26/03/2020 13:49, Chip wrote:<br>
    </div>
    <blockquote type="cite">
      
      <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">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"></blockquote>
    <p><br>
    </p>
    <pre cols="72">-- 
Bankai Software bv
Jeroen van Oosten
Telefoon: 088-2344999
E-mail: <a href="mailto:jvoosten@bankai.nl" target="_blank">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>
  </div>

_______________________________________________<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org" target="_blank">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
</blockquote></div>