cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1910
Views
0
Helpful
11
Replies

Destination NAT

Brononius
Level 1
Level 1

Hey,

I trying to figure out how i can NAT the destination (DNAT?).

The idea is not to route the public ranges in the network, but to use only private range, this beside.

In this setup, the idea is that when the pc 192.168.0.10 goest to 192.168.0.18, he arrives at 172.18.18.18.

What's the best way to do this? Thanks !!!

forum.jpg

11 Replies 11

Jennifer Halim
Cisco Employee
Cisco Employee

Assuming that you have the following configured currently:

On the router interface 192.168.0.1 --> ip nat inside

On the router interface 172.18.18.1 --> ip nat outside

Then you would need to configure the following:

ip nat outside source static 172.18.18.18 192.168.0.18

Hope that helps.