• MTK@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    16 days ago

    IP based blocking is complicated once you are big enough or providing service to users is critical.

    For example, if you are providing some critical service such as health care, you cannot have a situation where a user cannot access health care info without hard proof that they are causing an issue and that you did your best to not block the user.

    Let’s say you have a household of 5 people with 20 devices in the LAN, one can be infected and running some bot, you do not want to block 5 people and 20 devices.

    Another example, double NAT, you could have literally hundreds or even thousands of people behind one IP.

    • carrylex@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      IP based blocking is complicated once you are big enough

      It’s literally as simple as importing an ipset into iptables and refreshing it from time to time. There is even predefined tools for that.