openvpn-gui icon indicating copy to clipboard operation
openvpn-gui copied to clipboard

Suggestion: Add Autostart VPNs at startup

Open TinCanTech opened this issue 7 years ago • 3 comments

On the General Tab: Startup: [X] Launch at startup [Drop down box] Start this profile

This does not have to be a drop down box, it could be a manually filled in field which would allow multiple configs to be selected.

Essentially like so: openvpn-gui.exe --connect client-01.ovpn --connect client-02.ovpn ..

TinCanTech avatar May 03 '18 12:05 TinCanTech

I don't understand your suggestion, afaik you cannot connect to multiple servers at once using openvpn-gui.

If you're suggesting for openvpn-gui to run on startup then automatically connect to a server, then you can accomplish this by creating a shortcut of "openvpn-gui.exe" and pasting it to the "Startup" folder and edit its properties.

  • Win+R -> "shell:startup" (without quotes)
  • paste shortcut file of "openvpn-gui.exe"
  • modify its properties and add --connect "server.ovpn" to the end of target.

0Ky avatar Jul 19 '18 05:07 0Ky

@Crypt-ix .. you can connect to multiple servers at the same time using the GUI.

While I understand how to do this with shortcut properties, my idea is for making that step even easier by building that functionality into the GUI itself.

Anyway, it is only a suggestion not a bug per se.

TinCanTech avatar Jul 19 '18 11:07 TinCanTech

Hi

On Tue, Jun 18, 2019 at 08:35:48AM -0700, Yegor S wrote:

Just install the Windscribe client, it has custom config support and the feature you seek: https://cdn-images-1.medium.com/max/1200/1*HXJzS1RJmM3foewUpEx12Q.png

Please stop spamming OpenVPN issues with advertisement for Windscribe.

There's tons of nice solutions out there, some free and some commercial, but we do not need advertisement for any of them in an OpenVPN issue.

gert

-- "If was one thing all people took for granted, was conviction that if you feed honest figures into a computer, honest figures come out. Never doubted it myself till I met a computer with a sense of humor." Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany [email protected]

cron2 avatar Jun 18 '19 18:06 cron2

I've opted to implement this as discussed in #215 -- i.e., if a connection is active when the GUI is stopped or user logout, it will be auto-connected next time. Essentially something like "restore the previous session". See PR #565

selvanair avatar Dec 20 '22 02:12 selvanair