Can you open the webserver using its internal ip from inside?
Do you have the following in your config?
same-security-traffic permit intra-interface
hth
Main Topics
Browse All TopicsI've got an ASA5510 running 8.2(1) with a Webserver in the DMZ. The webserver can be accessed from outside just fine. But I cannot access our website from within. I can ping the private address from inside, but not the public ip. I can ping the public IP from outside. I see several posts indicating that a static NAT translation from INSIDE to INSIDE is recommended (i.e. keep the source and destination network the same). My firewall is in routed mode, so I chose to use a NAT exempt rule instead. An example would be trying to access my webserver (10.208.11.99 / 24) from a host on another Class A subnet (10.208.13.104 / 24). I am specifying all subnets on their VLSM, so my NAT exempt is NOT 10.0.0.0 / 8 <--> 10.0.0.0 / 8.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
nodisco -
The same-security-traffic permit intra-interface got me last time, so yes, it's there. I can RDP to the webserver using its private IP address no problem. I suspect that I can't access our website internally with the private IP b/c we're enforcing the use of HTTP Headers on IIS 6.0.
ccie22921 -
I'll have to see if I can get that for you - I have not yet rebuilt the VPN connection, and I don't allow the firewall to be managed from any other interface than 'inside'.
Regards,
Scott
If you have an internal DNS server, the "quick" solution would be to put an A-record for your public website name pointing to the internal address. But if you cannot even browse it internally using the private ip, there is something stopping it. As per ccie22921 - if you can post your acls, it may become apparent
nodisco -
You're probably starting to understand why I posted here - I could have done the DNS A-Record as well, but my internal domain is not the same suffix as our website and I don't know how to create an A-Record that would work when the DNS server is going to append the default domain name. Perhaps an alias would work? Anyways, here's the access-list configured for the DMZ:
Also, if I perform a ping and/or traceroute to the public address, the ping isn't successful from within and I think the ACLs should allow it. The failure of the traceroute makes me think I've got a routing issue, but there's a proper default route and full routing table(s). If the default route configured wasn't working, we wouldn't even be able to surf the web (but we can).
I can't use the hairpinning due to the fact that I already have a static translation for the webserver like so:
static (dmz,outside) 24.97.199.21 10.208.11.99 netmask 255.255.255.255
So when I attempt
static (inside,inside) 24.97.199.21 10.208.11.99 netmask 255.255.255.255
there's a conflict/violation. I'm sure this is normal, so it looks like I'll try DNS Doctoring next...
Business Accounts
Answer for Membership
by: ccie22921Posted on 2009-08-19 at 15:46:58ID: 25138094
Can you provide output from
"show access-list dmz_access_in | include Webserver_Inside please?