Tengo Fail2Ban ejecutándose en mi servidor Centos. (Configuración a continuación)
En mis var / log / messages noté algo realmente extraño:
Jun 19 12:09:32 localhost fail2ban.actions: INFO [postfix] 114.43.245.205 already banned
Configuré Fail2Ban para agregar la IP prohibida a iptables.
Mi cárcel.conf:
[postfix]
enabled = true
filter = postfix
action = iptables
port = smtp,ssmtp
filter = postfix
logpath = /var/log/maillog
bantime = 43200
maxretry = 2
Mi postfix.conf:
[INCLUDES]
before = common.conf
[Definition]
failregex = reject: RCPT from (.*)\[<HOST>\]: 550 5.1.1
reject: RCPT from (.*)\[<HOST>\]: 450 4.7.1
reject: RCPT from (.*)\[<HOST>\]: 554 5.7.1
reject: RCPT from (.*)\[<HOST>\]: (.*)@yahoo.com.tw
ignoreregex =
Mi pregunta es ¿cómo puede alguien que ya ha sido bloqueado iptables
conectarse al servidor?
iptables -L -nv
su pregunta?