0

I have set up two different OpenVPN servers, one in the US and one in London. I connect to them from home using Windows 7, and the software I use is the basic OpenVPN client.

Now the problem I have is that the client only has 1 single config directory, so when I put the files for my London server I can only connect to that one. To connect to the server in the US I have to switch files.

I do not have the option to use the client for the OpenVPN Access Server. I have set up the OpenVPN installation manually. The client from OpenVPN AS does not connect.

Anyone know of a OpenVPN client that handles seperate connections to different servers.

Saif Bechan
  • 11,060

1 Answers1

1

The regular OpenVPN client has syntax

openvpn [server config file] 

So nothing stopping you from having two shortcuts, one for

openvpn LondonIPorFQDN London.ovpn

and

openvpn USIPorFQDN US.ovpn
Unreason
  • 1,146
  • 1
  • 8
  • 22