From 7bf6ea4acde31f9e8c66016b8e92a1967454f30b Mon Sep 17 00:00:00 2001 From: Bun Date: Fri, 21 Mar 2025 17:44:57 -0400 Subject: [PATCH] Update the Midas firewall --- hosts/midas/firewall/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/midas/firewall/default.nix b/hosts/midas/firewall/default.nix index a20a6761..9fba7338 100644 --- a/hosts/midas/firewall/default.nix +++ b/hosts/midas/firewall/default.nix @@ -5,7 +5,8 @@ content = '' chain PREROUTING { type nat hook prerouting priority dstnat; policy accept; - tcp dport 2211 dnat ip to 10.2.0.100:22 comment "SSH to PC" + tcp dport 2211 dnat ip to 10.2.0.100:22 comment "SSH to Tower" + tcp dport 2222 dnat ip to 10.2.0.101:22 comment "SSH to Kitty" udp dport { 27005, 27015 } dnat ip to 10.2.0.100 comment "PC Hosted Games"