create a vpn connections when both sides have same network addressing
I have to create a VPN between 2 sites but they both have the same internal ip scheme of 192.169.0XX
I believe I have to do NAT but I need step by step instuructions on how to do this.
Thanks
VPNRouters
Last Comment
thermoduric
8/22/2022 - Mon
jakethecatuk
if they are on the same IP address range, then you will really struggle.
if you have a device at each location with an IP of 192.168.0.1 how will the VPN tunnel know which device you want?
don't think you're going to be able to solve this one without changing the range of one site.
kcassone
ASKER
There must be way to do this!
jakethecatuk
a lot will depend on what you are using to establish the VPN link.
This is not the best to do it. Why not change the ip schema on either site? Technically this could prove very cumbersome. When PCs are sending and receiving packets your router performs what is known as bitwise, where is compare the ip host address and the subnet to decide if the packet is destined internally or an external network. I can't see how this can be achieved when both networks are using the same ip schema.
compaqus
Your host will not ask your default gw if the address you are looking for is on the same subnet as yourself.
@kcassone :: i'm sorry you weren't able to find the answer you were seeking here. unfortunately, the hardware you have is limiting your abilities to perform a VPN with identical subnets. this was pointed out by myself (http:#a34088449) and jake (http:#a34088381). although not a desireable solution, it is still a solution and points should be awared accrodingly. two options exist:
I am restarting the auto-close procedure on behalf of the question asker. After Moderator review, the new disposition seems to be more appropriate to the outcome of this question.
if you have a device at each location with an IP of 192.168.0.1 how will the VPN tunnel know which device you want?
don't think you're going to be able to solve this one without changing the range of one site.