You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if netfilter-persistent dependence is really needed here. I think not every user of netfilter-persistent desire fail-lock network option. Also providing standalone systemd service gives you full control of bugs/features/hardening. It's also more cross-platform as not every distro has netfilter-persistent available. At the end creating standalone systemd service means one more file...
Systemd service:
/lib/systemd/system/vpn-firewall.service
[Unit]
Description=Leak Protection (Fail Safe Mechanism) for (Open)VPN
DefaultDependencies=no
[Unit]
#Fail Closed Mechanism. When the firewall systemd service failed, do not bring up the network.
Requires=vpn-firewall.service
adrelanos
changed the title
netfilter-persistent loads firewall rules too late / netfilter-persistent systemd service does not lock the network if netfilter-persistent wrapper is failing at system bootup
netfilter-persistent systemd service does not lock the network if netfilter-persistent wrapper is failing at system bootup
Nov 5, 2017
netfilter-persistent may not be ready for prime time.
netfilter-persistent bug reports:
netfilter-persistent loads firewall rules too latenetfilter-persistent feature request:
systemd feature request:
please provide a firewall scripts drop-in folder
netfilter feature request:
please provide a firewall scripts drop-in folder
Anyone feeling awesome to patch netfilter-persistent in Debian?
The text was updated successfully, but these errors were encountered: