cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
434
Views
0
Helpful
4
Replies

Destination NAT

AxiomConsulting
Level 1
Level 1

All,

I need to be able to NAT to specific addresses on a destination basis. As you can see from my config below I have created a pool (POOL_1) and created a NAT statement that says... NAT traffic that matches the ACL 100 to an address in POOL_1. However, it doesnt seem to work, when I try to establish a connection I do not see any output from 'show ip nat translation'...am I missing something??

My Config...

interface FastEthernet0/0

ip nat outside

interface FastEthernet0/1

ip nat inside

ip nat pool POOL_1 192.168.178.42 192.168.178.45 netmask 255.255.255.248 type rotary

ip nat inside destination list 100 pool POOL_1

access-list 100 permit ip 10.1.1.1 0.0.0.255 host 192.168.80.19

Thanks in advance for any help

Steve

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

Steve

Is that meant to be 10.1.1.0 0.0.0.255 rather than 10.1.1.1 that you have ?

Jon

yeah sorry, my typo....

access-list 100 permit ip 10.1.1.0 0.0.0.255 host 192.168.80.19

Just to let you know that I solved the problem using route-maps....

http://www.cisco.com/en/US/docs/ios/12_2t/12_2t4/feature/guide/ftnatrt.html

Thanks

Steve

Steve

Thanks for posting back to the forum and indicating that you have found a solution and what the solution is. It makes the forum more useful when people can read about a problem and can read what solved the problem.

The forum is an excellent place to learn about Cisco networking. I encourage you to continue your participation in the forum.

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: