[From nobody Wed Feb 19 21:51:57 2014 Return-Path: <paul@nohats.ca> Received: from localhost (paul@localhost) by bofh.nohats.ca (8.14.7/8.14.7/Submit) with ESMTP id s1JJmkOl002575; Wed, 19 Feb 2014 14:48:47 -0500 X-Authentication-Warning: bofh.nohats.ca: paul owned process doing -bs Date: Wed, 19 Feb 2014 14:48:46 -0500 (EST) From: Paul Wouters <paul@nohats.ca> To: Sean Smith <ssmith@nanb.nb.ca> cc: "swan@lists.libreswan.org" <'swan@lists.libreswan.org'> Subject: Re: [Swan] FW: IPSec VPN configuration issues. AVX instrucions not detetced / stuck on DDNS phase 2 In-Reply-To: <16AE1E4AA64C8342BC1CE7CBE7090D4401A5EB7B@nanb01.NANB.local> Message-ID: <alpine.LFD.2.10.1402191447020.25669@bofh.nohats.ca> References: <16AE1E4AA64C8342BC1CE7CBE7090D4401A5EB7B@nanb01.NANB.local> User-Agent: Alpine 2.10 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Wed, 19 Feb 2014, Sean Smith wrote: > Subject: [Swan] FW: IPSec VPN configuration issues. AVX instrucions not > detetced / stuck on DDNS phase 2 > Also, in the secure and messages files I can see that Phase 1 completes, > but it seems to get stuck on EVENT_PENDING_DDNS. It does queue up > EVENT_PENDING_PHASE2 but never gets by the DDNS. It's not really stuck there. Those are timed events that repeat. > Feb 19 09:45:31 localhost pluto[8835]: | *received whack message > Feb 19 09:45:31 localhost pluto[8835]: initiating all conns with > alias='aliantVPN' > > Feb 19 09:45:31 localhost pluto[8835]: | * processed 0 messages from cryptographic helpers > Feb 19 09:45:31 localhost pluto[8835]: | next event EVENT_PENDING_DDNS in 59 seconds > Feb 19 09:45:31 localhost pluto[8835]: | next event EVENT_PENDING_DDNS in 59 seconds > Feb 19 09:45:31 localhost pluto[8835]: | reaped addconn helper child It looks like perhaps that connection did not load? Run: ipsec auto --add aliantVPN ipsec auto --up aliantVPN That should tell us more, Paul ]