cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
549
Views
0
Helpful
3
Replies

ASA static NAT Problem

hussainirfan
Level 1
Level 1

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.

 

 

 

 

 

 

1 Accepted Solution

Accepted Solutions

Vibhor Amrodia
Cisco Employee
Cisco Employee

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

 

View solution in original post

3 Replies 3

Vibhor Amrodia
Cisco Employee
Cisco Employee

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

 

Thanks Vibhor 

problem is resolved.

 

Thanks

 

 

 

 

Walter Astori
Level 1
Level 1

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
 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: