ER605 V1 1.2.2 BETA - Two issues
Hello !
Encountered two issues with this beta.
1. When setting up Stateful ACL for IoT network, to disallow IoT clients from reaching LANs (more than one), this causes router to go in to reboot loop and being disconnected from omada controller (Omada Hardware Controller V5.9.32 @ OC200)
Setting up only one network in target networks causes no such problem.
2. When Stateful ACL is set up to disallow IoT -> LAN connection, and there is a DNS server hosted in LAN, it is not possible to allow such connection anymore using switch ACL, this does not work:
Dear engineers/programmers, please think about a way on how to make this work (this should be pretty standard I think):
- IoT devices can't connect to secure LAN by default however IoT devices can access DNS server (or other defined IP/Port group) hosted in secure LAN
- Secure VLAN devices can access IoT VLAN and IoT VLAN devices can reply to them
- IoT VLAN devices mDNS broadcasts are sent to secure LAN
- (Optional?) IoT VLAN devices can't talk to each other
EDIT:
I managed to get most of the above requirements working, just had to put my DNS server in to IoT VLAN as well and protect it using FW on my server instead of relying on inconsistent ACL rules.
My setup as of now consists of:
1. Gateway ACL rule to deny IoT network -> LAN network traffic (stateful ACL)
2. Switch ACL rule to deny IoT network -> IoT IP:Port group (all ports)
3. EAP ACL rule to deny IoT network -> IoT IP:Port group (all ports)
Trying to use network -> network in switch/eap ACL just broke entire IoT network, even when using any allow rules for GW/DNS server.
Trying to use network -> IP group had literally no effect.
Therefore using network -> IP-Port group was the only way to stop traffic between IoT clients.
My DNS server now has an IP in IoT network but for some reason is not blocked by above ACL, though when trying to access other IoT devices this no longer works, so although from logical and technical aspect it makes no sense, with above setup I got what I wanted to achieve.