All Projects → jpylypiw → Easywall

jpylypiw / Easywall

Licence: gpl-3.0
Web interface for easy use of the IPTables firewall on Linux systems written in Python3.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects
bash
514 projects

Projects that are alternatives of or similar to Easywall

Iptables Boilerplate
rock solid default firewall-rules for webhosts
Stars: ✭ 249 (+44.77%)
Mutual labels:  iptables, debian, firewall
Pc Engines Apu Router Guide
Guide to building a Linux or BSD router on the PC Engines APU platform
Stars: ✭ 101 (-41.28%)
Mutual labels:  iptables, debian, firewall
Ansible Role Firewall
Ansible Role - iptables Firewall configuration.
Stars: ✭ 343 (+99.42%)
Mutual labels:  iptables, debian, firewall
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-16.28%)
Mutual labels:  iptables, debian, firewall
Ufw Docker
To fix the Docker and UFW security flaw without disabling iptables
Stars: ✭ 878 (+410.47%)
Mutual labels:  debian, firewall
Docker Host
A docker sidecar container to forward all traffic to local docker host or any other host
Stars: ✭ 769 (+347.09%)
Mutual labels:  iptables, firewall
Tic Tac
Client not paid ? This is the solution of your problem
Stars: ✭ 29 (-83.14%)
Mutual labels:  easy-to-use, easy
Iptables Essentials
Iptables Essentials: Common Firewall Rules and Commands.
Stars: ✭ 1,057 (+514.53%)
Mutual labels:  iptables, firewall
Django Admin Easy
Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way
Stars: ✭ 265 (+54.07%)
Mutual labels:  easy-to-use, easy
Ezxss
ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.
Stars: ✭ 1,022 (+494.19%)
Mutual labels:  easy-to-use, easy
Afwall
AFWall+ (Android Firewall +) - iptables based firewall for Android
Stars: ✭ 2,024 (+1076.74%)
Mutual labels:  iptables, firewall
Iptables semantics
Verified iptables Firewall Ruleset Analysis
Stars: ✭ 85 (-50.58%)
Mutual labels:  iptables, firewall
Easy.logger
A modern, high performance cross platform wrapper for Log4Net.
Stars: ✭ 118 (-31.4%)
Mutual labels:  easy-to-use, easy
Easy.common
A set of useful utilities and helpers used across Easy.* projects.
Stars: ✭ 306 (+77.91%)
Mutual labels:  easy-to-use, easy
Pywall
Python firewall.
Stars: ✭ 27 (-84.3%)
Mutual labels:  iptables, firewall
Psad
psad: Intrusion Detection and Log Analysis with iptables
Stars: ✭ 298 (+73.26%)
Mutual labels:  iptables, firewall
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+496.51%)
Mutual labels:  easy-to-use, easy
net-network
Public collection of firewall dumps.
Stars: ✭ 40 (-76.74%)
Mutual labels:  firewall, iptables
Docker Fail2ban
Fail2ban Docker image based on Alpine Linux
Stars: ✭ 263 (+52.91%)
Mutual labels:  iptables, firewall
Firehol
A firewall for humans...
Stars: ✭ 1,215 (+606.4%)
Mutual labels:  iptables, firewall

easywall GitHub Actions Build Coveralls github GitHub license

Release Version Python Version Repo Size Release Status Security Headers Discord Support Beerpay

Pypi Download APT Download GitHub Download


Firewalls are becoming increasingly important in today's world. Hackers and automated scripts are constantly trying to invade your system and use it for Bitcoin mining, botnets or other things.

To prevent these attacks, you can use a firewall on your system. IPTables is the strongest firewall in Linux because it can filter packets in the kernel before they reach the application. Using IPTables is not very easy for Linux beginners. We have created easywall - the simple IPTables web interface. The focus of the software is on easy installation and use.

Home Screen


Demo

You can view an online version of the program as a demo under the following link:

https://dev01vt.wdkro.de:12227/ (Certificate is provided by Let's Encrypt)

  • Username: demo
  • Password: demo

The online demo version is reset every 30 minutes and all data is deleted. The demo has only the frontend installed without the backend. Configuration changes are therefore not saved or applied.


Quick Start

This guide refers to the easiest way to install using the APT Package Manager. For detailed installation instructions, please refer to the documentation.

apt update
apt install -y apt-transport-https gnupg
echo "deb https://apt.wdkro.de/ stable main" > /etc/apt/sources.list.d/easywall.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D88D7689C1624EE3
apt update
apt install easywall

After installation, the web interface can be accessed in the browser at https://hostname-or-ip-address:12227.


Features

  • Built-in rules - that can be activated by option.
  • Logging - of blocked connections and many other stuff.
  • IPv6 - is completely supported since it should be used on every system.
  • Two step activation - Changed rules are activated in two steps to check the connection.
  • Blacklisting and Whitelisting - of IP addresses and IPv6 addresses.
  • Port Forewarding - Forward Ports through the Firewall.
  • TCP, UDP and Port Ranges - Open them if you need them in the internet.
  • Own IPTables rules - Can be managed in the web interface.
  • Install and Update - The software can be installed and updated easily.
  • Ansible role- For advanced users and automation.

Roadmap

The following features will be implemented in one of the next versions. If you need a feature, simply create a GitHub issue, and we'll include it here.

  • ❌ finish all TODO: Docs documentations
  • ❌ improve testing by using multiple os

Install

We provide extensive instructions on our installation page. You can find a script for automatic downloading and installation.


Ansible Role

We are currently working on an Ansible role that will allow easywall to be fully configured with Ansible.

The project can be found under the following link: ansible-role-easywall


Documentation

Check the docs folder for the software documentation.


License

easywall is GNU General Public License v3.0 +.


Support me

The project easywall was created in a time when I did not have any knowledge about Linux. Today I work as an administrator for Linux systems and would not need this project anymore. Nevertheless it is important to me to support the introduction to Linux and the use and simplification of firewalls.

To continue the project, I need your support! Please donate so that I can continue the project in my spare time. Every dollar counts! You can find a donation link on GitHub.


What does it look like

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].