IKED(8) | System Manager's Manual | IKED(8) |
iked
— Internet
Key Exchange version 2 (IKEv2) daemon
iked |
[-6dnSTtv ] [-D
macro=value]
[-f file] |
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 5996, which combines and
updates the previous standards: ISAKMP/Oakley (RFC 2408), IKE (RFC 2409),
and the Internet DOI (RFC 2407). iked
only supports
the IKEv2 protocol; support for ISAKMP/Oakley and IKEv1 is provided by
isakmpd(8).
iked
supports mutual authentication using
RSA public keys and X.509 certificates. See the
FILES section below and PKI AND CERTIFICATE
AUTHORITY COMMANDS in
ikectl(8) for more
information about creating and maintaining the public key
infrastructure.
The options are as follows:
-6
iked
blocks any IPv6 traffic unless a flow for
this address family has been negotiated. This option is used to prevent
VPN traffic leakages on dual stack hosts.-D
macro=value-d
-f
file-n
-S
iked
in passive mode. See the
set passive
option in
iked.conf(5) for more
information.-T
-t
-v
iked
configuration file.iked
control socket.C. Kaufman, P. Hoffman, Y. Nir, and P. Eronen, Internet Key Exchange Protocol Version 2 (IKEv2), RFC 5996, September 2010.
The iked
program first appeared in
OpenBSD 4.8.
The iked
program was written by
Reyk Floeter
<reyk@openbsd.org>.
April 28, 2014 | OpenBSD-5.6 |