cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
533
Views
0
Helpful
4
Replies

How to ping NATed ip from inside network

somnath21
Level 1
Level 1

Hi,

I have ASA 5520.In that some of my inside server is nated with public IP address.But I am unable to ping the nated ip (public ip)from inside network. what configuration I have to do for that?

I have one inbound access-lis in the outside interfcae.

How shall I able to ping nated ip address from inside?Please guide in this regard..

Thanx,

som

4 Replies 4

rod.blackie
Level 1
Level 1

Hi

Do you mean you have a public IP which is nated to an private address on your server which is located on your inside network?

acomiskey
Level 10
Level 10

This would work...

same-security-traffic permit intra-interface

global (inside) 1 interface

nat (inside) 1 0 0

static (inside,inside) netmask 255.255.255.255

Hi,

Thanks for your response.I have configured the same but it is not working.

same-security-traffic permit intra-interface

global (inside) 1 interface

nat (inside) 1 0 0

static (inside,outside) x.x.x.51 10.184.72.23 netmask 255.255.255.255

please reply..

your static nat is wrong, please see carefully Adam's reply static (inside,inside) netmask 255.255.255.255

Jorge Rodriguez