Remove some firewall rules
This commit is contained in:
parent
86a180de0c
commit
968ae4631c
2 changed files with 1 additions and 2 deletions
|
@ -16,6 +16,7 @@
|
||||||
fsType = "nfs4";
|
fsType = "nfs4";
|
||||||
options = [
|
options = [
|
||||||
"noauto"
|
"noauto"
|
||||||
|
"port=2050"
|
||||||
"soft"
|
"soft"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
];
|
];
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
tcp dport 2211 dnat ip to 11.0.0.100:22 comment "Tower SSH"
|
tcp dport 2211 dnat ip to 11.0.0.100:22 comment "Tower SSH"
|
||||||
tcp dport 2222 dnat ip to 11.0.0.2:22 comment "Kitty SSH"
|
tcp dport 2222 dnat ip to 11.0.0.2:22 comment "Kitty SSH"
|
||||||
|
|
||||||
tcp dport 2050 dnat ip to 11.0.0.2:2049 comment "Kitty NFS"
|
|
||||||
|
|
||||||
udp dport { 27005, 27015 } dnat ip to 11.0.0.100 comment "PC Hosted Games"
|
udp dport { 27005, 27015 } dnat ip to 11.0.0.100 comment "PC Hosted Games"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue