Buongiorno a tutti,
ho installato freepbx ultima versione su VM Contabo
ho seguito la guida di installazione consigliata e non ho avuto nessun tipo di problema.
La pagina web dela GUI è apparsa senza apparenti disfunzioni.
Il problema si presenta durante la configurazione del firewall nativo di freepbx
si blocca tutto e si blocca l’accesso al server anche via ssh
la VM ha le seguenti caratteristiche
modello VPS 4 Cores NVME - 4 cores - 4GB RAM - 100 GB 100% NVME 200 mbit/sec
Hi @Ignazio
It looks like the IP might have been banned by Fail2Ban under one of the following chains: fail2ban-SSH
or fail2ban-apache-auth
. To check and unblock the IP, please log in to your VM console and follow the steps below:
- Check Fail2Ban chains:
iptables -nL
- List IPs banned under a specific chain (e.g.,
fail2ban-apache-auth
):
iptables -nL fail2ban-apache-auth --line-numbers
- Remove the IP from the chain
If the IP appears on line number 1, for example, run:
iptables -D fail2ban-apache-auth 1
Let us know once done or if you need any further assistance.