vault backup: 2025-04-23 19:19:10

This commit is contained in:
Jerry Jacobs 2025-04-23 19:19:10 +02:00
parent 6851fd5cf4
commit 9c84808836
1 changed files with 5 additions and 3 deletions

View File

@ -23,9 +23,11 @@ Dedibox Scaleway Online.net
* `apt install iptables` * `apt install iptables`
* `/usr/local/sbin/firewall-enable.sh` * `/usr/local/sbin/firewall-enable.sh`
* `/etc/systemd/system/firewall.service` * `/etc/systemd/system/firewall.service`
* Run in tmux so firewall testing can be done:
* `systemctl start firewall && sleep 120 && /usr/local/sbin/firewall-disable.sh` * `systemctl start firewall && sleep 120 && /usr/local/sbin/firewall-disable.sh`
* `systemctl enable firewall.service` * `/sbin/iptables -L -n -v`
* * Check if firewall works within 120 seconds (then it is disabled)
* Enable firewall at boot: `systemctl enable firewall.service`
See: See:
* *