3 Commits

Author SHA1 Message Date
9e4072f0aa Remove extra flush commands on firewall stop
They are not needed as they are already flushed when the firewall
starts or stops.
2025-07-11 16:25:21 +02:00
7e3a48617b Prevent accidental use of nftables 2025-07-11 16:25:21 +02:00
de444dc007 Add proxy configuration for internal hosts
Access internal hosts via apex proxy. From the compute nodes we first
open an SSH connection to apex, and then tunnel it through the HTTP
proxy with netcat.

This way we allow reaching internal GitLab repositories without
requiring the user to have credentials in the remote host, while we can
use multiple remotes to provide redundancy.
2025-07-11 16:25:13 +02:00

View File

@@ -61,6 +61,8 @@
Host raccoon
HostName knights3.bsc.es
ProxyCommand nc -X connect -x localhost:23080 %h %p
Host tent
ProxyJump raccoon
'';
# Use tent for cache