Update the Midas firewall
This commit is contained in:
parent
044b240b66
commit
7bf6ea4acd
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
content = ''
|
content = ''
|
||||||
chain PREROUTING {
|
chain PREROUTING {
|
||||||
type nat hook prerouting priority dstnat; policy accept;
|
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"
|
udp dport { 27005, 27015 } dnat ip to 10.2.0.100 comment "PC Hosted Games"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue