Home | History | Annotate | Line # | Download | only in etc
bootptab revision 1.1
      1  1.1  glass # /etc/bootptab: database for bootp server (/etc/bootpd)
      2  1.1  glass # Last update Mon 11/7/88 18:03
      3  1.1  glass # Blank lines and lines beginning with '#' are ignored.
      4  1.1  glass #
      5  1.1  glass # Legend:
      6  1.1  glass #
      7  1.1  glass #	first field -- hostname
      8  1.1  glass #			(may be full domain name and probably should be)
      9  1.1  glass #
     10  1.1  glass #	hd -- home directory
     11  1.1  glass #	bf -- bootfile
     12  1.1  glass #	cs -- cookie servers
     13  1.1  glass #	df -- dumpfile
     14  1.1  glass #	dn -- domain name
     15  1.1  glass #	ds -- domain name servers
     16  1.1  glass #	gw -- gateways
     17  1.1  glass #	ha -- hardware address
     18  1.1  glass #	ht -- hardware type
     19  1.1  glass #	im -- impress servers
     20  1.1  glass #	ip -- host IP address
     21  1.1  glass #	lg -- log servers
     22  1.1  glass #	lp -- LPR servers
     23  1.1  glass #	ns -- IEN-116 name servers
     24  1.1  glass #	rl -- resource location protocol servers
     25  1.1  glass #	rp -- root path
     26  1.1  glass #	sm -- subnet mask
     27  1.1  glass #	sw -- swap server
     28  1.1  glass #	tc -- template host (points to similar host entry)
     29  1.1  glass #	to -- time offset (seconds)
     30  1.1  glass #	ts -- time servers
     31  1.1  glass 
     32  1.1  glass #
     33  1.1  glass # Be careful about including backslashes where they're needed.  Weird (bad)
     34  1.1  glass # things can happen when a backslash is omitted where one is intended.
     35  1.1  glass #
     36  1.1  glass 
     37  1.1  glass 
     38  1.1  glass # First, we define a global entry which specifies the stuff every host uses.
     39  1.1  glass 
     40  1.1  glass global.dummy:\
     41  1.1  glass         :sm=255.255.255.0:\
     42  1.1  glass         :hd=/home/nfsclient:bf=null:\
     43  1.1  glass         :ds=128.32.149.141:\
     44  1.1  glass         :ns=0x80020b4d 0x80020ffd:\
     45  1.1  glass         :ts=0x80020b4d 0x80020ffd:\
     46  1.1  glass         :to=18000:
     47  1.1  glass 
     48  1.1  glass # Next, we can define different master entries for each subnet. . .
     49  1.1  glass 
     50  1.1  glass #subnet13.dummy:\
     51  1.1  glass #	:tc=global.dummy:gw=128.2.13.1:
     52  1.1  glass #
     53  1.1  glass #
     54  1.1  glass # We should be able to use as many levels of indirection as desired.  Use
     55  1.1  glass # your imagination. . .
     56  1.1  glass #
     57  1.1  glass 
     58  1.1  glass 
     59  1.1  glass # Individual entries (could also have different servers for some/all of these
     60  1.1  glass # hosts, but we don't really use this feature at CMU):
     61  1.1  glass 
     62  1.1  glass #carnegie:tc=subnet13.dummy:ht=ieee802:ha=7FF8100000AF:ip=128.2.11.1:
     63  1.1  glass #baldwin:tc=subnet19.dummy:ht=ethernet:ha=0800200159C3:ip=128.2.11.10:
     64  1.1  glass 
     65  1.1  glass 
     66  1.1  glass #example nfs diskless client
     67  1.1  glass 
     68  1.1  glass #timesink:hd=/home/nfsclient/timesink:\
     69  1.1  glass #	tc=subnet149.dummy:ht=ethernet:ha=0800200168A7:ip=128.32.149.20:
     70