I'm taking a CCNA course at a local Vo-Tech and one of my labs, (Virtual), had this in it as the way to configure an access list to deny tcp from a host with a 192.168.10.1 ip address. I configured the ACL as the lab instructed, see below, and was supposed to ping the router from Host B and receive a "Destination net unreachable", instead I received a reply. Below is what I submitted on feedback to the people running the V-lab but have not received a reply, and that was 3 days ago.
When configuring the router to deny tcp, the line says `access-list 111 deny tcp any 192.168.10.1 0.0.0.0 eq 7`. Should it read, ` access-list 111 deny tcp any 192.168.10.0 0.0.0.0 eq 7`? The first instance does not block TCP from Host B as I was able to receive replies from the router when pinging from Host B with this configuration. I changed it to the second instance and recieved the desired results, `Destination net unreachable`. Is this right or wrong.
Any input?
Thanks