home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / bootp-2.2.B / part01 / bootptab < prev    next >
Encoding:
Text File  |  1993-10-11  |  2.0 KB  |  79 lines

  1. # /etc/bootptab: database for bootp server (/etc/bootpd)
  2. # Last update: gwr, Tue Jun  8 09:53:46 EDT 1993
  3. # Blank lines and lines beginning with '#' are ignored.
  4. #
  5. # Legend:    (see bootptab.5)
  6. #
  7. #    first field -- hostname
  8. #            (may be full domain name and probably should be)
  9. #
  10. #    hd -- home directory (dir relative to /tftpboot)
  11. #    hn -- send the client its host name (does this work?)
  12. #    bf -- bootfile
  13. #    cs -- cookie servers
  14. #    ds -- domain name servers
  15. #    gw -- gateways
  16. #    ha -- hardware address
  17. #    ht -- hardware type
  18. #    im -- impress servers
  19. #    ip -- host IP address
  20. #    lg -- log servers
  21. #    lp -- LPR servers
  22. #    ns -- IEN-116 name servers
  23. #    rl -- resource location protocol servers
  24. #    sm -- subnet mask
  25. #    tc -- template host (points to similar host entry)
  26. #    to -- time offset (seconds)
  27. #    ts -- time servers
  28.  
  29. #
  30. # Be careful about including backslashes where they're needed.  Weird (bad)
  31. # things can happen when a backslash is omitted where one is intended.
  32. #
  33.  
  34.  
  35. # First, we define a global entry which specifies the stuff every host uses.
  36.  
  37. global.dummy:\
  38.     :td=/tftpboot:\
  39.     :hd=/tftpboot:\
  40.     :hn:bf=null:
  41.  
  42. # Next, we can define different master entries for each subnet. . .
  43.  
  44. subnet16.dummy:\
  45.     :tc=global.dummy:\
  46.     :sm=255.255.255.0:\
  47.     :gw=192.233.16.15:\
  48.     :ds=192.233.16.4:
  49.  
  50. subnet17.dummy:\
  51.     :tc=global.dummy:\
  52.     :sm=255.255.255.0:\
  53.     :gw=192.233.17.32:\
  54.     :ds=192.233.17.28:
  55.  
  56. #
  57. # We should be able to use as many levels of indirection as desired.  Use
  58. # your imagination. . .
  59. #
  60.  
  61. # Individual entries (could also have different servers for some/all of these
  62. # hosts, but we don't really use this feature at CMU):
  63.  
  64. # This is for testing the arbitrary tag option:
  65. # T14 is the NIS domain name
  66. # T15 is the NIS server list
  67. walnut:tc=subnet16.dummy:ht=ethernet:ha=08.00.20.0E.FF.30:\
  68.     :ip=192.233.16.24:bf=boot.sun4c:\
  69.     :T14="mc.com":T15=192.233.16.4:
  70.  
  71. # Tadpole 885 board.
  72. tp885:tc=subnet17.dummy:ht=ethernet:ha=08.00.4C.00.2F.74:\
  73.     :ip=192.233.17.42:bf=tp885sys1.cfe:
  74.  
  75. # MVME147 VxWorks board.
  76. mvme147:tc=subnet17.dummy:ht=ethernet:ha=08.00.3e.20.da.47:\
  77.     :ip=192.233.17.41:bf=mv147vxw.st:
  78.  
  79.