Howto create a logfile with "Cisco Systems VPN Client" ====================================================== use this /etc/CiscoSystemsVPNClient/vpnclient.ini (don't set loglevel above 3 for anything else as IKE and IPSEC, these will get ignored (at least that happens if you set all to > 3)) ------------ [main] BinDirPath=/usr/local/bin EnableLog=1 [LOG.IKE] LogLevel=15 [LOG.CM] LogLevel=3 [LOG.CVPND] LogLevel=3 [LOG.XAUTH] LogLevel=3 [LOG.CERT] LogLevel=3 [LOG.IPSEC] LogLevel=15 [LOG.CLI] LogLevel=3 [LOG.PPP] LogLevel=3 [LOG.DIALER] LogLevel=3 [LOG.FIREWALL] LogLevel=3 [LOG.GUI] LogLevel=3 ------------- run this first: ipseclog /tmp/cisco-log.txt & after that the usual: vpnclient connect ....