Search results

  1. M

    firewall issues.

    i solved it by adding: -I INPUT -i lo – j ACCEPT -I OUTPUT -o lo – j ACCEPT
  2. M

    firewall issues.

    Hi, i'm trying to setup proxmox backup server firewall but i'm stuck. i have setup the following iptables rules on the backup server -I INPUT -s pve_ip -j ACCEPT -I INPUT -s my_home_ip -j ACCEPT -A INPUT -j DROP which should accept all packets from my home and the pve server and drop all from...
  3. M

    Accidentally deleted VMs images

    unfortunately it still gives me the same error: volume 'local:100/vm-100-disk-0.qcow2' does not exist (500) do you have any other recommendation?
  4. M

    Accidentally deleted VMs images

    Hi, I have accidentally deleted all images from /var/lib/vz/images Fortunately for me the VMs are still working and i can reboot them and the space is showing allocated when df -h However once i stopped one of the VMs the space is now unallocated and i can't start it(normal) I have tried to get...