Re: [strongSwan] How to disable ctrl-c for strongswan?

2010-06-04 Thread Andreas Steffen
If you start strongSwan normally with ipsec start, then the processes will fork and run in the background and will not be affected by any ctrl-c. Please explain more precisely what you are actually doing. Regards Andreas On 03.06.2010 12:46, Jessie Liu wrote: Dear all, When strongswan process

[strongSwan] Rekey issue when strongswan is initiating rekey

2010-06-04 Thread Arun Raj
ike.pcap Hi , This is regarding an issue with strongswan during ikev2 Phase1 rekey I brought up ikev2 session using strongswan and our box ( remote access IPSec session ) Here I am seeing an issue that whenever strongswan is configure to initiate Phase1 rekey ( IKE_SA ) Strongswan is sending

[strongSwan] Remove all elements from a hashtable_t

2010-06-04 Thread Graham Hudspith
Hello All, Quick development question for you (nice on a Friday afternoon). I've a hashtable_t containing elements and I want to delete all elements from that hashtable_t. And use the hashtable_t again afterwards. I can see that hashtable_t supports getting, setting and removing of elements.

Re: [strongSwan] Rekey issue when strongswan is initiating rekey

2010-06-04 Thread Martin Willi
Hi Arun, Due to this , each Phase1 rekey is like tearing down existing session and setting up new one By default, strongSwan uses a reauthentication procedure to verify the credentials. This reauthentication establishes the whole IKE_SA from scratch. To use normal rekeying, add reauth=no

Re: [strongSwan] Rekey issue when strongswan is initiating rekey

2010-06-04 Thread Arun Raj
Thanks Martin, Its working fine now :) Regards Arun -Original Message- From: Martin Willi [mailto:mar...@strongswan.org] Sent: Friday, June 04, 2010 5:41 PM To: Arun Raj Cc: users@lists.strongswan.org; Venkat Kalidindi; Lakshmi Sankaran Subject: Re: [strongSwan] Rekey issue when