Difference between revisions of "Main Page"

From nftables wiki
Jump to navigation Jump to search
(→‎Introduction: Unlink Main differences with iptables, now combined with What is nftables)
(→‎Introduction: Unlink Adoption, now combined with What is nftables)
Line 9: Line 9:
* [[What is nftables?]]
* [[What is nftables?]]
* [[Netfilter hooks]] and integration with existing Netfilter components.
* [[Netfilter hooks]] and integration with existing Netfilter components.
* [[Adoption]]
* [[Legacy xtables tools]]
* [[Legacy xtables tools]]
* [[How to obtain help/support]]
* [[How to obtain help/support]]

Revision as of 16:47, 2 April 2021

Welcome to the nftables HOWTO documentation page. Here you will find documentation on how to build, install, configure and use nftables.

If you have any suggestion to improve it, please send your comments to Netfilter users mailing list <netfilter@vger.kernel.org>.

News

Introduction

Getting started

Basic operation

Supported selectors for packet matching

Possible actions on packets

Note that, unlike iptables, you can perform several actions in one single rule.

Advanced data structures for performance packet classification

You will have to redesign your rule-set to benefit from these new nice features:

If you are already using ipset in your iptables rule-set, that transition may be a bit more simple to you.

Examples

Development

Check Portal:DeveloperDocs - documentation for netfilter developers.

Some hints on the general development progress:

External links

Watch some videos:

Watch videos to track updates:

Additional documentations and articles:

Thanks

To the NLnet foundation for initial sponsorship of this HOWTO:

logo.gif

To Eric Leblond, for boostrapping the Nftables quick howto in 2013.