Add missing ingress fw rule.

This commit is contained in:
Mikael Andersson 2025-02-19 12:16:01 +01:00
parent 6dd96bafed
commit 2ff26b478b
Signed by: mikand
GPG key ID: 184EEE05D37D72DF
3 changed files with 3 additions and 0 deletions
internal-sto4-prod-k8sc-0.rut.sunet.se/overlay/etc/nftables/conf.d
internal-sto4-prod-k8sc-1.rut.sunet.se/overlay/etc/nftables/conf.d
internal-sto4-prod-k8sc-2.rut.sunet.se/overlay/etc/nftables/conf.d

View file

@ -0,0 +1 @@
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public"

View file

@ -0,0 +1 @@
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public"

View file

@ -0,0 +1 @@
add rule inet filter input tcp dport { 80, 443 , 30080, 30443} counter accept comment "nft_public"