cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1438
Views
0
Helpful
1
Replies

VPN - NAT SOURCE - ASA 8.2(5)

Rodrigo Gurriti
Level 3
Level 3

Hello,

I have a problem with a VPN site to site :

access-list PROXY_ACL_VPN extended permit ip 10.0.0.0 255.255.255.0 192.168.0.0 255.255.0

My INSIDE network is 10.0.0.0/24

The remote site is 192.168.0.0/24

The problem is that I cannot route the remote site on my network since I already have 192.168.0.0 inside my network. Is there a way to NAT this 192.168.0.0/24 to some think like 172.16.0.0/24

nat (outside) 10 192.168.0.0 255.255.255.0 outside

global (inside) 10 172.16.0.0 255.255.255.0

Would that work ?

I hear that the new 8.4 code makes it much simpler.

Regards

1 Reply 1

Eugene Khabarov
Level 7
Level 7

You can't make destination nat since you have same addresses inside your network. This is because of ASA order of operations. NAT wll  be performed before routing, so after you NATed your destination, packet will be forwarded back to the inside interface toward 192.168.0.0/24 network. It is better to ask opposite site administrator to perform dst nat on received packets, intended to 172.16.0.0, so on your site you will have only crypto ACL like this:

access-list PROXY_ACL_VPN extended permit ip 10.0.0.0 255.255.255.0 172.16.0.0 255.255.255.0

8.3/8.4 makes nat syntax really easier, as for me.

---

HTH. Please rate this post if it was helpful. If this solves your problem, please mark this post as "Correct Answer"

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: