Nftables from distributions: Difference between revisions
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...") |
m (→ubuntu: fix typo) |
||
(3 intermediate revisions by one other 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_tables is the default iptables backend starting with Debian Buster. | |||
== arch linux == | == arch linux == | ||
Line 25: | Line 27: | ||
== ubuntu == | == ubuntu == | ||
* kernel | * kernel package: https://launchpad.net/ubuntu/+source/linux | ||
* nft utility: https://launchpad.net/ubuntu/+source/nftables | * nft utility: https://launchpad.net/ubuntu/+source/nftables | ||
* libnftnl: https://launchpad.net/ubuntu/+source/libnftnl | * libnftnl: https://launchpad.net/ubuntu/+source/libnftnl | ||
== fedora == | == fedora == | ||
* kernel package: https:// | * kernel package: https://src.fedoraproject.org/rpms/kernel | ||
* nft utlity: https:// | * nft utlity: https://src.fedoraproject.org/rpms/nftables | ||
* libnftnl: https:// | * libnftnl: https://src.fedoraproject.org/rpms/libnftnl |
Latest revision as of 20:29, 9 February 2021
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.
- wiki page: https://wiki.debian.org/nftables
- kernel package: https://tracker.debian.org/pkg/linux
- libnftnl: https://tracker.debian.org/pkg/libnftnl
- nft utility: https://tracker.debian.org/pkg/nftables
By the way, nf_tables is the default iptables backend starting with Debian Buster.
arch linux
- wiki page: https://wiki.archlinux.org/index.php/Nftables
- kernel package: https://www.archlinux.org/packages/core/x86_64/linux/
- nft utility: https://www.archlinux.org/packages/extra/x86_64/nftables/
- libnftnl: https://www.archlinux.org/packages/extra/x86_64/libnftnl/
ubuntu
- kernel package: https://launchpad.net/ubuntu/+source/linux
- nft utility: https://launchpad.net/ubuntu/+source/nftables
- libnftnl: https://launchpad.net/ubuntu/+source/libnftnl
fedora
- kernel package: https://src.fedoraproject.org/rpms/kernel
- nft utlity: https://src.fedoraproject.org/rpms/nftables
- libnftnl: https://src.fedoraproject.org/rpms/libnftnl