Hello, I have a problem about fail2ban and ultrasurf, I use CENTOS 5.6
fail2ban does not blocks ultrasurf when i start ultrasurf in windows and HTTP and HTTPS pass, but it blocks only the ping 64.49.14.0/24 my config is (jail.local) [ultrasurf] enabled = true filter = ultrasurf port = all action = iptables-ultrasurf logpath = /var/log/messages maxretry = 6 # Tempo em segundos que o IP fica bloqueado, aqui 15 minutos bantime = 900 (iptables) *nat :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A POSTROUTING -o eth0 -j MASQUERADE COMMIT *filter :FORWARD ACCEPT [0:0] :INPUT ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A FORWARD -m state --state ESTABLISHED,RELATED -A FORWARD -d 64.49.14.0/24 -j LOG --log-prefix "=UltraSurf= " -A FORWARD -i eth1 -j ACCEPT COMMIT *mangle :FORWARD ACCEPT [0:0] :INPUT ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] COMMIT # Completed can you solve my problem thanks ------------------------------------------------------------------------------ _______________________________________________ Fail2ban-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fail2ban-users
