Pushing a overriding route does not work

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
guybrush
OpenVpn Newbie
Posts: 1
Joined: Sat Jun 01, 2013 6:08 pm

Pushing a overriding route does not work

Post by guybrush » Sat Jun 01, 2013 6:15 pm

I have my home network at 192.168.1.0/24.
When i'm at a different WiFi network that is also 192.168.1.0/24 network some internal ip's don't work because of the same subnet.

That's why I added some specific routes to my OpenVPN server like this:

Code: Select all

push "route 192.168.1.10 255.255.255.255"
This works on my Mac with OpenVPN client, but does not seem to work on iOS with OpenVPN Connect.
I do see it being pushed in the connection log like this:

Code: Select all

0 [redirect-gateway] [def1]
1 [route] [192.168.1.10] [255.255.255.255]
But it keeps routing via the WiFi gateway and not via the OpenVPN tunnel.
Any ideas?

PS: This didn't work on OpenVPN Connect 1.0 and also doesn't work in 1.1.

Post Reply