Update the Midas firewall

This commit is contained in:
Bun 2025-03-21 17:44:57 -04:00
parent 044b240b66
commit 7bf6ea4acd

View file

@ -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"