1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-01-15 15:32:32 +01:00
Sirius Bakke ad53357d83
Merge pull request #114 from ams-tschoening/windows_prob_noexec
Error "Firewall Builder: Unknown option 'n'." when opening files on Windows using double-click.
2020-12-30 01:25:37 +01:00
2020-10-07 21:11:12 +02:00
2020-12-22 03:34:07 +01:00
2020-10-10 18:04:24 +02:00
2020-12-30 01:23:02 +01:00
2012-03-18 21:32:32 -07:00
2020-12-30 01:22:33 +01:00

Linux macOS w32-mxe

fwbuilder

Firewall Builder is a GUI firewall management application for iptables, PF, Cisco ASA/PIX/FWSM, Cisco router ACL and more. Firewall configuration data is stored in a central file that can scale to hundreds of firewalls managed from a single UI.

Installation instructions

Ubuntu

 sudo apt install git cmake libxml2-dev libxslt-dev libsnmp-dev qt5-default qttools5-dev-tools
 git clone https://github.com/fwbuilder/fwbuilder.git
 mkdir build
 cd build
 cmake ../fwbuilder
 make
 sudo make install

Note: default destination is /usr/local. This is configurable:

 cmake ../fwbuilder -DCMAKE_INSTALL_PREFIX=/usr

Create deb package

debuild -us -uc --lintian-opts --profile debian
Description
A clone of the SourceForge fwbuilder repostiory
Readme 29 MiB
Languages
C++ 66.8%
Shell 24.6%
HTML 4.1%
GAP 1.5%
XSLT 1.3%
Other 1.6%