08-15-2006 06:19 AM - edited 03-03-2019 01:39 PM
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?
08-15-2006 06:35 AM
you may have something as follows for your existing NAT statements --
ip nat inside source static 192.168.1.10 172.10.10.16 (or the likes; perhaps a many to one with the overload statement as well)
you could type in what you already see but change the ip addresses where applicable, or if you like, provide the protocol(s) you want to use and we can provide an example.
see the following guide for more NAT config info:
http://www.cisco.com/en/US/products/ps6441/products_configuration_guide_book09186a0080606a92.html
08-15-2006 06:44 AM
I was probably just going to use what was already in the configuration as an example. I just need to know how to add the statements to the configuration. I'm not understanding what the process is to add lines to the running configuration.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide