Nftables

From Alpine Linux
Revision as of 17:21, 25 May 2024 by WhyNotHugo (talk | contribs) (New article (only Alpine-specific notes))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The nftables 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