Hey guys,
Just working through some of Todd Lammle's extra practice labs and I need to set up an ACL on a router to stop HTTP traffic from hitting the tftp server. My config so far is:
I created an ACL on the Core Router to stop HTTP traffic. I still want to allow pings:
access-list 101 deny tcp 192.168.10.240 0.0.0.7 eq www host 10.10.10.254
access-list 101 permit ip any any
So I was hoping this extended ACL would stop any host on the 192.168.10.240 -.247 range being able to request http traffic from the server. I have then added the permit any any (I understand that normally you would allow traffic and then deny any any but I didn't know how to do this to allow pings but deny http traffic?). But this hasn't worked anyway, everything seems to be going through.
interface Serial0/0
description connected to router P1r1
ip address 192.168.10.254 255.255.255.252
ip access-group 101 in
clock rate 64000