AUTHPF(8) - System Manager’s Manual # AUTHPF(8) - System Manager’s Manual
NAME # authpf, authpf-noip - authenticating gateway user shell
SYNOPSIS # authpf
authpf-noip
DESCRIPTION # authpf is a user shell for authenticating gateways. It is used to change pf(4) rules when a user authenticates and starts a session with sshd(8) and to undo these changes when the user’s session exits. Typical use would be for a gateway that authenticates users before allowing them Internet use, or a gateway that allows different users into different places.
...
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.
...
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.
...
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.
...
FTP-PROXY(8) - System Manager’s Manual # FTP-PROXY(8) - System Manager’s Manual
NAME # ftp-proxy - Internet File Transfer Protocol proxy daemon
SYNOPSIS # ftp-proxy [-6Adrv] [-a sourceaddr] [-b address] [-D level] [-m maxsessions] [-P port] [-p port] [-q queue] [-R address] [-T tag] [-t timeout]
DESCRIPTION # ftp-proxy is a proxy for the Internet File Transfer Protocol. FTP control connections should be redirected into the proxy using the pf(4) divert-to command, after which the proxy connects to the server on behalf of the client.
...
IFSTATED.CONF(5) - File Formats Manual # IFSTATED.CONF(5) - File Formats Manual
NAME # ifstated.conf - Interface State daemon configuration file
DESCRIPTION # The ifstated(8) daemon runs commands in response to network state changes, which it determines by monitoring interface link state or running external tests. ifstated.conf is the configuration file for this daemon.
The ifstated.conf config file is divided into the following main sections:
Global Configuration
Global settings for ifstated(8).
...
IFSTATED(8) - System Manager’s Manual # IFSTATED(8) - System Manager’s Manual
NAME # ifstated - Interface State daemon
SYNOPSIS # ifstated [-dhinv] [-D macro=value] [-f file]
DESCRIPTION # The ifstated daemon runs commands in response to network state changes, which it determines by monitoring interface link state or running external tests. For example, it can be used with carp(4) to change running services or to ensure that carp(4) interfaces stay in sync, or with pf(4) to test server or link availability and modify translation or routing rules.
...
Udp,
Bgpd,
Lo,
Bridge,
Mrouted,
Ifmedia,
Arp,
Unix,
Inet,
Ip6,
Mpe,
Ripd,
Netstart,
Intro,
Ifconfig,
Ioctl,
Socket,
Hosts,
Ip,
Route,
Config,
Ospfd,
Netstat,
Tcp,
Pf,
Netintro NETINTRO(4) - Device Drivers Manual # NETINTRO(4) - Device Drivers Manual
NAME # netintro - introduction to networking facilities
SYNOPSIS # #include <sys/socket.h>
#include <net/route.h>
#include <net/if.h>
DESCRIPTION # This section is a general introduction to the networking facilities available in the system. Documentation in this part of section 4 is broken up into three areas: protocol families (domains), protocols, and network interfaces.
All network protocols are associated with a specific protocol family.
...
PF.CONF(5) - File Formats Manual # PF.CONF(5) - File Formats Manual
NAME # pf.conf - packet filter configuration file
DESCRIPTION # The pf(4) packet filter modifies, drops, or passes packets according to rules or definitions specified in pf.conf.
This is an overview of the sections in this manual page:
PACKET FILTERING including network address translation (NAT).
OPTIONS globally tune the behaviour of the packet filtering engine.
QUEUEING provides rule-based bandwidth and traffic control.
...