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";