Commit Graph

6 Commits

Author SHA1 Message Date
Jan Schär bee5eb3984 Add reboot with BootNext 2025-03-08 16:56:37 +01:00
Jan Schär 6c8705b8cd Add runcontestant script 2025-03-08 16:54:15 +01:00
Jan Schär 500ca36444 Fix stuck nftables load
Previously, the ssh connection got stuck when first loading the nftables
ruleset. I now found the reason for this: conntrack was not active
before loading the ruleset, so there was no conntrack entry for the ssh
connection. This means the traffic was not matched by 'ct state
established', and the other output rules did not allow the traffic. To
fix this, we can load a ruleset at boot which uses conntrack; this
ensures that conntrack is already enabled when loading the actual
ruleset over ssh.
2025-03-07 12:41:24 +01:00
Jan Schär 474785f2d7 Add more text to contestops readme 2024-05-18 18:09:13 +02:00
Jan Schär aab293ac19 Add contest WiFi connection 2024-05-13 22:59:31 +02:00
Jan Schär 968d09e362 Initial commit 2024-05-09 22:45:53 +02:00