cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
704
Views
0
Helpful
3
Replies

IP Nat Pool

tester125
Level 1
Level 1

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.

3 Replies 3

jbrooks66
Level 1
Level 1

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

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.

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.

Review Cisco Networking for a $25 gift card