View Single Post
  #10 (permalink)  
Old 2008-04-29
abusharif abusharif is offline
Senior Member
 
Join Date: 2006-04-27
Location: Twillight zone
Posts: 454
Rep Power: 3
abusharif has an average reputation (10+)
Default Re: How to configure site-to-site VPN between networks with same IP addressing scheme

as mcnallym said set up the NAT on you side so all traffic from your internal network to the other party vpn network is NAT-ed.

Other party should set your NAT-ed network as "encryption domain" for you gateway and not your internal network.


So, on your side
NAT: int_net->remote_vpn_net->source(new non-conflicting net)->dst original

On remote party side they should define:
Your gateway as VPN peer
Encryption domain/ID - your new non-conflicint net you are hiding your real net behind.
Reply With Quote