karora / fwbuilder

A clone of the SourceForge fwbuilder repostiory

Home Page:http://www.fwbuilder.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A clone of the SourceForge fwbuilder repostiory

http://www.fwbuilder.org


Languages

Language:C++ 67.1%Language:Shell 24.7%Language:HTML 4.1%Language:GAP 1.5%Language:XSLT 1.3%Language:QML 0.5%Language:C 0.3%Language:Rebol 0.2%Language:QMake 0.1%Language:Makefile 0.1%Language:Python 0.0%Language:Redcode 0.0%Language:Perl 0.0%Language:CSS 0.0%