import-ferm
maintain and setup complicated firewall rules
Install
- All systems
-
curl cmd.cat/import-ferm.sh
- Debian
-
apt-get install ferm
- Ubuntu
-
apt-get install ferm
- Alpine
-
apk add ferm
- Arch Linux
-
pacman -S ferm
- Kali Linux
-
apt-get install ferm
- Fedora
-
dnf install ferm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ferm
- Raspbian
-
apt-get install ferm
- Dockerfile
- dockerfile.run/import-ferm
- Docker
-
docker run cmd.cat/import-ferm import-ferm
powered by Commando
ferm
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".