最初の高速チェックとして、fail2banがいくつかのiptableルールを追加したかどうかを確認します。
sudo iptables -L f2b-sshd
これは私が結果として得たものです:
target prot opt source destination
REJECT all -- mgt.pnu.ac.th anywhere reject-with icmp-port-unreachable
REJECT all -- plex1.domin8.media anywhere reject-with icmp-port-unreachable
REJECT all -- 218.92.0.197 anywhere reject-with icmp-port-unreachable
REJECT all -- 223.68.10.247 anywhere reject-with icmp-port-unreachable
REJECT all -- promote.cache-dns.local anywhere reject-with icmp-port-unreachable
RETURN all -- anywhere anywhere
私のサーバーは興味を引いているようです。;)
sudo fail2ban-client status