added ufw as firewall

This commit is contained in:
marmattheo 2025-06-12 03:19:28 +00:00
parent b6ccfd8f95
commit a4cfbdd19e

View File

@ -76,7 +76,12 @@ After the playbook completes successfully:
```
> Follow the self-signed certificate instructions when prompted.
5. **Configure Firewall for ufw (Optional: only if you are using ufw):**
5. **Configure Firewall using ufw (Optional):**
Install ufw and enable:
```bash
sudo apt install ufw -y && sudo enable ufw
```
Ensure Incus is listening on the network: