Even during my CCNA days this always seemed to throw me off.
access-list 101 deny tcp 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 21
access-list 101 deny tcp 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 20
access-list permit ip any any
interface e0 (which is on the 172.16.3.0 subnet)
ip access-group out
Now if I am trying to access the 172.16.3.0 FROM the 172.16.4.0 subnet then would this be INBOUND?
I included a quick drawing.
Thanks