bootptab revision 1.1
11.1Sglass# /etc/bootptab: database for bootp server (/etc/bootpd)
21.1Sglass# Last update Mon 11/7/88 18:03
31.1Sglass# Blank lines and lines beginning with '#' are ignored.
41.1Sglass#
51.1Sglass# Legend:
61.1Sglass#
71.1Sglass#	first field -- hostname
81.1Sglass#			(may be full domain name and probably should be)
91.1Sglass#
101.1Sglass#	hd -- home directory
111.1Sglass#	bf -- bootfile
121.1Sglass#	cs -- cookie servers
131.1Sglass#	df -- dumpfile
141.1Sglass#	dn -- domain name
151.1Sglass#	ds -- domain name servers
161.1Sglass#	gw -- gateways
171.1Sglass#	ha -- hardware address
181.1Sglass#	ht -- hardware type
191.1Sglass#	im -- impress servers
201.1Sglass#	ip -- host IP address
211.1Sglass#	lg -- log servers
221.1Sglass#	lp -- LPR servers
231.1Sglass#	ns -- IEN-116 name servers
241.1Sglass#	rl -- resource location protocol servers
251.1Sglass#	rp -- root path
261.1Sglass#	sm -- subnet mask
271.1Sglass#	sw -- swap server
281.1Sglass#	tc -- template host (points to similar host entry)
291.1Sglass#	to -- time offset (seconds)
301.1Sglass#	ts -- time servers
311.1Sglass
321.1Sglass#
331.1Sglass# Be careful about including backslashes where they're needed.  Weird (bad)
341.1Sglass# things can happen when a backslash is omitted where one is intended.
351.1Sglass#
361.1Sglass
371.1Sglass
381.1Sglass# First, we define a global entry which specifies the stuff every host uses.
391.1Sglass
401.1Sglassglobal.dummy:\
411.1Sglass        :sm=255.255.255.0:\
421.1Sglass        :hd=/home/nfsclient:bf=null:\
431.1Sglass        :ds=128.32.149.141:\
441.1Sglass        :ns=0x80020b4d 0x80020ffd:\
451.1Sglass        :ts=0x80020b4d 0x80020ffd:\
461.1Sglass        :to=18000:
471.1Sglass
481.1Sglass# Next, we can define different master entries for each subnet. . .
491.1Sglass
501.1Sglass#subnet13.dummy:\
511.1Sglass#	:tc=global.dummy:gw=128.2.13.1:
521.1Sglass#
531.1Sglass#
541.1Sglass# We should be able to use as many levels of indirection as desired.  Use
551.1Sglass# your imagination. . .
561.1Sglass#
571.1Sglass
581.1Sglass
591.1Sglass# Individual entries (could also have different servers for some/all of these
601.1Sglass# hosts, but we don't really use this feature at CMU):
611.1Sglass
621.1Sglass#carnegie:tc=subnet13.dummy:ht=ieee802:ha=7FF8100000AF:ip=128.2.11.1:
631.1Sglass#baldwin:tc=subnet19.dummy:ht=ethernet:ha=0800200159C3:ip=128.2.11.10:
641.1Sglass
651.1Sglass
661.1Sglass#example nfs diskless client
671.1Sglass
681.1Sglass#timesink:hd=/home/nfsclient/timesink:\
691.1Sglass#	tc=subnet149.dummy:ht=ethernet:ha=0800200168A7:ip=128.32.149.20:
70