SHA256
1
0
forked from pool/nftables
Go to file
Matthias Gerstner 71d8541655 Implement nftables.service for static firewall configurations (bsc#1237277)
It seems users are missing this service which is not part of the
upstream project but present in most other Linux distributions. It
allows to setup simple static nftables based firewalls via configuration
files.
2025-02-27 12:01:17 +01:00
2013-10-21 03:25:52 +00:00
2013-10-21 03:25:52 +00:00
2024-10-03 09:03:32 +02:00
2024-10-03 09:03:32 +02:00
2020-10-27 12:10:30 +00:00

Static Firewall Configuration with nftables.service
===================================================

SUSE provides an nftables systemd service which allows to setup simple static
firewall rule sets based on configuration files.

To use this service you need to create the main configuration file in
/etc/nftables/rules/main.nft. A simple template for this can be copied from
/usr/etc/nftables/rules/main.nft. You can split-up the static firewall
configuration into multiple files which are included from the main.nft
configuration file.

Once the desired static firewall configuration is in place you can test it by
running `systemctl start nftables.service`. To enable the service at boot time
run `systemctl enable nftables.service`.
Description
No description provided
Readme 7 MiB
Languages
Standard ML 100%