added ufw as firewall
This commit is contained in:
parent
b6ccfd8f95
commit
a4cfbdd19e
@ -76,7 +76,12 @@ After the playbook completes successfully:
|
|||||||
```
|
```
|
||||||
> Follow the self-signed certificate instructions when prompted.
|
> 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:
|
Ensure Incus is listening on the network:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user