Posts with "firewall" Tag

PiHole Setup

by Dan Aukes

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 Dan Aukes

Derived from here:

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

Read More
UFW -- Uncomplicated Firewall

by Dan Aukes

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 Dan Aukes

see [this ...

Read More
Install and configure fail2ban

by Dan Aukes

see [this ...

Read More