Sirius Bakke 843434acc0 test: Disable tests on Ubuntu 16.04
The Qt version is too old to support the vnc
QPA platform - which is needed for the GUI
tests to run.
2020-03-19 23:38:26 +01:00
2019-07-28 19:59:21 +02:00
2020-03-19 23:36:30 +01:00
2012-03-18 21:32:32 -07:00
2019-12-02 19:46:56 +01:00

Build Status

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
S
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%