Firewall
Basic firewall concepts and configuration
iptables
is a command-line firewall utility that uses policy chains to allow or block traffic.
All the packets going through the firewall will require to traverse the input and output chain of rules. Following an example of of how to set up rules using iptables
:
To list all the ip4 rules execute:
Last updated
Was this helpful?