Connecting to a remote server through OpenVPN when local network subnet conflicts with remote network's subnet
Posted
by
John Russell
on Server Fault
See other posts from Server Fault
or by John Russell
Published on 2013-10-26T23:21:06Z
Indexed on
2013/10/27
3:57 UTC
Read the original article
Hit count: 610
After connecting to a remote location via OpenVPN, I am trying to access a server on a network that exists on a subnet such as 10.0.1.0/24. However, the network I am trying to access this remote server from is on the same subnet: 10.0.1.0/24. I am unable to connect to my remote server via typing in its IP because of this conflict. I am unable to even access the public internet while connected to the VPN.
Does anyone know how to mitigate this issue? I have access to the OpenVPN Access Server.
© Server Fault or respective owner