I am wondering if it is possible to allow traffic from one host to another in a particular direction, while denying the traffic from the another direction.
For example, VLAN10 contains a PC with the IP of 10.10.10.10/24. VLAN10's interface is 10.10.10.1/24. VLAN20 contains a PC with the IP address of 10.20.20.20/24. VLAN20's interface IP address is 10.20.20.1/24.
Basically, I want to be able to access 10.20.20.0/24 network from 10.10.10.10, but I do not want 10.20.20.20 to be able to access anything in the 10.10.10.0/24 network. What I am looking for is to be able to permit/deny access to certain networks based on what the source IP is.
I am confused on how to configure the ACLs - inbound, outbound or both on the VLAN interfaces.
Any info would be appreciated.