Share

OpenVPN Control

File Release Notes and Changelog

Release Name: OpenVPN-Control 1.02

Notes:
OpenVPN Control 1.0 ReadMe

What is OpenVPN Control

This application was written for OpenVPN to allow Administrators to easily see:

    * Who is connected to your OpenVPN server.
    * What IP address and Port they are coming from.
    * What IP address they have been assigned.
    * How long they have been logged on.
    * When they logged on.
    * How much data they have transfered.
    * How many users are currently connected.
    * Have the ability to force a disconnect.
    * Gives the ability to view multiple remote servers.


The tool is written in Perl/Tk and is available as the perl source as well
as a compiled Windows executable.

The product should run with no setup from the OpenVPN server, provided
you have the management function activated on your OpenVPN server.
If your OpenVPN server is running OpenSSH you can run OpenVPN control
from any machine on your network using the SSH Port Fowarding section of the
"Configure" screen. In order to administer multiple servers you must
use SSH and port forwarding.

If you use use the "auth-user-pass-verify" command in openvpn to
authenticate via username and password and use a common cert, also
add "username-as-common-name" in your openvpn config file.

The Windows SSH client "Putty" is being distributed with the Windows release. This
software is owned and maintained by Simon Tatham and is being distributed in occordance
with the Putty license.

Ron Dorn
rondorn@gmail.com


Changes: Changes: 1-5-06 1.02e Fixed issues with how the configuration menu is drawn to fix minor display issue Changed parsing of OpenVPN output to accommodate bridged networks Changed header of Assigned IP to Assigned Address to better reflect both routed and bridged networks Fixed focus issue with adding and rename servers. Am now specifying status format to avoid formatting bug 12-6-05 1.01 Windows only release. Added feature to cleanup any Putty windows that it launched. 11-25-05 1.0 Made minor UI change to ssh fields. Now disabling file field and file choose button as well ssh port field unless "Advanced SSH Settings: button in checked. 11-16-05 1.0 Beta Fixed numerous sort and update bugs. Added support for multiple servers. Fixed many issues with SSH port forwarding, including crashing under Windows during putty errors. Added Windows installer Added Windows graphics 11-11-2005 .99 Beta Fixed password dialog box focus issues (Now able to enter the password without having to put the focus on the correct field) Added multiple selections for Force Logoff and Copy features. Fixes sort by Transferred header bug Fixed about box display issues Added number of connections counter 11-9-2005 .95a Beta Fixed regex parsing issue if OpenVPN returned non-IP4 address for the Virtual Address value. 11-9-2005 .95 Beta Added ability to sort header via the "view" menu. Added ssh proxy capability to Windows using putty.exe Added lots of error check and timeout code for various events. Added ability to copy display record into clipboard. Added ability to manually refresh display via "view" menu. 11-8-2005 .9a Beta Fixed bug where Windows users could not save preferences. 11-7-2005 .9 Beta Initial Release