Change it from 100 to 101 which is an extended IP access list which is what you want with the eq 80. Dont forget the implied DENY ALL at the end which will block everything you have not said expressly to pass through.
Mike S
"Diplomacy; the art of saying 'nice doggie' till you can find a rock" Wynn Catlin
Where is your access-list is the entry for www? Try re-writing your access-list and putting it at the very top to ensure you are not stepping on your own toes (the rule of thumb I have always heard is specific to general...)
Secondly, take a look at using 'ip accounting access-violations' and 'show ip accounting access-violations' to give you an idea of if anything is making it to your list and where it is being denied.
You can also turn on logging (either console - although its sometimes tricky that way -- or to a syslog server) and that will give you the packets as they are being denied. You will need to turn on 'debug ip access-list detail' and/or 'debug ip access-list lookup' (I can't remember which...).
Hope this helps a bit,
Paul Kincaid
P.S. wybnormal -- f.y.i. 100 is within the extended list.
bhandari
- sorry I missed your question after my reply....
You need to apply the access list to the interface as follows:
router# conf t
router(config)# interface e0 (or whatever the interface name is)
router(config-if)# ip access-group 100 in
router(config-if)# end
router# write memory
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.