Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.06 KB

README.md

File metadata and controls

45 lines (38 loc) · 1.06 KB

Quick Start

Software Installation

Install necessary packages

$ sudo apt-get install -y module-init-tools
$ sudo apt-get install -y git
$ sudo apt-get install -y build-essential
$ sudo apt-get install -y linux-headers-generic
$ sudo apt-get install -y libpcap-dev
$ sudo apt-get install -y yasm
$ sudo apt-get install -y libssl-dev
$ sudo apt-get install -y opensc
$ sudo apt-get install -y libgmp10
$ sudo apt-get install -y libgmp-dev
$ sudo apt-get install -y autoconf
$ sudo apt-get install -y libtool
$ sudo apt-get install -y gettext
$ sudo apt-get install -y pkg-config
$ sudo apt-get install -y bison
$ sudo apt-get install -y flex
$ sudo apt-get install -y gperf
$ sudo apt-get install -y python
$ sudo apt-get install -y libsystemd-dev

Compile strongSwan

$ cd strongswan/
$ ./autogen.sh
$ ./configure --enable-lagopus-pfkey --enable-openssl --enable-systemd --sysconfdir=/usr/local/ipsec/etc --with-piddir=/usr/local/ipsec/etc/ipsec.d/run
$ make
$ sudo make install

Install scripts for Lagopus iked.

$ cd ipsec_vrf/
$ make
$ sudo make install