ENC(4) - Device Drivers Manual # ENC(4) - Device Drivers Manual
NAME # enc - encapsulating interface
SYNOPSIS # pseudo-device enc
DESCRIPTION # The enc interface is a virtual interface for ipsec(4) traffic. It allows packet filtering using pf(4); prior to encapsulation and after decapsulation, packets may be monitored using tcpdump(8).
An enc interface can be created at runtime using the ifconfig enc‌N create command or by setting up a hostname.
...
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.
...
IPSEC(4) - Device Drivers Manual # IPSEC(4) - Device Drivers Manual
NAME # ipsec - IP Security Protocol
DESCRIPTION # IPsec is a pair of protocols, Encapsulating Security Payload (ESP) and Authentication Header (AH), which provide security services for IP datagrams.
Both protocols may be enabled or disabled using the following sysctl(2) variables in /etc/sysctl.conf. By default, both protocols are enabled:
net.inet.esp.enable
Enable the ESP IPsec protocol
net.inet.ah.enable
Enable the AH IPsec protocol
...
IPSECCTL(8) - System Manager’s Manual # IPSECCTL(8) - System Manager’s Manual
NAME # ipsecctl - control flows for IPsec
SYNOPSIS # ipsecctl [-cdFkmnv] [-D macro=value] [-f file] [-i fifo] [-s modifier]
DESCRIPTION # The ipsecctl utility controls flows that determine which packets are to be processed by IPsec. It allows ruleset configuration, and retrieval of status information from the kernel’s SPD (Security Policy Database) and SAD (Security Association Database). It also can control isakmpd(8) and establish tunnels using automatic keying with isakmpd(8).
...
Tcpdump,
Getnameinfo,
Iked,
Ssl,
Isakmpd.policy,
Ipsec,
Isakmpd.conf,
Openssl,
Pcap_open_offline,
Ipsec.conf,
Sasyncd,
Isakmpd ISAKMPD(8) - System Manager’s Manual # ISAKMPD(8) - System Manager’s Manual
NAME # isakmpd - ISAKMP/Oakley a.k.a. IKEv1 key management daemon
SYNOPSIS # isakmpd [-46adKLnSTv] [-c config-file] [-D class=level] [-f fifo] [-i pid-file] [-l packetlog-file] [-N udpencap-port] [-p listen-port] [-R report-file]
DESCRIPTION # The isakmpd daemon establishes Security Associations (SAs) for encrypted and/or authenticated network traffic. At this moment, and probably forever, this means ipsec(4) traffic. Traditionally, isakmpd was configured using the isakmpd.
...
OSPF6D(8) - System Manager’s Manual # OSPF6D(8) - System Manager’s Manual
NAME # ospf6d - Open Shortest Path First (OSPF) for IPv6 routing daemon
SYNOPSIS # ospf6d [-dnv] [-D macro=value] [-f file] [-s socket]
DESCRIPTION # ospf6d is an Open Shortest Path First (OSPF) daemon which manages routing tables. This implementation supports OSPF version 3, thus it is only capable of maintaining IPv6 routing tables.
OSPF is an interior gateway protocol designed to supersede RIP.
...