Search results

  1. W

    Firewall file manual edit

    Or is there another way to go? I want this IPs to be blocked from the host and vm's.
  2. W

    Firewall file manual edit

    I see. How to add it to Proxmox Firewall then? Couldn't fine a command to import such a file.
  3. W

    Firewall file manual edit

    It's always saying the file is too large though it's just 550kb to 2.2mb. There's definitely enough space available because it's working when I do it manually via terminal and dd shows more than 470GB of free space. cp: error writing ‘/etc/pve/firewall/cluster.fw’: File too large cp: failed to...
  4. W

    Firewall file manual edit

    Hello, I wanna update my firewall file for the cluster everyday with an updated list of blocked spam IPs. Therefore I created a bash script but unfortunately I can't execute it in /etc/pve/firewall/ and I can't copy files to this directory with the script. Any idea how to do it then? Thanks for...