NAT question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 05:43 PM - edited 03-03-2019 11:50 AM
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.
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 10:26 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 11:41 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 05:35 AM
Thank you both!
