Saya menjalankan Fail2Ban di Server Centos saya. (Konfigurasi di bawah)
Dalam var / log / pesan saya saya melihat sesuatu yang sangat aneh:
Jun 19 12:09:32 localhost fail2ban.actions: INFO [postfix] 114.43.245.205 already banned
Saya mengkonfigurasi Fail2Ban untuk menambahkan IP yang terlarang ke iptables.
Jail.conf saya:
[postfix]
enabled = true
filter = postfix
action = iptables
port = smtp,ssmtp
filter = postfix
logpath = /var/log/maillog
bantime = 43200
maxretry = 2
Postfix.conf saya:
[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 =
Pertanyaan saya adalah bagaimana mungkin orang yang sudah diblokir iptables
tetap terhubung ke server?
iptables -L -nv
ke pertanyaan Anda?