An open API service indexing awesome lists of open source software.

https://github.com/major0001/alx-system_engineering-devops

Time to tackle system engineering developments
https://github.com/major0001/alx-system_engineering-devops

Last synced: 3 months ago
JSON representation

Time to tackle system engineering developments

Awesome Lists containing this project

README

        

# Firewall

In this project, I used `ufw` to configure firewalls on my issued web servers.

## Tasks :page_with_curl:

* **0. Block all incoming traffic but**
* [0-block_all_incoming_traffic_but](./0-block_all_incoming_traffic_but): Bash
script that installs a `ufw` firewall to block all incoming traffic except for
ports `22`, `443` and `80` on a web server.

* **1. Port forwarding**
* [100-port_forwarding](./100-port_forwarding): `ufw` configuration file that
configures a firewall to redirect port `8080/TCP` to port `80/TCP`.