From 8d941ebef4cf9c55ae287387b555d7e334406f57 Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Sat, 28 Jun 2025 21:57:30 +0200 Subject: [PATCH] open fw for iperf --- groups/os/debian.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/groups/os/debian.py b/groups/os/debian.py index 69bb0d2..270fa60 100644 --- a/groups/os/debian.py +++ b/groups/os/debian.py @@ -47,6 +47,14 @@ 'mtr-tiny': {}, }, }, + # iperf3 + 'nftables': { + 'input': { + 'tcp dport 5201 accept', + 'udp dport 5201 accept', + }, + }, + }, 'os': 'debian', 'pip_command': 'pip3',