You are not logged in.
Hi All,
While trying to connect to a L2TP/IPsec VPN I found this page helpful. In the end, however, I ended up using strongswan instead of openswan to get my configuration working. So everything works fine, but when I wrote a script to automate connection I found that starting the strongswan.service was not required. All I need to do is run "ipsec start" to get strongswan up and running.
So, purely for my own curiosity: Is there a difference between starting the service and using "ipsec start", and is it important?
Thanks
Offline
All the service does is run 'ipsec --start', but allows it to then be supervised by systemd so it's started at boot and restarted as needed.
Last edited by Trilby (2020-05-04 18:13:41)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline