Hi everyone!
I've made a small network with Boson's Netsim but I've ran into some problems:
I chose to subnet 172.1.0.0 for 14 usuable hosts per subnet => 172.1.0.0/28
or 255.255.255.240.
I chose to use the 7th subnet, being 172.1.0.112(=network address). The usuable hosts go from 172.1.0.113 to 172.1.0.126.
As you might know Cisco likes to divide subnets into a "lower" part and a "higher" part.
In order to do that I converted 112 to binary, being 01110000. The last 4 bits may change because of the subnetmask. Lower part goes from 0000 to 0111 (from 112 to 119). The higher part goes from 1000 to 1111, so from 120 till 127 (the latter being the broadcast address). Please note this is NOT subnetting.
I tried to make an (extended) ACL that prevents the hosts in the lower part range to access an other network. I applied the ACL to the "inbound" direction of the routers Fa0/0 interface:
access-list 101 deny ip 172.1.0.0 0.0.0.127 any
access-list 101 permit ip any any
access-list 102 deny ip 172.1.0.112 0.0.0.127 any
access-list 102 permit ip any any
Neither of the above lists seem to work

All help is greatly appreciated since my exam is due on Tuesday!
Thank you very much,
Jeroen