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