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"