Skip to content

4.3.1 Ensure nftables is installed

Audit#

Run the following command to verify that nftables is installed:

# dpkg-query -s nftables &>/dev/null && echo "nftables is installed"
nftables is installed

Remediation#

Run the following command to install nftables:

# apt install nftables