Search results

  1. D

    How to deal with very large IPSet?

    TIL about the total size limit of /etc/pve. In that case, I should probably make sure I enforce a maximum limit for now, as that could break all kinds of other things. :/ I do remove IPs from the list again after a certain period of time, yeah. I also already aggregate subnet masks if I have...
  2. D

    How to deal with very large IPSet?

    I have a service that automates the Proxmox Firewall based on a few inputs, like HTTP traffic analysis. The goal here is to block malicious traffic on the firewall level (primarily LLM crawling bots and vulnerability scanners). To achieve that, I have a tool that fires a lot of requests to the...
  3. D

    Installation fails with Intel UHD Graphics 750

    Oh that is great! I wasn't even aware that existed, but with the 5.11 kernel, it works just fine, without even changing a thing. Thanks so much for your help. :)
  4. D

    Installation fails with Intel UHD Graphics 750

    Hi there, I just built a new home lab setup, and wanted to set up Proxmox there. Unfortunately, I don't have a dedicated GPU in that machine, and I was hoping to use my CPUs Integrated GPU, which is a Intel UHD Graphics 750 in this case. Unfortunately, the installer doesn't start - it drops me...