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...