fix bad ssh jumphost

This commit is contained in:
CDaut 2025-11-23 17:26:15 +01:00
parent abad8b586e
commit de1a4e71dc
Signed by: clara
GPG key ID: 223391B52FAD4463
2 changed files with 25 additions and 21 deletions

View file

@ -339,6 +339,7 @@
ip46tables -t mangle -D nixos-fw-rpfilter -p udp -m udp --sport 51820 -j RETURN || true ip46tables -t mangle -D nixos-fw-rpfilter -p udp -m udp --sport 51820 -j RETURN || true
ip46tables -t mangle -D nixos-fw-rpfilter -p udp -m udp --dport 51820 -j RETURN || true ip46tables -t mangle -D nixos-fw-rpfilter -p udp -m udp --dport 51820 -j RETURN || true
''; '';
allowedUDPPorts = [ 51820 ];
}; };

View file

@ -133,7 +133,10 @@ in
}; };
"10.0.0.*" = { "10.0.0.*" = {
proxyJump = "infra.cdaut.de"; proxyJump = "netcup.infra.cdaut.de";
};
"10.10.*.*" = {
proxyJump = "cube.infra.cdaut.de";
}; };
"*" = { "*" = {
forwardAgent = true; forwardAgent = true;