Доброй ночи.
Столкнулся с необычным явлением. Не работают iptables на родном серваке.
На скриншоте перед вами - лог апача одного из доменов. К которому вполне успешно обращается IP-адрес, который должен дропаться согласно правилам.
Я конечно прочитал про цепочки, про -I -A ключи, но здесь не так много правил, чтобы они друг друга перекрывали.
[root@example domains]# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
DROP       all  --  host99-100-dynamic.183-80-r.retail.telecomitalia.it  anywhere            
DROP       all  --  87.69.175.227        anywhere            
DROP       all  --  mx-ll-180.183.100-99.dynamic.3bb.co.th  anywhere            
DROP       all  --  host99-100-dynamic.183-80-r.retail.telecomitalia.it  anywhere            
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
Chain fail2ban-MAIL (0 references)
target     prot opt source               destination         
Chain fail2ban-SSH (0 references)
target     prot opt source               destination         
Chain fail2ban-VESTA (0 references)
target     prot opt source               destination         
Chain vesta (0 references)
target     prot opt source               destination
Согласно DROP all — 87.69.175.227 anywhere - он должен дропаться. Но не дропается.
CentOS 6.9
ЧЯДНТ ?


