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
- Host: GitHub
- URL: https://github.com/major0001/alx-system_engineering-devops
- Owner: major0001
- Created: 2022-05-26T00:11:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T02:18:53.000Z (10 months ago)
- Last Synced: 2024-12-25T11:37:54.623Z (4 months ago)
- Language: Shell
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.