Hi,

On 23/02/16 14:51, Helen Heath wrote:
Thanks Selva - I tried that, and the OpenVPN client just complained there wasn't a valid config file at that location. But the config file works just fine if it's back in the actual config directory. That's why I believed you couldn't have separate configurations in subdirs off the config directory? I configured my GUI icon as:
--connect "c:\program files\openvpn\config\config1\config1.ovpn"
It wouldn't accept that.
try using double backslashes and escape spaces:
--connect "c:\\program\ files\\openvpn\\config\\config1\\config1.ovpn"

or use
--connect "c:/program files/openvpn/config/config1/config1.ovpn"


HTH,

JJK

On Tue, Feb 23, 2016, at 13:20, Selva Nair wrote:
On Tue, Feb 23, 2016 at 7:42 AM, Helen Heath <helen_he...@fastmail.fm <mailto:helen_he...@fastmail.fm>> wrote:

    Is it possible to alter the .opvn files to point to their
    respective ta.key files in a different subdirectory?  I have this
    set in my .opvn configs
    tls-auth ta.key 1

The GUI works with configs in sub directories of the config directory. So if you have config directory at the default location C:\Program Files\OpenVPN\config, you can have
C:\Program Files\OpenVPN\config\config1\confif1.ovpn
C:\Program Files\OpenVPN\config\config2\confif2.ovpn
Then add all dependencies (such as ta.key) to their respective subdirs.


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to