Salut Bruno, merci pour ta réponse.
root@prod:/etc/fail2ban# fail2ban-client status
Status
|- Number of jail: 12
`- Jail list: apache-ge-ss, apache-ge-nn, apache-ga-ss, apache-ga-nn, apache-get-a1-si, apache-ga1-sn, apache-ga-si, apache-ga1-ss, apache-ge-si, apache-ga1-nn, apache-ga-sn, apache-ge-sn
root@prod:/etc/fail2ban# iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:www
ACCEPT tcp -- anywhere anywhere tcp dpt:sunrpc
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT tcp -- localhost anywhere tcp dpt:7777
ACCEPT tcp -- postgresql2 anywhere tcp dpt:7777
ACCEPT tcp -- postgresql3 anywhere tcp dpt:7777
ACCEPT tcp -- localhost anywhere tcp dpt:7778
ACCEPT tcp -- postgresql2 anywhere tcp dpt:7778
ACCEPT tcp -- postgresql3 anywhere tcp dpt:7778
ACCEPT tcp -- localhost anywhere tcp dpt:7779
ACCEPT tcp -- postgresql2 anywhere tcp dpt:7779
ACCEPT tcp -- postgresql3 anywhere tcp dpt:7779
ACCEPT icmp -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:7070
ACCEPT udp -- anywhere anywhere udp spt:ntp
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:www
ACCEPT tcp -- anywhere anywhere tcp dpt:sunrpc
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT tcp -- localhost anywhere tcp dpt:7777
ACCEPT tcp -- postgresql2 anywhere tcp dpt:7777
ACCEPT tcp -- postgresql3 anywhere tcp dpt:7777
ACCEPT tcp -- localhost anywhere tcp dpt:7778
ACCEPT tcp -- postgresql2 anywhere tcp dpt:7778
ACCEPT tcp -- postgresql3 anywhere tcp dpt:7778
ACCEPT tcp -- localhost anywhere tcp dpt:7779
ACCEPT tcp -- postgresql2 anywhere tcp dpt:7779
ACCEPT tcp -- postgresql3 anywhere tcp dpt:7779
ACCEPT icmp -- anywhere anywhere state NEW,RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:7070
ACCEPT udp -- anywhere anywhere udp dpt:ntp
Modération : merci à l'avenir d'utiliser les balises code (explications ici).