PT-TLS SWIMA Client » History » Version 2
Version 1 (Andreas Steffen, 07.07.2017 15:38) → Version 2/26 (Andreas Steffen, 07.07.2017 15:52)
h1. PT-TLS SWIMA Client
h2. Installing the strongSwan TNC Software
Download the lastest strongSwan tarball
<pre>
wget https://download.strongswan.org/strongswan-5.6.0dr1.tar.bz2 https://download.strongswan.org/strongswan.tar.bz2
</pre>
and unpack it
<pre>
tar xf strongswan-5.6.0dr1.tar.bz2
</pre>
and change into the strongSwan build directory
<pre>
cd strongswan-5.6.0dr1.tar.bz2
</pre>
Configure strongSwan with the following options
<pre>
./configure --prefix=/usr --sysconfdir=/etc --enable-openssl --enable-tnc-imc --enable-tnc-imv --enable-tnc-pdp --enable-tnccs-20 --enable-imc-os --enable-imc-swima --enable-imv-os --enable-imv-swima --enable-sqlite --enable-curl --disable-stroke --enable-swanctl --enable-systemd
</pre>
h2. Installing the strongSwan TNC Software
Download the lastest strongSwan tarball
<pre>
wget https://download.strongswan.org/strongswan-5.6.0dr1.tar.bz2 https://download.strongswan.org/strongswan.tar.bz2
</pre>
and unpack it
<pre>
tar xf strongswan-5.6.0dr1.tar.bz2
</pre>
and change into the strongSwan build directory
<pre>
cd strongswan-5.6.0dr1.tar.bz2
</pre>
Configure strongSwan with the following options
<pre>
./configure --prefix=/usr --sysconfdir=/etc --enable-openssl --enable-tnc-imc --enable-tnc-imv --enable-tnc-pdp --enable-tnccs-20 --enable-imc-os --enable-imc-swima --enable-imv-os --enable-imv-swima --enable-sqlite --enable-curl --disable-stroke --enable-swanctl --enable-systemd
</pre>