Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a NAT to my config

Status
Not open for further replies.

EST7745

IS-IT--Management
Joined
May 6, 2003
Messages
306
Location
US
I've had no experience with Cisco Routers so pardon my ignorance. I'm attempting to add a network address translation to my router so that traffic to a certain IP will go to my firewall. When I do a "show running-config" I see where all my other NATS are setup. They appear under the "classless" heading. What is the process that I have to go through to add an entry to the running configuration?
 
Hi,

You are way off. These things are quite complex, much more so than i think you realise. Post your config and i'll see if i can help you out.

MCP,CCA,CCNA, Net+, Half CCNP...
 
Sounds all you want to do is setup a static NAT translation. The following may work for you from configuration mode:

ip nat inside source static 10.10.10.1 100.100.100.1

where 10.10.10.1 is the real IP address of your firewall and 100.100.100.1 is the external public IP you want to map to your firewall.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top