
Extended ACL seems not working?
Please let me know what is the problem with my ACL since I do not know anymore if the concept in my head is wrong or right. Any inputs is greatly appreciated. I do not know what else to do in GNS3, I have shutdown and rebooted it number of times and still same result...
Requirement is that all hosts can do anything to the FINANCIAL_WEB_SERVER except web access. only host C can web access it.
Corp1#sh run int f0/1
Building configuration...
Current configuration : 125 bytes
!
interface FastEthernet0/1
ip address 172.22.242.30 255.255.255.240
ip access-group 100 out
duplex auto
speed auto
end
Corp1#sh run | s access-list
access-list 100 permit tcp host 192.168.33.3 host 172.22.242.23 eq www
access-list 100 deny tcp any host 172.22.242.23 eq www
access-list 100 permit ip any any
Comments
I'm not clear on what specifically isn't working? Also, how does it behave when you remove the ACL?
Try put your ALC IN on internal f0/0 interface on Corp1 router.
Hi,
Stup*d me, the ip http server command is disabled on the FINANCIAL_WEB_SERVER!!!
It's working now!
Thanks!
it happens to all of us; no worries [Y]