SHA256
1
0
forked from pool/nftables
Matthias Gerstner c434951062
nftables service improvements
- place example config file into /usr/share/doc/packages/nftables
- remove duplicate AssertPathExists file from service
- add conflicts towards firewalld service to avoid having both active at
  the same time
2025-03-03 14:42:04 +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
2025-03-03 14:42:04 +01:00
2025-03-03 14:42:04 +01:00
2025-03-03 14:42:04 +01: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/share/doc/packages/nftables/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 3 MiB
Languages
Standard ML 100%