I've created a .pcf file that works very well on another machine with Ubuntu 7.10, but with my version it connects, works for a minute or two and then it stops receiving packets anymore.
I've seen in the Cisco client log many rows like theese when it stops communicating
- Code: Select all
1719 16:11:12.864 05/11/2010 Sev=Info/6 IKE/0x4300003D
Sending DPD request to 000.000.000.0, our seq# = 3805041683
1720 16:11:17.870 05/11/2010 Sev=Info/4 IKE/0x43000013
SENDING >>> ISAKMP OAK INFO *(HASH, NOTIFY:DPD_REQUEST) to 000.000.000.0
1721 16:11:17.870 05/11/2010 Sev=Info/6 IKE/0x4300003D
Sending DPD request to 000.000.000.0, our seq# = 3805041684
1722 16:11:22.876 05/11/2010 Sev=Info/4 IKE/0x43000013
SENDING >>> ISAKMP OAK INFO *(HASH, NOTIFY:DPD_REQUEST) to 000.000.000.0
Seems that the client does not receive nothing anymore from server...
I've tried anything, from deactivating all type of firewall, to using VPNC without success...
An extract of the pcf
- Code: Select all
[main]
Description=
Host=xxx.xxx.com
AuthType=1
GroupName=XXXX
GroupPwd=
enc_GroupPwd=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
EnableISPConnect=0
ISPConnectType=0
ISPConnect=
ISPPhonebook=
ISPCommand=
Username=xxxxx1
SaveUserPassword=0
UserPassword=
enc_UserPassword=
NTDomain=
EnableBackup=1
BackupServer=000.000.000.000
EnableMSLogon=1
ForceKeepAlives=1
MSLogonType=0
EnableNat=1
TunnelingMode=0
CertStore=0
CertName=
CertPath=
CertSubjectName=
CertSerialHash=00000000000000000000000000000000
SendCertChain=0
PeerTimeout=90
EnableLocalLAN=0
UseLegacyIKEPort=1
TcpTunnelingPort=10000
Any suggestion please?
Thank you