
Linux comes with a host based firewall called Netfilter. According to the official project site:
netfilter
is a set of hooks inside the Linux kernel that allows kernel modules to
register callback functions with the network stack. A registered
callback function is then called back for every packet that traverses
the respective hook within the network stack.
This
Linux based firewall is controlled by the program called iptables to
handles...