nftables: Difference between revisions
From wiki
Created page with "[https://netfilter.org/projects/nftables/ nftables] is the new firewall of the linux kernel. == Prerequisite == It is recommended to install the Kernel from Jessie Backpor..." |
|||
| Line 9: | Line 9: | ||
# apt install nftables | # apt install nftables | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Linux Server]] | |||
Revision as of 00:19, 20 March 2016
nftables is the new firewall of the linux kernel.
Prerequisite
It is recommended to install the kernel from Jessie Backports.
Install
# apt install nftables