[strongSwan] need a mechanism using which i can monitor the status of the connections

rhishi pratap singh rhishi.16 at gmail.com
Thu Jul 7 08:54:15 CEST 2011


Hi All,

I am using Strongswan4.5.1. I need a mechanism using which i can monitor the
status of the connections established between end points.
for Example :

#ipsec.conf
config setup
           charonstart=yes
           plutostart=yes
conn HOME
          auth=esp
          authby=psk
          mobike=no
          ike=aes256-sha1-modp2048,3des-md5-2048
          left=192,168.100.100
          right=%any
          rightauthby=psk
          auto=start
          keyexchange=ikev2
          type=tunnel
 conn OFFICE
          auth=esp
          authby=psk
          mobike=no
          ike=aes128-md5-modp2048,3des-md5-2048
          left=192,168.100.100
          right=%any
          rightauthby=psk
          auto=start
          keyexchange=ikev1
          type=transport

#ipsec.secrets
192.168.100.100 @user1 : PSK "12345"
192.168.100.100 @user2 : PSK "89765"
-------------------------------------------------------



now as a  connection goes up how can i make some pop up kind of utility for
information.
along with that how can i get the PSK used along with the instance of
connection like HOME{1} or OFFICE[1].

thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strongswan.org/pipermail/users/attachments/20110707/11c767fe/attachment.html>


More information about the Users mailing list