https://github.com/williamcanin/firewall-linux
:fire: :shell: Script for installing a Firewall on Linux with the help of Firewall Builder
https://github.com/williamcanin/firewall-linux
firewall firewall-builder linux shell
Last synced: about 2 months ago
JSON representation
:fire: :shell: Script for installing a Firewall on Linux with the help of Firewall Builder
- Host: GitHub
- URL: https://github.com/williamcanin/firewall-linux
- Owner: williamcanin
- License: mit
- Created: 2016-07-12T23:27:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T09:23:28.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T22:26:47.730Z (about 1 year ago)
- Topics: firewall, firewall-builder, linux, shell
- Language: Shell
- Homepage: https://github.com/williamcanin/firewall-linux
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy Install Firewall
This project will help to install a firewall on Linux with the help of [Firewall Builder](http://www.fwbuilder.org/) to create the firewall script.
## Requirements
* SystemD
* IPTables
* Firewall Builder
* Sudo permission
## Configuration
You have the option to configure the firewall script with [Firewall Builder](https://archlinux.org/packages/?name=fwbuilder) through this launcher, but
you can do it manually by double-clicking the file *'src/firewall.fwb'*.
Remember if! After setting, save and compile.
The project *'src/firewall.fwb'* has two types of firewall, utm for dynamic IP and one for static IP.
Set up according to what you use.
## Installation
* 1 - Install Firewall Builder according to your Linux distribution.
* 2 - Do the clone project and enter the folder
~~~shell
shell> git clone https://github.com/williamcanin/firewall-linux.git && cd firewall-linux
~~~
* 3 - Run the command:
~~~shell
shell> ./init -i
~~~
* 4 - This installation launcher will follow you to the end.