10-09-2014 05:30 AM - edited 03-11-2019 09:53 PM
Dear All
I am trying to configure the Static NAT to access the Web server from internet. But when i try to configure the Static NAT its not reflecting inside the configuration and disappearing. I don't know the reason may be its software bug or something else.
Could you please guide in this how can i resolve this issue. Below is my configuration and software version.
object network OWA-external-ip
host 213.42.156.115
object network OWA-server-ip
host 10.100.30.20
access-list outside_acl extended permit tcp any object OWA-external-ip eq https
access-list outside_acl extended permit tcp any object OWA-external-ip eq www
object network OWA-external-ip
host 213.42.156.115
nat (outside,dmz) static WA-server-ip service tcp www www
access-group outside_acl in interface outside
above bold parameters are not showing in the configuration. I am using ASA with software version asa911-smp-k8.bin.
Solved! Go to Solution.
10-09-2014 05:52 AM
Hi,
Not sure about the NAT statement getting disappeared. Do you see any error on the ASA device after you configure the NAT statement ?
Can you try this:-
object network OWA-server-ip
host 10.100.30.20
nat (dmz,outside) static 213.42.156.115 service tcp www www
Let me know if this works ? If not , give me the output from the CLI whil configuring the NAT statement.
Thanks and Regards,
Vibhor Amrodia
10-09-2014 05:52 AM
Hi,
Not sure about the NAT statement getting disappeared. Do you see any error on the ASA device after you configure the NAT statement ?
Can you try this:-
object network OWA-server-ip
host 10.100.30.20
nat (dmz,outside) static 213.42.156.115 service tcp www www
Let me know if this works ? If not , give me the output from the CLI whil configuring the NAT statement.
Thanks and Regards,
Vibhor Amrodia
10-12-2014 03:24 AM
Thanks Vibhor
problem is resolved.
Thanks
10-09-2014 05:55 AM
Can you try to execute this command :
object network OWA-server-ip
host 10.100.30.20
nat (dmz,outside) static OWA-external-ip service 80
object network OWA-server-ip
host 10.100.30.20
nat (dmz,outside) static OWA-external-ip service 443
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