|
2 months ago | |
---|---|---|
.github/workflows | 4 months ago | |
cmake | 2 months ago | |
debian | 2 years ago | |
doc | 2 months ago | |
docker | 4 months ago | |
packaging | 2 months ago | |
src | 2 months ago | |
test | 9 years ago | |
.gitignore | 11 months ago | |
CMakeLists.txt | 2 months ago | |
README.md | 4 months ago |
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.
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
debuild -us -uc --lintian-opts --profile debian