- Mastering Linux Security and Hardening
- Donald A. Tevault
- 56字
- 2025-02-24 18:55:04
Getting started with nftables
Let's start with a clean snapshot of our Ubuntu virtual machine, with ufw disabled, and install the nftables package like so:
sudo apt install nftables
Now, let's take a look at the list of installed tables:
sudo nft list tables
You didn't see any tables, did you? So, let's load some up.