
I am just now diving into ACL and decided to venture into CCNAVL to see if I got the basics. I thought I got it, but this sim is making me wonder wtf.
I simply want to block anything from the 172.16.10.0 network from accessing the 172.16.30.0 network. Basic stuff, I know, but bear with me.

I create the following ACL:
access-list 10 deny 172.16.10.0 0.0.0.255
access-list 10 permit any
I then add this to the FA0/0 of Router_B:
ip access-group 10 out
This does do what it is supposed to. I cannot ping Host B (172.16.30.100) from Host A (172.16.10.100), but something else is going on...
I now can't ping Host A from B. I did verify the sim actually let me do that with no ACL applied to an interface. If the ACL is on the OUT of Router B's FA0/0, then it should not affect the .30 network getting out correct? Host B can ping up to 172.16.10.1, but that is it.
For the love of god please tell me this sim is retarded and not me.
Thanks in advance.