How to Install ferm in Ubuntu 18.04



Install ferm by entering the following commands in the terminal:

sudo apt update
sudo apt install ferm

Description:

maintain and setup complicated firewall rules

ferm is a frontend for iptables. It reads the rules from a structured configuration file and calls iptables(8) to insert them into the running kernel. . ferm's goal is to make firewall rules easy to write and easy to read. It tries to reduce the tedious task of writing down rules, thus enabling the firewall administrator to spend more time on developing good rules than the proper implementation of the rule. . To achieve this, ferm uses a simple but powerful configuration language, which allows variables, functions, arrays, blocks. It also allows you to include other files, allowing you to create libraries of commonly used structures and functions. . ferm, pronounced "firm", stands for "For Easy Rule Making".

Homepage: http://ferm.foo-projects.org/

Version: 2.4-1

Section: universe/net