About:
GAdmin-OpenVPN-Client is an easy to use frontend for the OpenVPN client. It handles multiple connections and can import exported connection setup packages from the GADMIN-OpenVPN-Server.
If you are a new user in the GNU/Linux world, first make sure you read some manuals and howtos about openvpn. This is one place of many where you can get some good information about openvpn.
Installation:
Download openvpn>=2.0.9.x from openvpn.net and unpack it like this:
tar -zxvf openvpn-x.x.x.tar.gz then cd into that directory and type:
./configure –prefix=/usr –sysconfdir=/etc –localstatedir=/var –sbindir=/usr/sbin
make
make install
If there are no errors youre ready to install GAdmin-OpenVPN-Client which can be done like this:
Download GAdmin-OpenVPN-Client-x.x.x.tar.gz and unpack it like this:
tar -zxvf GAdmin-OpenVPN-Client-x.x.x.tar.gz
CD into that directory then run:
./Autoinstall (if you like the settings in it).
Now you should be able to start it by typing GAdmin-OpenVPN-Client at a shellprompt or from GNOME or KDE’s program menus and youre ready to add some scopes.