Hello,
I am having trouble forwarding a port in our ASA 5512. As far as I know, everything is setup correctly, but I cannot access our internal webserver via our external IP. I can however access the webserver using it's internal IP, so I know the website is available.
ASA 5512
ASA version: 8.6(1)2
ASDM version: 7.3(1)101
I have an ACL entry for the webserver: Following line is from the SHOW RUNNING-CONFIG cmd... "Ajera" is the webserver object:
access-list Outside_access_in extended permit tcp any object Ajera object-group DM_INLINE_TCP_1
I also have a NAT entry for the Webserver object: via the SHOW RUNNING-CONFIG cmd...
object network Ajera
nat (Inside,Outside) static interface service tcp www www
The above were configured via the ASDM. I also ran the packet trace tool and it PASSED all the way from the External Interface to the Webserver's internal IP. There is no firewall active on the webserver.
Any suggestions?
Is the webserver default gateway the inside ip of the asa?