An overview of firewall configuration
When a system is connected to a network, many of the running services can be reached from other systems. That is the goal behind having systems connected. However, we also want to keep systems secure and away from unauthorized usage.
A firewall is a software layer that sits between the network cards and the services and allows us to fine-tune what is allowed or not.
We cannot completely block all the incoming connections to our system as the incoming connection is often a response to a request that our system made.
The connections are blocked via a kernel framework named netfilter, which is used by the firewall software to modify how the packets are processed. nftables is a new filter and packet classifier subsystem that enhances parts of the netfilter
code, but retains the architecture and provides faster processing between other features using only one interface (Netfilter Tables – nft), thus deprecating old frameworks such as...