Where/how to find the list of current banned IP addresses when using iptables?
I mean the current IP addresses that are dropped because of rule:
iptables -A SSH_CHECK -m recent —update —seconds 60 —hitcount 4 —name SSH -j DROP
More information about formatting options
Where/how to find the list of current banned IP addresses when using iptables?
I mean the current IP addresses that are dropped because of rule:
iptables -A SSH_CHECK -m recent —update —seconds 60 —hitcount 4 —name SSH -j DROP