Unidirectional block + exception
Unidirectional block + exception
Tags:
#Controller
#ACL
Hey, I am experimenting with the Omada controller to try and achieve the following scenario:
- PERMIT traffic from Private -> Public
- DENY traffic from Public -> Private
- PERMIT traffic from Public -> 10.25.0.2 (host in Private, so this is would be an exception to 2.)
From what I can gather, I cannot implement all those rules simultaneously. I can get bidirectional block + exception with Switch ACLs by using a PERMIT rule from Public to
IP_GROUP[10.25.0.2], but this will block traffic **bidirectionally**.
Or I can get unidirectional block by using Gateway ACLs, however, I cannot add an exception as the IP_GROUP functionality is not available in LAN-LAN rules, only LAN-WAN... Any workaround to this?
1 Accepted Solution