Rpc.bootparamd,
Exports,
Tcpdump,
Mygate,
Myname,
Rbootd,
Mopd,
Portmap,
Rarpd,
Hostname.if,
Mountd,
Bootparams,
Pxeboot,
Fstab,
Hosts,
Nfsd,
Tftpd,
Dhcpd.conf,
Ethers,
Dhcpd,
Diskless DISKLESS(8) - System Manager’s Manual # DISKLESS(8) - System Manager’s Manual
NAME # diskless - booting a system over the network
DESCRIPTION # The ability to boot a machine over the network is useful for diskless or dataless machines, or as a temporary measure while repairing or re-installing filesystems on a local disk. This file provides a general description of the interactions between a client and its server when a client is booting over the network.
...
MYGATE(5) - File Formats Manual # MYGATE(5) - File Formats Manual
NAME # mygate - default gateway
DESCRIPTION # The mygate file is read by netstart(8) at system startup time.
/etc/mygate, if it exists, contains the address of the gateway host. The gateway is added to the routing tables by the route(8) utility. If /etc/mygate does not exist, no default gateway is added to the routing tables. The file may contain gateway addresses for both IPv4 and IPv6 networks in dotted quad notation for v4 (e.
...
NETSTART(8) - System Manager’s Manual # NETSTART(8) - System Manager’s Manual
NAME # netstart - network startup script
SYNOPSIS # sh /etc/netstart [-n] [interface …]
DESCRIPTION # netstart is a sh(1) script invoked by rc(8) during an automatic reboot and after single-user mode is exited; it performs network initialization.
netstart can also be used to start newly created interfaces. Its behaviour is controlled to some extent by variables defined in rc.
...
ROUTE(4) - Device Drivers Manual # ROUTE(4) - Device Drivers Manual
NAME # route - kernel packet forwarding database
SYNOPSIS # #include <sys/socket.h>
#include <net/if.h>
#include <net/route.h>
int
socket(AF_ROUTE, SOCK_RAW, family);
DESCRIPTION # OpenBSD provides some packet routing facilities. The kernel maintains a routing information database, which is used in selecting the appropriate network interface when transmitting packets.
A user process (or possibly multiple co-operating processes) maintains this database by sending messages over a special kind of socket.
...
ROUTE(8) - System Manager’s Manual # ROUTE(8) - System Manager’s Manual
NAME # route - manually manipulate the routing tables
SYNOPSIS # route [-dnqtv] [-T rtable] command [[modifier …] arg …]
DESCRIPTION # At system start, routing tables are initialised and configured by netstart(8). The route utility can be used to view or manually manipulate the network routing tables. Only the superuser may modify the routing tables.
The options are as follows:
...