1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-06-15 06:37:26 +02:00
2018-05-09 22:17:31 +02:00
2015-03-10 16:44:15 +01:00
2017-01-23 22:27:50 +01:00
2007-12-25 22:25:59 +00:00
2012-03-18 21:32:32 -07:00
2014-09-24 11:30:04 +02:00
2018-03-05 20:00:55 +01:00
2018-01-25 13:25:32 -06:00
2018-01-25 15:36:26 -06:00
2011-05-14 22:47:37 -07: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

The instructions are inspired by the well-meaning but out of date instructions available from the fwbuilder.org website: http://www.fwbuilder.org/4.0/docs/users_guide5/compile_from_source.shtml

run the following apt-get install command to install the compile requirements:

 sudo apt-get install git automake autoconf libtool libxml2-dev libxslt-dev libsnmp-dev qt5-default qttools5-dev-tools
 git clone https://github.com/fwbuilder/fwbuilder.git
 cd fwbuilder
 ./autogen.sh
 make
 sudo make install

Then, if you are lucky, you should be able to type

 fwbuilder &

At the prompt and get it to run. There is also a GUI icon you can use to start the program.

Description
A clone of the SourceForge fwbuilder repostiory
Readme 28 MiB
Languages
C++ 66.8%
Shell 24.6%
HTML 4.1%
GAP 1.5%
XSLT 1.3%
Other 1.6%