<div dir="ltr"><div><div><div><div><div>I have setup strongswan with the config files 
on 2 virtual boxes running Ubuntu 14.04. I have the following with the 
2nd virtual machine basically mirroring the first with the exception of 
the ip address being swapped around:<br><br></div><div>1. I setup the config files on 2 Ubuntu virtualbox machines<br></div>  ipsec.conf<br>  -------------------------<br>  config setup<br><br>  conn %default<br>          ikelifetime=60m<br>

          keylife=20m<br>          rekeymargin=3m<br>          keyingtries=1<br>          keyexchange=ikev2    <br>          authby=secret<br><br>  conn home<br>          left=127.0.0.2<br>          leftfirewall=no<br>          right=127.0.0.3<br>

          auto=add<br><br></div><div>  ipsec.secrets<br>  ------------------------------<br></div><div>  127.0.0.2 : PSK <shared secret><br><br></div>  strongswan.conf<br>  -------------------------------<br>  charon {<br>
      load = aes des sha1 sha2 md5 gmp random nonce hmac stroke kernel-netlink socket-default   updown<br>  }<br><br></div>2. I issue "sudo ipsec start" and status commands and get the following:<br><br>Starting strongSwan 5.1.2 IPsec [starter]...<br>
!! Your strongswan.conf contains manual plugin load options for charon.<br>!! This is recommended for experts only, see<br>!! <a href="http://wiki.strongswan.org/projects/strongswan/wiki/PluginLoad">http://wiki.strongswan.org/projects/strongswan/wiki/PluginLoad</a><br>
brianswan3@brianswan3-VirtualBox:/etc$ sudo ipsec status<br>Security Associations (0 up, 0 connecting):<br>  none<br><br></div>3.
 The fact that it shows no security associations implies to me that it 
didn't work. Is this true and is there something obvious that  I'm doing
 wrong?<br><br>Thanks,<br></div>   Brian</div>