Project

General

Profile

PT-TLS SWIMA Client » History » Version 4

« Previous - Version 4/26 (diff) - Next » - Current version
Andreas Steffen, 07.07.2017 15:59


PT-TLS SWIMA Client

Installing the strongSwan TNC Software

First we have to install some additional Ubuntu packages needed for the strongSwan TNC build

 sudo apt install libsystemd-dev libcurl4-openssl-dev

Download the lastest strongSwan tarball

wget https://download.strongswan.org/strongswan-5.6.0dr1.tar.bz2

and unpack it

tar xf strongswan-5.6.0dr1.tar.bz2

and change into the strongSwan build directory

cd strongswan-5.6.0dr1.tar.bz2

Configure strongSwan with the following options

./configure --prefix=/usr --sysconfdir=/etc --disable-gmp --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

Build and install strongSwan with the commands

make; sudo make install