[BACK]Return to bootptab CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/bootptab, Revision 1.1.1.1

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