cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
933
Views
0
Helpful
2
Replies

NAT for IP address migration

d-domjahn
Level 1
Level 1

hi there,

any idea how to solve this problem:

internet --- router -- PA-network -- asa --- intranet

our provider assigned PA address space (addresses from his range). I want to migrate to PI address space (our "own" public addresses) but keep the PA addresses for some weeks.

The PA address range is

Idea: use NAT on the router to translate each PA address to a PI address:

ip nat inside source static <existing PA host address>  <new PI host address> extendable

to get something like this:

internet -- "Natted PI host address"-- router -- PA-host-addresses -- asa --- intranet

This workes, i. e., the PI host address is natted to the PA address by the router and a ping request from an internet host is answered.

But: contacting/pinging the PA-host address (which is used as the inside local address) doesn't work anymore (ping from external internet router displays "?????" which means "unknown packet type")

Any ideas?

Regards,

David

2 Replies 2

shijogeorge
Level 1
Level 1

I assume you are trying to ping PA address from an external router here and not from the router doing NAT.

If yes, that should be due to the fact that the ICMP reply message is also subject to NAT configured on router.

So the external router is receiving ICMP reply message with a source address of PI (due to NAT) whereas it's expecting a source IP of PA (to which it sent the Echo Request) .

HTH

Shijo George

Thanks a lot, Shijo!

Hm, I think I have to play with "ip nat inside destination" then...

HTH,

David

Review Cisco Networking products for a $25 gift card