Sirius Bakke b9f20a27a4 test: Fix instDialogInstallTest
Ignore host key validation on localhost,
without adding it to the known_hosts file
2020-03-19 01:04:17 +01:00
2019-07-28 19:59:21 +02:00
2019-07-29 09:05:29 +02:00
2020-03-19 01:04:17 +01:00
2012-03-18 21:32:32 -07:00
2019-02-20 00:12:56 -03:00
2019-12-02 19:46:56 +01:00
2020-02-23 23:52:40 +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%