Posts with "firewall" Tag

PiHole Setup

by danaukes

docker compose

```yaml version: "3"

More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/

services: pihole: ...

Read More
Fail2Ban

by danaukes

Derived from here:

```bash sudo apt install -y fail2ban sudo systemctl enable fail2ban sudo systemctl start ...

Read More
UFW -- Uncomplicated Firewall

by danaukes

To turn on UFW,

```bash sudo ufw allow 22 sudo ufw enable sudo ufw status sudo systemctl enable ufw sudo systemctl ...

Read More
Enable UFW

by danaukes

see [this ...

Read More
Install and configure fail2ban

by danaukes

see [this ...

Read More