Hello,
i want to do a fire save Backup on my PBS. So the PVE is at building 1 and the PBS on building2. For the backup they are connected via Internet. For this reason i have to open port 8007. For some safety reasons i want to protect the port via Fail2Ban. I made a first try and installed fail2ban on the pbs. First i want to test fail2ban a bit and i added a rule for port 22 in my jail.local (again, only for testing, later it will be port 8007).
Read more
i want to do a fire save Backup on my PBS. So the PVE is at building 1 and the PBS on building2. For the backup they are connected via Internet. For this reason i have to open port 8007. For some safety reasons i want to protect the port via Fail2Ban. I made a first try and installed fail2ban on the pbs. First i want to test fail2ban a bit and i added a rule for port 22 in my jail.local (again, only for testing, later it will be port 8007).
Code:
enabled = true
port = ssh
filter =...
Read more