We have an ASA5505 with inside, dmz and outside interface. I cannot get outside connections to come in.
We normally allow outside traffic into the dmz like this: (ip addresses have been changed)
access-list outside-in extended permit tcp any host 77.1.1.80 eq 80
access-list outside-in extended permit tcp any host 77.1.1.80 range 60000 64999
static (dmz,outside) 77.1.1.80 10.10.10.12 netmask 255.255.255.255
All DMZ hosts have full access to anything (except internal network)
The issue we are having is, no traffic is hitting 10.10.10.12 from the outside. I even did a permit ip any host 77.1.1.80 and still nothing. If we access 77.1.1.80 from 77.1.1.50,(one of our own public IPs) it works. But no other outside users can access it