Intro,
Rtable,
Tcpdump,
Ifmedia,
Netintro,
Rc,
Netstat,
Slaacd,
Inet,
Hosts,
Hostname.if,
Route,
Ifconfig IFCONFIG(8) - System Manager’s Manual # IFCONFIG(8) - System Manager’s Manual
NAME # ifconfig - configure network interface parameters
SYNOPSIS # ifconfig [-AaC] [-M lladdr] [interface] [address_family] [address [dest_address]] [parameters]
DESCRIPTION # The ifconfig utility is used to assign an address to a network interface and/or configure network interface parameters. Generally speaking, hostname.if(5) files are used at boot-time to define the network address of each interface present on a machine; ifconfig is used at a later time to redefine an interface’s address or other operating parameters.
...
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:
...