aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/daeva/nftables-rules.nft2
-rw-r--r--systems/koi/nftables-rules.nft2
-rw-r--r--systems/yak/nftables-rules.nft2
3 files changed, 6 insertions, 0 deletions
diff --git a/systems/daeva/nftables-rules.nft b/systems/daeva/nftables-rules.nft
index 35479d56..58828827 100644
--- a/systems/daeva/nftables-rules.nft
+++ b/systems/daeva/nftables-rules.nft
@@ -62,6 +62,8 @@ table inet filter {
tcp dport 6697 counter accept comment "IRC"
tcp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
+ tcp dport 2628 counter accept comment "Dictionary"
+ udp dport 2628 counter accept comment "Dictionary"
tcp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 19302-19309 counter accept comment "Google Meet Ports"
diff --git a/systems/koi/nftables-rules.nft b/systems/koi/nftables-rules.nft
index 2e68f351..2745a4d7 100644
--- a/systems/koi/nftables-rules.nft
+++ b/systems/koi/nftables-rules.nft
@@ -63,6 +63,8 @@ table inet filter {
tcp dport 6697 counter accept comment "IRC"
tcp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
+ tcp dport 2628 counter accept comment "Dictionary"
+ udp dport 2628 counter accept comment "Dictionary"
tcp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 19302-19309 counter accept comment "Google Meet Ports"
diff --git a/systems/yak/nftables-rules.nft b/systems/yak/nftables-rules.nft
index c572c647..df855be9 100644
--- a/systems/yak/nftables-rules.nft
+++ b/systems/yak/nftables-rules.nft
@@ -63,6 +63,8 @@ table inet filter {
tcp dport 6697 counter accept comment "IRC"
tcp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
+ tcp dport 2628 counter accept comment "Dictionary"
+ udp dport 2628 counter accept comment "Dictionary"
tcp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 19302-19309 counter accept comment "Google Meet Ports"