Nftables from distributions

From nftables wiki
Revision as of 20:29, 9 February 2021 by Nevola (talk | contribs) (→‎ubuntu: fix typo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Most major Linux distributions have support for nftables:

  • they include a kernel with nf_tables support
  • they include userspace support

Normally, you can get nftables working just by installing the software using the corresponding package manager.

Be aware that distributions commonly don't use the absolute last version of nftables or the linux kernel. If you need latest version of the framework, you may need Building and installing nftables from sources.

For reference, here are some links where you can get distribution-specific info about nftables.

debian

Debian includes latests nftables also in 'stable-backports', so you don't need to run 'testing' to get nftables.

By the way, nf_tables is the default iptables backend starting with Debian Buster.

arch linux

ubuntu

fedora