cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
686
Views
0
Helpful
6
Replies

Policy Nat

opnineopnine
Level 1
Level 1

Hi all,

 

Please can someone explain when I should I use Policy Nat?

 

thanks.

 

1 Accepted Solution

Accepted Solutions

Mike Schultz
Level 1
Level 1

You want to use policy NAT when certain traffic needs to be NAT'd. and other traffic does not. 

 

In my network, we have a business partner that connects to us that has overlapping networks ranges with a different partner, but only from part of our network. They have a single server (192.168.10.85) that users on our network need to access. Users on half of our network (10.15.0.0/16) need to be NAT'd, but users on the rest of the network (10.20.0.0/16) do not need to be NAT'd. We use policy NAT to specify that when traffic has a source address of 10.20.0.0/16 and a destination address of 192.168.10.85, the traffic is not NAT'd. Conversely, we specify that if traffic has a source address of 10.15.0.0/16 and a destination address of 192.168.10.85, the traffic will be NAT'd.

 

That is policy NAT.

View solution in original post

6 Replies 6

Mike Schultz
Level 1
Level 1

You want to use policy NAT when certain traffic needs to be NAT'd. and other traffic does not. 

 

In my network, we have a business partner that connects to us that has overlapping networks ranges with a different partner, but only from part of our network. They have a single server (192.168.10.85) that users on our network need to access. Users on half of our network (10.15.0.0/16) need to be NAT'd, but users on the rest of the network (10.20.0.0/16) do not need to be NAT'd. We use policy NAT to specify that when traffic has a source address of 10.20.0.0/16 and a destination address of 192.168.10.85, the traffic is not NAT'd. Conversely, we specify that if traffic has a source address of 10.15.0.0/16 and a destination address of 192.168.10.85, the traffic will be NAT'd.

 

That is policy NAT.

Hi Mike,

Will this be a configuration of policy?

 

access-list PolicyNAT-Cust1 extended permit ip host Oracle 142.101.64.0 255.255.255.0 
access-list PolicyNAT-Cust1 extended permit ip host Oracle 142.101.65.0 255.255.255.0 
!
nat (DMZ-MGMT) 10 access-list PolicyNAT-Cust1 outside

 

Thanks.

This is on an ASA? Which version?

This is a 8.2 version.

 

Thanks.

paste the output from sh run nat

Hello Mike,

 

I cant paste it because of the info we have for the customer, but thanks for your help. I will keep looking form more examples.

 

Thanks!!

Review Cisco Networking for a $25 gift card