Menu
|
Sección de Documentación
|
Volver a la p�ina principal
|
|
Requisitos
- base
- working network (wireless card is running and VPN server is reachable for example) (required)
- KDE >= 3.3.x (KDE3 version)/>= 4.1.x (KDE4 version) (required)
- GNU libgcrypt (required)
- additional tools
- Cisco VPN
- vpnc >= 0.2-rm+zomb-pre9 (optional)
- IPsec
-
FreeS/WAN (IPSec) 1.x or 2.x (2.x recommended) (optional)
- Linux 2.4
- kernel with FreeS/WAN patches
-
strongSwan (IPSec) (optional)
- Linux 2.4
- Linux 2.6
- Openswan (IPSec) (optional)
- Linux 2.4
- Linux 2.6
-
ipsec-tools (optional)
- Linux 2.6/BSD
- PPTP
- pptpclient (optional)
- pppd
- kernel with MPPE support
- SSL-based
- L2TP
(only one is needed)
- pppd
- l2tpd >= 0.69 (used at L2TP over IPSec)
- xl2tpd 1.2.x (used at L2TP over IPSec)
- openl2tp >= 0.19 (used at L2TP over IPSec)
- SSH
- Opensc
-
Opensc (for smartcard support)
Installation
Howto setup KVpnc for use without root password - sudo
- install sudo
- edit /etc/sudoers: add an command alias
# Cmnd alias specification
Cmnd_Alias KVPNC = /usr/bin/kvpnc
# User privilege specification
ALL ALL=NOPASSWD:KVPNC
adjust the path to kvpnc
- SuSE: /opt/kde3/bin/kvpnc
- Debian, Fedora, Ubuntu: /usr/bin/kvpnc
- edit desktop link:adjust the path to kvpnc
- SuSE: /opt/kde3/share/applnk/Internet/kvpnc.desktop
- Debian, Fedora, (K)Ubuntu: /usr/share/applnk/Internet/kvpnc.desktop
replace the folling lines:
Exec=kvpnc
X-KDE-SubstituteUID=true
with:
Exec=sudo kvpnc
X-KDE-SubstituteUID=false
Attention! In (K)ubuntu use the following replaces:
Exec=xhost + && sudo /usr/bin/kvpnc && xhost -
X-KDE-SubstituteUID=false
|
|