A clone of the SourceForge fwbuilder repostiory
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Sirius Bakke ea25d1e557 test: Allow disable tests with -DBUILD_TESTING=OFF 2 years ago
.github/workflows chore: Add w32-mxe Qt 5.15 build 3 years ago
cmake Release v6.0.0-rc1 2 years ago
debian chore: Update debuild scripts to use cmake 4 years ago
doc Use CMAKE_INSTALL_MANDIR 2 years ago
docker chore: Add w32-mxe Qt 5.15 build 3 years ago
packaging Merge pull request #114 from ams-tschoening/windows_prob_noexec 2 years ago
src test: Allow disable tests with -DBUILD_TESTING=OFF 2 years ago
test removed test objects for secuwall 11 years ago
.gitignore chore: Add unpacked reference files for test 3 years ago
CMakeLists.txt test: Allow disable tests with -DBUILD_TESTING=OFF 2 years ago
README.md chore: Change build status badge links 3 years ago

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