Hello
I've never used iptables, and would like to add it to a telephony server so as to use an application like Fail2ban to block IP's that are trying to hack it.
According to Wikipedia, it seems like Netfilter is some code in the kernel, while iptables consists in kernel modules and some user-land binaries:
http://en.wikipedia.org/wiki/Netfilter
Is that how it works? If not, could someone briefly explain how those two parts work together?
Thank you.