From dae6c3d80f293dd8744eefb8838ce7f00383c3ce Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 27 Jul 2022 17:59:20 +0200 Subject: [PATCH] router: Allow monitoring to access iot network to check webcam --- hosts/router/151-net-technik-iot.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/router/151-net-technik-iot.nix b/hosts/router/151-net-technik-iot.nix index de8872a..03d9b81 100644 --- a/hosts/router/151-net-technik-iot.nix +++ b/hosts/router/151-net-technik-iot.nix @@ -62,6 +62,9 @@ { incomingInterface = "net-ikt"; } # Give technik access to their toys { incomingInterface = "net-technik"; } + # Allow monitoring + { incomingInterface = "net-services"; sourceAddress = "10.42.10.7"; } + { incomingInterface = "net-services"; sourceAddress6 = "2a01:4f8:1c0c:8221::7"; } ]; clerie.uplink-selector.interfaces.net-technik-iot.uplink = "uplink-b";