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.
...
PXEBOOT(8) - System Manager’s Manual (amd64) # PXEBOOT(8) - System Manager’s Manual (amd64)
NAME # pxeboot - amd64-specific second-stage PXE bootstrap
DESCRIPTION # pxeboot is a modified version of the amd64 second-stage bootstrap program, boot(8), configured to run under Intel’s Preboot Execution Environment (PXE). PXE is a form of smart boot ROM, built into many Ethernet cards from Intel, 3Com, and other manufacturers.
The computer’s PXE boot ROM contacts a DHCP server by broadcasting a request on the network.
...
PXEBOOT(8) - System Manager’s Manual (i386) # PXEBOOT(8) - System Manager’s Manual (i386)
NAME # pxeboot - i386-specific second-stage PXE bootstrap
DESCRIPTION # pxeboot is a modified version of the i386 second-stage bootstrap program, boot(8), configured to run under Intel’s Preboot Execution Environment (PXE). PXE is a form of smart boot ROM, built into many Ethernet cards from Intel, 3Com, and other manufacturers.
The computer’s PXE boot ROM contacts a DHCP server by broadcasting a request on the network.
...
TFTP-PROXY(8) - System Manager’s Manual # TFTP-PROXY(8) - System Manager’s Manual
NAME # tftp-proxy - Internet Trivial File Transfer Protocol proxy
SYNOPSIS # tftp-proxy [-46dv] [-a address] [-l address] [-p port] [-w transwait]
DESCRIPTION # tftp-proxy is a proxy for the Internet Trivial File Transfer Protocol. TFTP connections should be redirected to the proxy using a pf(4) rule using the divert-to option, after which the proxy connects to the server on behalf of the client.
...
TFTP(1) - General Commands Manual # TFTP(1) - General Commands Manual
NAME # tftp - trivial file transfer program
SYNOPSIS # tftp [host [port]]
DESCRIPTION # tftp is the user interface to the Internet TFTP (Trivial File Transfer Protocol), which allows users to transfer files to and from a remote machine. The remote host and port may be specified on the command line, in which case tftp uses them as the default for future transfers (see the connect command below).
...
TFTPD(8) - System Manager’s Manual # TFTPD(8) - System Manager’s Manual
NAME # tftpd - Trivial File Transfer Protocol daemon
SYNOPSIS # tftpd [-46cdivw] [-l address] [-p port] [-r socket] directory
DESCRIPTION # tftpd is a server which implements the Trivial File Transfer Protocol.
The use of tftp(1) does not require an account or password on the remote system. Due to the lack of authentication information, tftpd will allow only publicly readable files to be accessed.
...