Firewall

Nftables netfilter rules

Nftables simplifies dual stack handling and atomic rule updates compared to iptables which will replace all rules even if only one rule needs to be replaced. We will be using a table of address family inet which will allow for hybrid ip and ip6 addresses in the same table. While chains act as containers for rules, tables can be […]