RaspAP / raspap-webgui

Simple wireless AP setup & management for Debian-based devices
https://raspap.com/
GNU General Public License v3.0
4.39k stars 785 forks source link

Add option to configure the firewall for IPTables or NFTables #1512

Closed Oak-Trees closed 3 months ago

Oak-Trees commented 5 months ago

Is your feature request related to a problem?

I installed Raspap on a Raspberry Pi running Raspberry Pi OS 12 - Bookworm. Bookworm comes with NFTables, not IPTables.

Describe the solution you'd like

An option to select in the install script to use IPTables or NFTables would be nice, or detecting automatically which firewall is installed and configure the correct one.

billz commented 5 months ago

nf_tables is the default backend when using iptables. the latter is still present in bookworm, so...

iptables -V
iptables v1.8.9 (nf_tables)

lsb_release -d
Debian GNU/Linux 12 (bookworm)
github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.