cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1607
Views
10
Helpful
3
Replies

Private to Private NAT on IPSEC VPN

 Hi Experts,

 

 We're planning to build IPSEC Site to Site VPN with our clients. Our Internal subnets for VPN domain is 172.16.0.0/24. In order to hide our Internal LAN , we've been asked to NAT to another Private Subnet so this can be advertised as VPN domain. This looks like Private to Private NAT. I'm not sure about this.

 

  Could some one please advise me with the model configuration. We're using Version 9.6(2). Thanks in Advance.

 

 

1 Accepted Solution

Accepted Solutions

This should be fine.

object-group network private-inside
network-group 172.16.0.0/24

object-group network private-outside
network-group 192.168.0.0/24

object-group network remote-lan
network-group x.x.x.x/x

nat (inside,vpn) source static private-inside private-outside destination
remote-lan remote-lan no-proxy

View solution in original post

3 Replies 3

This should be fine.

object-group network private-inside
network-group 172.16.0.0/24

object-group network private-outside
network-group 192.168.0.0/24

object-group network remote-lan
network-group x.x.x.x/x

nat (inside,vpn) source static private-inside private-outside destination
remote-lan remote-lan no-proxy

great article.... :) but what about on the ACL level? Which obj network do we use? the priv-outside or the private inside? I assume the outside...?

Hi Fotiosmark,

 

 If you're using Version 8.3+, we'll use REAL IP (private inside) in ACL instead of NAT'd IP