On Oct 13, 9:08 pm, KB <tfske...@gmail.com> wrote:
> Hello. I'm having a few problems getting my ip inspect statments
> working properly. I have an inspect list that covers TCP and UDP
> outgoing, and an access list inbound that denys everything. For the
> most part, it works, but it doesn't load certain pages very well.
> Things like google maps don't load the maps, and other "dynamic" pages
> have problems. Has anyone else run into this before? Here are my
> statements:
>
> Any suggestions would be great!
>
> Thanks,
> Kelly
First of all are you sure that the inspection engine is the cause of
the problem? if you remove the ACLs and the inspect commands
everything works properly?
Since you use CBAC, you don't need "permit tcp any any established" in
acl 101. That's what CBAC is for.
if you have confirmed that cbac makes the problem, I would suggest to
add as last lines in list 101:
access-list 101 deny tcp any gt 0 any gt 0 log
access-list 101 deny udp any gt 0 any gt 0 log
access-list 101 deny ip any any log
and try to correlate the logs of the router with the pages that fail
to load.
also you should add the line:
ip inspect log drop-pkt , it will show you any drops that the CBAC
engine does.
John
|