aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-09-27 10:02:34 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-09-27 10:02:34 -0600
commite9dd218967ad6767214084b834f2a7586602b29c (patch)
tree220d0dd25b6b9d49c96eefc9f8266cdb2d282dbd /systems
parent02071c708e7ee2a53e3fc6568242a8d4d79b9d56 (diff)
downloaddotfiles-e9dd218967ad6767214084b834f2a7586602b29c.tar.gz
dotfiles-e9dd218967ad6767214084b834f2a7586602b29c.tar.xz
systems: nft: add outbound Dictionary ports
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems')
-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"