cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
237
Views
5
Helpful
3
Replies

NAT question

mjsully
Level 1
Level 1

This is probably a simple issue, but NAT seems to trip me up sometimes. On an IOS router, what is the config to make the inside address 10.10.1.1 leave the outside as 172.16.1.1 and I also need traffic coming into the outside interface destined for 172.16.1.2 to translate to 10.10.1.2

Help would be appreciated.

3 Replies 3

lgijssel
Level 9
Level 9

Hope that you will find the following link informative:

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080093f31.shtml#cfg_nat

The required commands are used in it and you can find other reference links in it too.

Regards,

Leo

please, try

interface wan

ip nat out

ip nat source static 10.10.1.1 172.16.1.1

ip nat source static 10.10.2.2 172.16.1.2

interface lan

ip nat in

please rate this post.

Regards.

Thank you both!

Review Cisco Networking products for a $25 gift card