KVpnc – vpn clients frontend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Darrell Anderson 7c3408368c
Fix unintended renames.
10 years ago
admin@bae6da3fa8 Rename kdewidgets => tdewidgets 10 years ago
cmake@d29f6d6b10 Rename kdewidgets => tdewidgets 10 years ago
doc Fix unintended renames. 10 years ago
po Fix unintended renames. 10 years ago
src Fix help handbook not appearing in main handbook table of contents. 10 years ago
templates Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
.gitmodules Added common directories 12 years ago
AUTHORS Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
COPYING Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
ChangeLog Fix unintended renames. 10 years ago
Doxyfile Additional k => tde renaming and fixes 11 years ago
INSTALL Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
INSTALL.debian Branding cleanup: KDE menu -> TDE menu. 12 years ago
INSTALL.gentoo Branding cleanup: KDE menu -> TDE menu. 12 years ago
Makefile.am Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
Makefile.cvs Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
NEWS Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
README Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
TODO Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
acinclude.m4 Rename kdewidgets => tdewidgets 10 years ago
aclocal.m4 Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
config.h.in Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
config.sub Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
configure.files Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
configure.in Rename kde-config to tde-config 12 years ago
configure.in.in Add automake support for --enable-gcc-hidden-visibility. 12 years ago
kvpnc.kdevses.save Rename ksocket and kcache 12 years ago
kvpnc.tdevelop Additional k => tde renaming and fixes 11 years ago
libgcrypt.m4 Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
loginfo Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
stamp-h.in Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago
subdirs Initial import of year-and-a-half-old upstream version 0.9.6a 12 years ago

README

KVpnc - KDE frontend for various vpn clients

Features:
---------
 - easy to use KDE gui
 - docking in kicker
 - localized GUI (Bulgarian, Chinese, Dutch, French, German, Hungarian, Italian, Slovak, Polish, Portuguese Brazilian, Russian, Spanish)
 - VPN connection to Cisco concentrator
 - VPN connection to VPN servers by using IPsec
    - FreeS/WAN (Linux 2.4.x) support
    - racoon (Linux 2.6.x/BSD) support
 - PPTP support (pptpclient)
 - OpenVPN support
 - Multiple profiles
 - preshared secret support
 - X509 certificate support
 - Cisco PCF file import
 - PKCS12 certificate import
 - Ping test
 - automaticlly setting of routes and firewall rules (iptables) (currently: freeswan/racoon)
 - automaticlly network device detection (can be overridden)
 - log file writing
 - DCOP interface
 - user notification for sucessful connect/disconnect
 - NAT-T support (racoon/OpenVPN/vpnc)


Requirements:
-------------
- KDE >= 3.2.x  (required)
- vpnc >= 0.2-rm+zomb-pre9  Cisco VPN (optional)
- IPsec (Openswan, strongSwan) >= 2.x  IPSec VPN Linux 2.4/2.6 (optional)
- racoon (ipsec-tools) > = 1.x  IPSec VPN Linux 2.6 (optional)
- pptpclient  PPTP VPN (optional)
- OpenVPN  VPN based on SSL (optional)
- l2tpd, xl2tpd, openl2tp (optional)
- vtun (optional)
- OpenSSH >= 4.3 (optional)
- libgcrypt version >= 1.1.90
- opensc
- ksshaskpass (optional)

Installation:
-------------
tar xvfz kvpnc-<version>.tar.gz
cd kvpnc-<version>
make -f admin/Makefile.common
./configure
make
su
make install

Documentation:
--------------

Please look in doc folder. Most interesting are the README* files.

(c) 12/17/2008 Christoph Thielecke <crissi99@gmx.de>