Hi Everyone,

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.
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.

##### ipsec.conf load error #####
root@jor:~# ipsec start
Starting strongSwan 5.0.0 IPsec [starter]...
/var/tmp/shells/ipsec.conf:3: syntax error [
]
unable to start strongSwan -- fatal errors in config
root@jor:~#

####ipsec.conf is below ; line 3 refers to the start of "config setup"#####

root@jor:~# more /etc/ipsec.conf
# /etc/ipsec.conf - strongSwan IPsec configuration file

config setup

conn %default
        ikelifetime=60m
        keylife=20m
        rekeymargin=3m
        keyingtries=1
        keyexchange=ikev1
        authby=secret
        aggressive=yes

conn rw
        left=192.168.0.1
        leftsubnet=10.1.0.0/16
        [email protected]
        leftfirewall=yes
        right=%any
        auto=add


I appreciate any help.


Thanks!

Jordan.
_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to