A clone of the SourceForge fwbuilder repostiory
Перейти к файлу
Sirius Bakke 8013c00e1f Disable builds with Qt < 5.15 2023-07-23 00:56:24 +02:00
.github/workflows Disable builds with Qt < 5.15 2023-07-23 00:56:24 +02:00
cmake Release v6.0.0-rc1 2021-01-03 23:54:46 +01:00
debian chore: Update debuild scripts to use cmake 2019-02-21 00:56:41 -03:00
doc Use CMAKE_INSTALL_MANDIR 2020-12-22 03:34:07 +01:00
docker Update docker images and build matrix 2023-07-23 00:55:28 +02:00
packaging Merge pull request #114 from ams-tschoening/windows_prob_noexec 2020-12-30 01:25:37 +01:00
src fix: Remove unused code 2023-07-22 20:06:28 +02:00
test removed test objects for secuwall 2012-03-18 21:32:32 -07:00
.gitignore chore: Add unpacked reference files for test 2020-03-19 01:09:47 +01:00
CMakeLists.txt chore: Update CMakeLists.txt for Qt6 2023-07-22 20:06:06 +02:00
README.md chore: Change build status badge links 2020-10-10 17:58:27 +02:00

README.md

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