Estoy utilizando Fail2Ban para añadir dinámicamente reglas a IPFW. Las direcciones IP infractoras se añaden a IPFW, pero por alguna razón desconocida todavía pueden llegar a Apache y hacer peticiones.
¿Es porque la ordenación está arruinada? ¿Deben colocarse las reglas dinámicas >12407 antes de las 12304, 12305?
-
00001 allow udp from any 626 to any dst-port 626
-
01000 allow ip from any to any via lo0
-
12300 allow tcp from any to any established
-
12301 allow tcp from any to any out
-
12302 allow udp from any to any out keep-state
-
12303 allow udp from any to any in frag
-
12304 allow tcp from any to any dst-port 80
-
12305 allow tcp from any to any dst-port 443
-
12306 allow tcp from any to any dst-port 5113
-
12307 allow ip from 192.168.0.0/16 to any
-
12407 deny tcp from 94.23.148.61 to 192.168.1.3 dst-port 80,443
-
65535 allow ip from any to any