wataash / openiked-portable

Internet Key Exchange version 2 (IKEv2) daemon - portable version of OpenBSD iked

Home Page:https://openiked.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenIKED

License CMake #openiked on matrix.org #openiked on libera.chat

This is a port of OpenBSD's OpenIKED to other Unix-like operating systems including Linux, macOS, FreeBSD and NetBSD.

Documentation

The official documentation for OpenIKED are the man pages for each tool:

and the OpenBSD VPN FAQ.

Installing OpenIKED

Binary Packages

Binary packages for OpenIKED are available for the package managers of various operating systems and Linux distributions:

Building from source

Portable OpenIKED is built using cmake. It requires a working C compiler, standard library and headers, a yacc compatible parser generator, libevent, and libcrypto from either LibreSSL or OpenSSL.

git clone https://github.com/openiked/openiked-portable.git
cd openiked-portable
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
# install
make install

A few additional setup steps are required to create the intial configuration files, key material and system users. The easiest way to do this is running the setup scripts included in the source repository.

./setup_config.sh
./useradd.sh

About

Internet Key Exchange version 2 (IKEv2) daemon - portable version of OpenBSD iked

https://openiked.org

License:ISC License


Languages

Language:C 85.6%Language:Yacc 5.4%Language:Roff 3.4%Language:CMake 1.8%Language:Makefile 1.7%Language:Perl 1.7%Language:Shell 0.4%Language:Dockerfile 0.0%