ACL exception rules doesn't work + creating administrator VLAN
Hi, I have created two VLANs - VLAN10 and VLAN20. I want to use an ACL to disable their communication with each other and allow them to access the internet and create one exception. The first two rules succeeded, but the exception didn't. Should look like this:
IP from VLAN10 192.168.10.4 should be able to access IP from VLAN20 192.168.20.254.
First ACL Deny between VLANs looks like this:
Second ACL Permit Internet:
Last ACL Exception:
As for the last rule, even though it is binded as the only one, it blocks all communication between the two VLANs, even though there is a clear permit. It's driving me crazy, what am I doing wrong?
Thanks for help.