Difference between revisions of "Nftables from distributions"

From nftables wiki
Jump to navigation Jump to search
(Created page with "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 worki...")
 
(→‎debian: mention what happens with Debian Buster)
(One intermediate revision by the same user not shown)
Line 17: Line 17:
* libnftnl: https://tracker.debian.org/pkg/libnftnl
* libnftnl: https://tracker.debian.org/pkg/libnftnl
* nft utility: https://tracker.debian.org/pkg/nftables
* nft utility: https://tracker.debian.org/pkg/nftables
By the way, nf_tales is the default iptables backend starting with Debian Buster.


== arch linux ==
== arch linux ==
Line 30: Line 32:


== fedora ==
== fedora ==
* kernel package: https://admin.fedoraproject.org/pkgdb/package/kernel/
* kernel package: https://src.fedoraproject.org/rpms/kernel
* nft utlity: https://admin.fedoraproject.org/pkgdb/package/nftables/
* nft utlity: https://src.fedoraproject.org/rpms/nftables
* libnftnl: https://admin.fedoraproject.org/pkgdb/package/libnftnl/
* libnftnl: https://src.fedoraproject.org/rpms/libnftnl

Revision as of 20:53, 13 November 2018

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_tales is the default iptables backend starting with Debian Buster.

arch linux

ubuntu

fedora