Hi Michael, Your conn section is not loaded by the daemon.
The reason is the comment here (also applies to the second comment in your config): > conn ios > keyexchange=ikev1 > # authby=xauthrsasig > ... Comments in ipsec.conf have to be indented the same way as the options. That is, the above should look something like this: > conn ios > keyexchange=ikev1 > # authby=xauthrsasig > ... Regards, Tobias _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
