For quite some time I relied on tcpwrapper to "protect" my box against attack - it sits behind a router that exposes http and sshd.
sshd dropped support for tcpd and thus the prospect of a firewall rose again.
So what to use
ufw? firewall for dummies? nothing wrong with that as it is simple and (sort of) just works
firehol? scripting language on top of iptables that attempts to unobtrusify iptables - I use to use this
iptables?
I sort of have an iptables setup that interacts with fail2ban (I have tested it) but the issue is well... not fully sure about what it does



