Bgpctl,
Rdomain,
Ipsec,
Bgpd,
Isakmpd,
Rc.conf.local,
Strftime,
Tcp,
Ipsecctl,
Pf,
Bgpd-Conf BGPD.CONF(5) - File Formats Manual # BGPD.CONF(5) - File Formats Manual
NAME # bgpd.conf - BGP routing daemon configuration file
DESCRIPTION # The bgpd(8) daemon implements the Border Gateway Protocol version 4 as described in RFC 4271.
The bgpd.conf config file is divided into the following main sections:
MACROS
User-defined variables may be defined and used later, simplifying the configuration file.
GLOBAL CONFIGURATION
Global settings for bgpd(8).
SET CONFIGURATION
...
Netstart,
Arp,
Netintro,
Etherip,
Vether,
Ipsec,
Ipsecctl,
Tpmr,
Isakmpd,
Ifconfig,
Ioctl,
Errno,
Ip6,
Ip,
Hostname.if,
Pf,
Bridge BRIDGE(4) - Device Drivers Manual # BRIDGE(4) - Device Drivers Manual
NAME # bridge - Ethernet bridge interface
SYNOPSIS # pseudo-device bridge
#include <sys/types.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <net/if_bridge.h>
DESCRIPTION # The bridge device creates a logical link between two or more Ethernet interfaces or encapsulation interfaces (see [etherip(4)](/man/man4/etherip.4)). This link between the interfaces selectively forwards frames from each interface on the bridge to every other interface on the bridge.
...
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.
...
ETHERIP(4) - Device Drivers Manual # ETHERIP(4) - Device Drivers Manual
NAME # etherip - EtherIP tunnel interface
SYNOPSIS # pseudo-device etherip
DESCRIPTION # The etherip interface is a pseudo-device for tunnelling Ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation.
An etherip interface can be created using the ifconfig etherip‌N create command or by setting up a hostname.if(5) configuration file for netstart(8). It must be configured with the addresses used for the outer header.
...
GIF(4) - Device Drivers Manual # GIF(4) - Device Drivers Manual
NAME # gif - generic tunnel interface
SYNOPSIS # pseudo-device gif
DESCRIPTION # The gif interface is a generic tunnelling pseudo-device. It can tunnel IPv4, IPv6, and MPLS over IPv4 and IPv6, with behavior mainly based on RFC 4213 IPv6-over-IPv4.
A gif interface can be created at runtime using the ifconfig gif‌N create command or by setting up a hostname.
...
GLXSB(4) - Device Drivers Manual (i386) # GLXSB(4) - Device Drivers Manual (i386)
NAME # glxsb - Geode LX Security Block crypto accelerator
SYNOPSIS # glxsb* at pci?
DESCRIPTION # The glxsb driver supports the security block of the Geode LX series processors. The Geode LX is a member of the AMD Geode family of integrated x86 system chips.
Driven by periodic checks for available data from the generator, glxsb supplies entropy to the random(4) driver for common usage.
...
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.
...
IPCOMP(4) - Device Drivers Manual # IPCOMP(4) - Device Drivers Manual
NAME # ipcomp - IP Payload Compression Protocol
DESCRIPTION # IPComp is enabled with the following sysctl(2) variable in /etc/sysctl.conf:
net.inet.ipcomp.enable
IPComp is a protocol used to reduce the size of IP datagrams. It can be used to enhance the communication performance between a pair of hosts/gateways, especially on slow links, by compressing the datagrams, provided the communicating entities have enough computational power.
...
IPSEC.CONF(5) - File Formats Manual # IPSEC.CONF(5) - File Formats Manual
NAME # ipsec.conf - IPsec configuration file
DESCRIPTION # The ipsec.conf file specifies rules and definitions for IPsec, which provides security services for IP datagrams. 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 (SAs) 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
...