Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.8 KiB

  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. # Be careful about including backslashes where they're needed. Weird (bad)
  33. # things can happen when a backslash is omitted where one is intended.
  34. #
  35. # First, we define a global entry which specifies the stuff every host uses.
  36. global.dummy:\
  37. :sm=255.255.255.0:\
  38. :hd=/home/nfsclient:bf=null:\
  39. :ds=128.32.149.141:\
  40. :ns=0x80020b4d 0x80020ffd:\
  41. :ts=0x80020b4d 0x80020ffd:\
  42. :to=18000:
  43. # Next, we can define different master entries for each subnet. . .
  44. #subnet13.dummy:\
  45. # :tc=global.dummy:gw=128.2.13.1:
  46. #
  47. #
  48. # We should be able to use as many levels of indirection as desired. Use
  49. # your imagination. . .
  50. #
  51. # Individual entries (could also have different servers for some/all of these
  52. # hosts, but we don't really use this feature at CMU):
  53. #carnegie:tc=subnet13.dummy:ht=ieee802:ha=7FF8100000AF:ip=128.2.11.1:
  54. #baldwin:tc=subnet19.dummy:ht=ethernet:ha=0800200159C3:ip=128.2.11.10:
  55. #example nfs diskless client
  56. #timesink:hd=/home/nfsclient/timesink:\
  57. # tc=subnet149.dummy:ht=ethernet:ha=0800200168A7:ip=128.32.149.20: