1
0
Fork 0

router: Allow monitoring to access iot network to check webcam

This commit is contained in:
clerie 2022-07-27 17:59:20 +02:00
parent 516954f6b2
commit dae6c3d80f
1 changed files with 3 additions and 0 deletions

View File

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