IKECTL(8) - System Manager’s Manual # IKECTL(8) - System Manager’s Manual
NAME # ikectl - control the IKEv2 daemon
SYNOPSIS # ikectl [-q] [-s socket] command [arg …]
DESCRIPTION # The ikectl program controls the iked(8) daemon and provides commands to maintain a simple X.509 certificate authority (CA) for IKEv2 peers.
The options are as follows:
-q
Don’t ask for confirmation of any default options.
-s socket
Use socket instead of the default /var/run/iked.
...
IKED.CONF(5) - File Formats Manual # IKED.CONF(5) - File Formats Manual
NAME # iked.conf - IKEv2 configuration file
DESCRIPTION # iked.conf is the configuration file for iked(8), the Internet Key Exchange version 2 (IKEv2) daemon for IPsec. IPsec itself is a pair of protocols: Encapsulating Security Payload (ESP), which provides integrity and confidentiality; and Authentication Header (AH), which provides integrity. The IPsec protocol itself is described in ipsec(4).
In its most basic form, a flow is established between hosts and/or networks, and then Security Associations (SA) are established, which detail how the desired protection will be achieved.
...
IKED(8) - System Manager’s Manual # IKED(8) - System Manager’s Manual
NAME # iked - Internet Key Exchange version 2 (IKEv2) daemon
SYNOPSIS # iked [-dnSTtVv] [-D macro=value] [-f file] [-p udpencap_port] [-s socket]
DESCRIPTION # iked is an Internet Key Exchange (IKEv2) daemon which performs mutual authentication and which establishes and maintains IPsec flows and security associations (SAs) between the two peers.
The IKEv2 protocol is defined in RFC 7296, which combines and updates the previous standards: ISAKMP/Oakley (RFC 2408), IKE (RFC 2409), and the Internet DOI (RFC 2407).
...