PBX 17 - Firewall Error Message

Here is the result of the db command. No rows changed…

MariaDB [asterisk]> truncate kvstore_FreePBX_modules_Firewall;
Query OK, 0 rows affected (0.009 sec)

Here is the result of the firewall remove and reinstall command.


root@ORD-PBX-GigRent-003:~# fwconsole ma remove firewall && fwconsole ma downloadinstall firewall && fwconsole reload
The following error(s) occured:
 - Cannot disable: The following modules depend on this one: sysadmin
root@ORD-PBX-GigRent-003:~#

forgot the --force:

fwconsole ma remove firewall --force && fwconsole ma downloadinstall firewall && fwconsole reload

I just want to note that any newly installed (or fully updated) v17 system I’ve tested on, I cannot replicate this issue using the same FQDN.

Sergio took this solution through to getting this working.

Except…

I needed to expressly add a trusted zone as the firewall wizard was not properly adding the first trusted zone.

fwconsole firewall trust x.x.x.x

Tom. To recreate this issue you would most likely need a copy of my backup.

1 Like

Correct. I’m pointing out that adding this data freshly in the firewall doesn’t throw the error. It could be related to how the data was restored from the backup.