Skip to content

Instantly share code, notes, and snippets.

@AlexAtkinson
Last active December 26, 2025 21:42
Show Gist options
  • Select an option

  • Save AlexAtkinson/f502c7cab484dc344fa583b9a316f029 to your computer and use it in GitHub Desktop.

Select an option

Save AlexAtkinson/f502c7cab484dc344fa583b9a316f029 to your computer and use it in GitHub Desktop.
nftables

nftables

Replacing iptables for greater efficiency and capability, nftables is often implemented as a backend to iptables as an intermediate step. This allows tooling and practice against iptables to persist uninterrupted.

🗒️ Running iptables -V will note '(nf_tables)' if nftables is setup as the backend. In this case, the 'iptables-nft' package will also be installed.

service

The nftables service will appear as 'inactive (dead)', as it is only active to affect configuration changes. This is because nftabels functionality is implemented as a kernel module, and triggers on network events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment