7 Jun 2005 16:43
New concentrator, new problems
Hi there, today I was forced to change my VPN-Client configuration and things stopped working. What has changed? The first thing I noticed was that the concentrator is load balanced and if I connect using cisco VPN client I get: Cisco Systems VPN Client Version 4.6.02 (0030) Copyright (C) 1998-2004 Cisco Systems, Inc. All Rights Reserved. Client Type(s): Linux Running on: Linux 2.6.12-rc3-mm3 #6 Tue May 17 15:53:12 CEST 2005 i686 Config file directory: /etc/opt/cisco-vpnclient [...] Initializing the VPN connection. Contacting the gateway at 82.53.187.30 Contacting the gateway at 82.53.187.28 (balancing) You can see the routing table setted up by cisco VPN client in the attachments. Not to say that using cisco VPN client everything is working smoothly. Using vpnc it seems everything is OK but I cannot get even a ping working through the tunnel. I thought the problem was the balancing and then changed the concentrator IP from 82.53.187.30 to 82.53.187.28 but this did not solved the problem. Attached you can find also the debug3 level of vpnc. Any ideas? Thanks Piero(Continue reading)
The CPU usage problem is caused by the fact that OS X Tiger breaks poll().
vpnc calls poll() and gets an error. And then there is a loop. However,
using kernel-ipsec, vpnc is actually done at that stage, so the tunnel works
... what a hack.
However replacing the poll() by select() restores normal operation. It is
quite trivial, but if you like I can send you a patch against 0.2-rm+zomb.
Mattias
RSS Feed