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
Slávek Banko 26dcb804fa
qt_includes => tqt_includes conversion
6 years ago
admin@7fdd2988ca Reset submodule main/applications/kvpnc/admin to latest HEAD 6 years ago
cmake@e5692c8bdb Reset submodule main/applications/kvpnc/cmake to latest HEAD 6 years ago
doc Removed unnecessary executable flag. 6 years ago
po Fix unintended renames. 11 years ago
src LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
templates
.gitmodules
AUTHORS
COPYING
ChangeLog Fix unintended renames. 11 years ago
Doxyfile
INSTALL
INSTALL.debian
INSTALL.gentoo
Makefile.am
Makefile.cvs
NEWS
README
TODO
acinclude.m4 qt_includes => tqt_includes conversion 6 years ago
aclocal.m4
config.h.in
config.sub
configure.files
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion 6 years ago
configure.in.in
kvpnc.kdevses.save
kvpnc.tdevelop
libgcrypt.m4
loginfo
stamp-h.in
subdirs

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>