remote-random
Posted: Thu Feb 07, 2013 5:22 am
First, thanks to the developers of OVPN Connect for iOS. Very polished, very useful app.
I'm unable to get the remote-random function to work as I would expect. That is, when provided with multiple remote ip address/port entries, I only ever get connected to the first entry in the ovpn file.
I can connect to each remote site when listed on their own in an ovpn file.
client config looks like:
I also turned off "persist tun"
Has anyone else had this experience, or some success?
Thanks
I'm unable to get the remote-random function to work as I would expect. That is, when provided with multiple remote ip address/port entries, I only ever get connected to the first entry in the ovpn file.
I can connect to each remote site when listed on their own in an ovpn file.
client config looks like:
Code: Select all
client
proto tcp
dev tun
remote a.a.a.a 1194
remote b.b.b.b 1194
remote-random
Has anyone else had this experience, or some success?
Thanks