What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Connect to OPENVPN without status screen

  • Thread starter Thread starter Deleted member 27741
  • Start date Start date
D

Deleted member 27741

Guest
I have openvpn working on rmerlin and it's great. Does anyone know how to connect to openvpn without the status screen showing?



*****************Solution placed here for your convenience*************************
*************************************************************************
I found a solution, you can add a switch onto the end of the command to get a silent_connect without altering the registry. For your viewing pleasure:

cd c:\program files\openvpn\bin
start openvpn-gui.exe --connect YOUROPENVPNFILE.ovpn --silent_connection 1

I have this saved in a .bat file. Of course use your own file name instead of YOUROPENVPNFILE.ovpn!

This solution was derived from the post of acevpn on the following web page:
https://forum.acevpn.com/vpn_postst...onfigure-to-Start-On-Boot-and-Connect-To.aspx
 
Last edited by a moderator:
heya, try restarting the router, particularly after applying changes to openvpn
 
Last edited:
I am trying to change the normal behavior, it is not a "problem" in the sense that it is working perfectly. On my client, when I connect with openvpngui.exe, I want to do it without the status window popping up.
 
Thanks, I have seen that page. I would like to do it without messing with the registry, mostly so I can make it portable to new clients without having to registry hack every computer.

The other option from the page, using the openvpn-gui.exe --help command does not give me any option to hide the status window on connect, as far as I can tell. There must be an easy way to do this. ;_)
 
Last edited by a moderator:
you can export that specific registry key as a file. then just copy to another machine and double click. i used to move game keys this way
 
Yes, I may fall back on that method if there are no other options. I would like a way to do it without hacking the registry.

I just can't believe an open source program that is so flexible would not have this as an option somewhere!
 
i can't say i disagree with you there, it is pretty silly
 
Found the solution, you can add a switch onto the end of the command to get a silent_connect without altering the registry. For your viewing pleasure:

cd c:\program files\openvpn\bin
start openvpn-gui.exe --connect YOUROPENVPNFILE.ovpn --silent_connection 1

I have this saved in a .bat file. Of course use your own file name instead of YOUROPENVPNFILE.ovpn!
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top