Cisco Pix does not let traffic pass from outside to inside even though ACL permits
- by Rickard
I have tried to make my pix 515 allow traffic from outisde interface to inside, but despite permitting ACL's, it doesn't seem to let traffic through.
(It is letting traffic out as it should though)
I am have tried both of the following:
access-list acl_in extended permit tcp any host 10.131.73.2 eq www
and
access-list acl_in extended permit ip any any
None of them help, but I can access 10.131.73.2 from any host on the inside network.
This is a one single host on the inside that should every now and then have an HTTP server running for development purpouses, so it doesn't need to reside on DMZ (and as far as I know, I can't place it on DMZ either as it's in the same subnet as the other ip's I have.
Could I have missed anything?
I am using PIX Version 8.0(4)
My current running config looks like this:
http://pastebin.com/TvRFyDrF
Hope someone can help me get this working.