06-17-2004 05:45 AM - edited 03-02-2019 04:27 PM
Hi Everyone,
I'm New to Cisco, any info will be great.
I have a Cisco 2600 and Want to setup up an IP Pool Nat: Nat poll will be 172.12.19.x.
I want everyone on the 10.8.5.0 network to be translated to 172.12.19.x But only when they try to access 199.214.35.0. Otherwise no Nat is to be done.
Do you know how I go about doing this, could anyone give me some examples using the address that I provided and rules.
Thanks for any input.
06-17-2004 07:16 AM
try this
access-list 100 permit ip 10.8.5.0 0.0.0.255 199.214.35.0 0.0.0.255
ip nat pool Outside 172.12.19.1 172.12.19.254 netmask 255.255.255.0
ip nat inside source list 100 pool Outside
interface fast 0/0
ip nat inside
inter ser 0/0
ip nat outside
06-17-2004 09:51 AM
hey I did want you said jbrooks, still does not work.
Any one with any more thoughts, I really need to get this going. Until I get this resolved I can't go on vacation.
Do I need to turn on any additional service?
Thanks everyone.
06-17-2004 11:22 AM
Maybe this might clear up some confusion.
The Cisco Serial Interface goes to another building.
My lan is connected to Ethernet0/0.
I want the packet to hit Ethernet0/0 gets translated and go out my default route to my firewall.
the packet should not touch the Serial Interface. That's for my side.
Now the building that's connected via the Serial Interface, I want the packet to come thru the serial gets translated then go out the Ethernet0/0 onto my firewall.
How this clears it up a little.
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