<br>Hi Everyone,<br><br>I am unable to load strongswan.conf after I upgraded from SS v5.0.0 to SS v 5.0.0.  See an example below.<br>Any tips how to resolve this issue. Was there any enhancement or change from version 5.0.0. that may be affecting and I need to import.<br>
<br>##### ipsec.conf load error #####<br>root@jor:~# ipsec start<br>Starting strongSwan 5.0.0 IPsec [starter]...<br>/var/tmp/shells/ipsec.conf:3: syntax error [<br>]<br>unable to start strongSwan -- fatal errors in config<br>
root@jor:~#<br> <br>####ipsec.conf is below ; line 3 refers to the start of "config setup"#####<br><br>root@jor:~# more /etc/ipsec.conf<br># /etc/ipsec.conf - strongSwan IPsec configuration file<br><br>config setup<br>
<br>conn %default<br>        ikelifetime=60m<br>        keylife=20m<br>        rekeymargin=3m<br>        keyingtries=1<br>        keyexchange=ikev1<br>        authby=secret<br>        aggressive=yes<br><br>conn rw<br>        left=192.168.0.1<br>
        leftsubnet=<a href="http://10.1.0.0/16">10.1.0.0/16</a><br>        leftid=@<a href="http://moon.strongswan.org">moon.strongswan.org</a><br>        leftfirewall=yes<br>        right=%any<br>        auto=add<br><br>
<br>I appreciate any help.<br><br><br>Thanks!<br><br>Jordan.<br>