As part of my work I connect to a VPN that uses the 192.168.1.* address range on the remote network. Often I connect from public WiFi hotspots that I rarely have control over their configuration. The hotspots are not within the organization. They are public hotspots, in coffee shops, hotels, etc.
The problem I have is that sometimes the WiFi hotspot uses the same 192.168.1.* address range.
Usually my solution is to pull out my phone and use its portable hotspot, but that can get pricey, especially if I'm roaming.
To avoid using my phone, I bought a travel router and configured it to provide a private subnet with IP address range 192.168.2.* so even if the greater WiFi hotspot was 192.168.1.*, I would avoid a conflict.
Even after I changed the IP address range for the router to 192.168.2.* the conflict still seemed to be happening. Perhaps the network that my subnet was a part of (192.168.1.*), was still conflicting with the VPN somehow? I'm not sure. And I could not find any resources on the Internet to help me with this specific problem.
I have since lost that router and I'm looking to replace it. But before I do, I want to be sure that I am able to fix my VPN address conflict problem.
How can I connect to a VPN that uses the same IP address range as the local network I'm connecting from?
EDIT:
- I am using a Mac.
- I'm using the org-provided VPN client, SonicWall Mobile Client.
- I'm not sure which IP address exactly is causing the conflict. There are a bunch of 192.168.1.* addresses in the organization. How can I find that out?
- I cannot request that my org change their VPN range to something more obscure.
- The VPN subnet mask is 255.255.255.0
- I do not access the internet through the VPN.
- I have not everbeen able to access any of the resources I need on the VPN network during conflict, but it is possible perhaps that there are resources that are still accessible that I didn't know about or test.