home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / template / client / etc / bootptab < prev    next >
Text File  |  1989-09-10  |  2KB  |  56 lines

  1. #
  2. # /etc/bootptab
  3. #
  4. #    example database for bootp server (/private/etc/bootpd)
  5. #
  6. #
  7. # This file is an example file for the bootp server.  BOOTP allows a
  8. # machine to find out its internet address from its ethernet hardware
  9. # address, information which is kept in this file.  To enable bootp
  10. # service, edit this file appropriately and move it to
  11. # /private/etc/bootptab
  12. #
  13. # Blank lines and lines beginning with '#' are ignored.
  14. #
  15. # NOTE: The first two uncommented, non-blank lines in this file MUST be
  16. # the default boot directory and then the default boot file (as shown
  17. # below).
  18. #
  19. # default boot directory
  20. #
  21. # The format of the default boot directory is homedir[:bootdir] where
  22. # "homedir" is the location of the files on the local machine and
  23. # "bootdir" is the where the files appear to the TFTP server.  That is,
  24. # if you are running a secure TFTP server that changes is root to
  25. # /private/tftpboot, you should use "/private/tftpboot:/".  If you
  26. # are running an insecure TFTP server and your bootfiles are kept in
  27. # the same place, the entry will be "/private/tftpboot".
  28. #
  29. /private/tftpboot
  30.  
  31. # default bootfile
  32.  
  33. mach
  34.  
  35. # end of first section
  36.  
  37. %%
  38.  
  39. #
  40. # The remainder of this file contains one line per client
  41. # with the information shown by the table headings below.
  42. # The 'host' name is also tried as a suffix for the 'bootfile'
  43. # when searching the home directory.  (e.g., bootfile.host)
  44. #
  45. # To set up a client, change "CLIENT" to the hostname of the client
  46. # and change the hardware address to its ethernet address.  The IP
  47. # address should be changed to the address you want the client to use.
  48. # Each number in the hardware address is hexadecimal and should be
  49. # between 00 and ff.  Each number in the IP address is in decimal and
  50. # should be between 1 and 254.  Note that the IP address for the CLIENT
  51. # should also be found in the host tables.
  52. #
  53. # host        htype     haddr            iaddr           bootfile
  54. #
  55. # CLIENT     1    1a:2b:3c:4d:5e:6f    XXX.XXX.XXX.XXX      mach
  56.