03-31-2014 09:19 AM - edited 03-11-2019 09:00 PM
I have a issue with NAT in ASA 5505 version 9.0 firewal.
1. I have one web server on LOCAL LAN in ASA firewall with private ip address. Web application is running on webserver, and I can access this web application with private ip address from web server itself, But I am not able to access web application with public NATed ip address(NATED in ASA firewall) from web server itself.
2. From the outside of the firewall the web server application is accessible with public ip address.
Public ip 103.15.62.X and server ip 10.0.0.10 please suggest the config with version 9.3
03-31-2014 11:35 AM
Hello,
Try this:
object network obj-103.15.62.X
host 103.15.62.x
object network obj-10.0.0.10
host 10.0.0.10
nat (inside,inside) source dynamic any interface destination static obj-103.15.62.X obj-10.0.0.10
Regards,
Felipe.
Remember to rate useful posts.
04-14-2014 07:26 AM
Hello, did the above suggestion work?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide