Firewall disabled

**NethServer Version:7.3.16.11

I don’t know what I did. (Does’nt love everyone giving support loves this as first sentence?) but my firewall has alwas the state stopped after softwareupdates or reboots.

How can I set it to automatical start?

Thank you for your Help.

Peter

Hello @pnemenz,

Oh yeah! :smiley:

Check if shorewall is enabled:

[root@server ~]# config show shorewall
shorewall=service
    status=disabled

Just enable it:

systemctl enable shorewall
config setprop shorewall status enabled
signal-event firewall-adjust

Thank you verry much,. this helped

Peter