Does anyone know how to block a range of IP's from computers in my network access to a website with IP 217.116.8.13?
So I want to give access to 217.116.8.13 for ip adresses ending with x.x.x.15. So x.x.x.16 and above needs to be blocked!
I was trying something like this:
Code:
R2(config)# access-list 3 permit tcp 192.168.73.0 0.0.0.254 192.168.73.15 0.0.0.254 host 217.116.8.13 eq http
But I don't think that that would work. Does anyone have any suggestions at all?
It's for school for a test. This test is on tuesday and I really want to do this good!
