From b816211833e6395ac2337f33e997a53ab5a77fb5 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sat, 25 Jun 2016 14:26:18 +0200 Subject: [PATCH] ajout des ports pour iperf --- app-network.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-network.nix b/app-network.nix index fb49b6b..6c98a49 100644 --- a/app-network.nix +++ b/app-network.nix @@ -24,4 +24,7 @@ openvpn tinc ]; + + networking.firewall.allowedTCPPorts = [5201]; # iperf + networking.firewall.allowedUDPPorts = [5201]; # iperf }