<div>Hi All,</div>
<div> </div>
<div>I am using Strongswan4.5.1. I need a mechanism using which i can monitor the status of the connections established between end points.</div>
<div>for Example :</div>
<div> </div>
<div>#ipsec.conf</div>
<div>config setup</div>
<div> charonstart=yes</div>
<div> plutostart=yes</div>
<div>conn HOME</div>
<div> auth=esp</div>
<div> authby=psk</div>
<div> mobike=no</div>
<div> ike=aes256-sha1-modp2048,3des-md5-2048</div>
<div> left=192,168.100.100</div>
<div> right=%any</div>
<div> rightauthby=psk</div>
<div> auto=start</div>
<div> keyexchange=ikev2</div>
<div> type=tunnel</div>
<div>
<div>conn OFFICE</div>
<div> auth=esp</div>
<div> authby=psk</div>
<div> mobike=no</div>
<div> ike=aes128-md5-modp2048,3des-md5-2048</div>
<div> left=192,168.100.100</div>
<div> right=%any</div>
<div> rightauthby=psk</div>
<div> auto=start</div>
<div> keyexchange=ikev1</div>
<div> type=transport</div></div>
<div> </div>
<div>#ipsec.secrets</div>
<div>192.168.100.100 @user1 : PSK "12345"</div>
<div>192.168.100.100 @user2 : PSK "89765"</div>
<div>-------------------------------------------------------</div>
<div> </div>
<div> </div>
<div> </div>
<div>now as a connection goes up how can i make some pop up kind of utility for information. </div>
<div>along with that how can i get the PSK used along with the instance of connection like HOME{1} or OFFICE[1].</div>
<div> </div>
<div>thanks in advance </div>