#
# bootptab	This file is used by the bootpd(8) program.  It contains
#		information on how to start up a remote machine, as des-
#		cribed by the BOOTP protocol.
#
#		Blank lines and lines beginning with '#' are ignored.
#		Legend:
#
#		first field -- hostname
#			(may be full domain name and probably should be)
#
#		hd -- home directory
#		bf -- bootfile
#		cs -- cookie servers
#		ds -- domain name servers
#		gw -- gateways
#		ha -- hardware address
#		ht -- hardware type
#		im -- impress servers
#		ip -- host IP address
#		lg -- log servers
#		lp -- LPR servers
#		ns -- IEN-116 name servers
#		rl -- resource location protocol servers
#		sm -- subnet mask
#		tc -- template host (points to similar host entry)
#		to -- time offset (seconds)
#		ts -- time servers
#
#		Be careful about including backslashes where they're needed.
#		Weird (bad) things can happen when a backslash is omitted
#		where one is intended.
#
# Version:	@(#)/etc/bootptab	2.04	06/10/93
#
# Authors:	Many (original taken from bootpd 2.10 source)
#		Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
#

# First, define a global entry which specifies the stuff every host uses.
allhost:sm=255.255.255.0:hd=/tmp:bf=null:\
	:ds=145.71.34.1 145.71.32.1:\
	:ts=145.71.34.1 145.71.32.1:\
	:gw=145.71.34.1:\
	:to=-3600:

# Define all individual entries.
metallica:ht=1:ha=0000c00c8410:ip=145.71.34.1:tc=allhost:

# End of /etc/bootptab
