Hello everybody,
I want to achieve a configuration like this:
http://howdoesinternetwork.com/2012/allow-vlan-access-but-no-back
respectively
http://vmfocus.com/2012/10/14/how-to-configure-access-lists-route-between-vlans-on-hp-v1910-24g/
I tried everything with no success.
10.100.3.0/24 should be allowed to access 10.100.4.0/24; but not vice versa.
Here is my config:
3001
rule 0 permit tcp established
rule 10 deny ip source 10.100.4.0 0.0.0.255 destination 10.100.3.0 0.0.0.255
rule 15 permit ip
classifier for 3001
behavior deny
respective policy applied to ports of 10.100.4.0 inbound
Thank you in advance!
Best regards