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
...
DHCPD(8) - System Manager’s Manual # DHCPD(8) - System Manager’s Manual
NAME # dhcpd - Dynamic Host Configuration Protocol (DHCP) daemon
SYNOPSIS # dhcpd [-dfnv] [-A abandoned_ip_table] [-C changed_ip_table] [-c config-file] [-L leased_ip_table] [-l lease-file] [-u[bind_address]] [-Y synctarget] [-y synclisten] [if0 [… ifN]]
DESCRIPTION # dhcpd implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). DHCP allows hosts on a TCP/IP network to request and be assigned IP addresses, and also to discover information about the network to which they are attached.
...
PAIR(4) - Device Drivers Manual # PAIR(4) - Device Drivers Manual
NAME # pair - virtual Ethernet interface pair
SYNOPSIS # pseudo-device pair
DESCRIPTION # The pair interface simulates a normal Ethernet interface by encapsulating standard network frames with an Ethernet header, specifically for use in a pair of interfaces that are interconnected with each other.
To use it, the administrator needs to create two pair interfaces and connect them; the interfaces are ‘patched’, as would be done with physical network ports.
...
RDOMAIN(4) - Device Drivers Manual # RDOMAIN(4) - Device Drivers Manual
NAME # rtable, rdomain - routing tables and routing domains
DESCRIPTION # The traditional kernel routing system had a single table for routes and allowed only non-conflicting IP address assignments. The rtable feature allows multiple lookup tables for routes. The rdomain feature provides a way to logically segment a router between network paths.
Routing tables # Each rtable contains routes for outbound network packets.
...