Hi folks,...
In order to set up an IPSec based VPN which is compatible withe MS Agile VPN the default VPN client for Windows, ..
I have downloaded, and compiled strongSwan
Code:
.make
.make install
The default openSwan was installed, and then removed.
My first question is, how to get Strongswan to run?
openSwan was started with the command
Code:
service ipsec start
.. but since the default package changed to a compiled strongswan, it says now unknown service.
How to make strongswan run as a service?