bootptab revision 1.2 1 # /etc/bootptab: database for bootp server (/etc/bootpd)
2 # Last update Mon 11/7/88 18:03
3 # Blank lines and lines beginning with '#' are ignored.
4 #
5 # Legend:
6 #
7 # first field -- hostname
8 # (may be full domain name and probably should be)
9 #
10 # bf Bootfile
11 # bs Bootfile size in 512-octet blocks
12 # cs Cookie server address list
13 # df Merit dump file
14 # dn Domain name
15 # ds Domain name server address list
16 # ef Extension file
17 # gw Gateway address list
18 # ha Host hardware address
19 # hd Bootfile home directory
20 # hn Send client's hostname to client
21 # ht Host hardware type (see Assigned Numbers RFC)
22 # im Impress server address list
23 # ip Host IP address
24 # lg Log server address list
25 # lp LPR server address list
26 # ns IEN-116 name server address list
27 # nt NTP (time) Server (RFC 1129)
28 # ra Reply address override
29 # rl Resource location protocol server address list
30 # rp Root path to mount as root
31 # sa TFTP server address client should use
32 # sm Host subnet mask
33 # sw Swap server address
34 # tc Table continuation (points to similar "template" host entry)
35 # td TFTP root directory used by "secure" TFTP servers
36 # to Time offset in seconds from UTC
37 # ts Time server address list
38 # vm Vendor magic cookie selector
39 # yd YP (NIS) domain name
40 # ys YP (NIS) server address
41
42 #
43 # Be careful about including backslashes where they're needed. Weird (bad)
44 # things can happen when a backslash is omitted where one is intended.
45 #
46
47
48 # First, we define a global entry which specifies the stuff every host uses.
49
50 global.dummy:\
51 :sm=255.255.255.0:\
52 :hd=/home/nfsclient:bf=null:\
53 :ds=128.32.149.141:\
54 :ns=0x80020b4d 0x80020ffd:\
55 :ts=0x80020b4d 0x80020ffd:\
56 :to=18000:
57
58 # Next, we can define different master entries for each subnet. . .
59
60 #subnet13.dummy:\
61 # :tc=global.dummy:gw=128.2.13.1:
62 #
63 #
64 # We should be able to use as many levels of indirection as desired. Use
65 # your imagination. . .
66 #
67
68
69 # Individual entries (could also have different servers for some/all of these
70 # hosts, but we don't really use this feature at CMU):
71
72 #carnegie:tc=subnet13.dummy:ht=ieee802:ha=7FF8100000AF:ip=128.2.11.1:
73 #baldwin:tc=subnet19.dummy:ht=ethernet:ha=0800200159C3:ip=128.2.11.10:
74
75
76 #example nfs diskless client
77
78 #timesink:hd=/home/nfsclient/timesink:\
79 # tc=subnet149.dummy:ht=ethernet:ha=0800200168A7:ip=128.32.149.20:
80