Nftables: Difference between revisions
WhyNotHugo (talk | contribs) (New article (only Alpine-specific notes)) |
WhyNotHugo (talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The {{Pkg|nftables}} provides user-space tools to control the Linux nftables subsystem. | {{DISPLAYTITLE:nftables}}The {{Pkg|nftables}} package provides user-space tools to control the Linux nftables subsystem. | ||
A service that loads the rules from /etc/nftables.d can be enabled with: | A service that loads the rules from {{path|/etc/nftables.d}} can be enabled with: | ||
rc-update add nftables boot | rc-update add nftables boot | ||
Line 11: | Line 11: | ||
* [https://wiki.archlinux.org/title/Nftables nftables - ArchWiki] | * [https://wiki.archlinux.org/title/Nftables nftables - ArchWiki] | ||
* [https://netfilter.org/projects/nftables/ nftables project homepage] | |||
* [[Uncomplicated Firewall]]: Firewall program with higher level abstractions. | |||
[[Category:Networking]] |
Latest revision as of 09:04, 7 July 2024
The nftables package provides user-space tools to control the Linux nftables subsystem.
A service that loads the rules from /etc/nftables.d can be enabled with:
rc-update add nftables boot rc-service nftables start
The default rules shipped will block all incoming connections.
See also
- nftables - ArchWiki
- nftables project homepage
- Uncomplicated Firewall: Firewall program with higher level abstractions.