Linux Cisco VPN-Client - configuration


To configure the Cisco VPN-Client for Linux copy first the file "/etc/CiscoSystemsVPNClient/Profiles/sample.pcf" to /etc/CiscoSystemsVPNClient/Profiles/Username.pcf (for example) as user root.
This file should have the following content:

[main]
Description=VPN-TUGraz
Host=10.0.0.1 (only VCG)
     129.27.200.1 (WLAN / external)
AuthType=1
GroupName=vcg (VCG)
          default (WLAN / external)
EnableISPConnect=0
ISPConnectType=0
ISPConnect=
ISPCommand=
Username=<username>
SaveUserPassword=1
EnableBackup=0
BackupServer=
EnableNat=0
CertStore=0
CertName=
CertPath=
CertSubjectName=
CertSerialHash=00000000000000000000000000000000
DHGroup=2
ForceKeepAlives=0
UserPassword=
enc_UserPassword=
GroupPwd=vcgraz (VCG)
         default (WLAN / external)
enc_GroupPwd=
NTDomain=
EnableMSLogon=1
MSLogonType=0
TunnelingMode=0
TcpTunnelingPort=10000
SendCertChain=0
VerifyCertDN=
PeerTimeout=90
EnableLocalLAN=1 *)
EnableSplitDNS=1

*) From external or using the WLAN this setting gets overwritten from the Concentrator. This means it is not possible to use two different IP-subnets at the same time.

index