home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / unix / bootp.2.2+FdC.tar.Z / bootp.2.2+FdC.tar / announce.2.2+FdC < prev    next >
Text File  |  1993-03-31  |  1KB  |  34 lines

  1. Hi all.  I saw the announcement for RFC1395, BOOTP extensions.  I
  2. asked if anybody had coded them yet, and apparently nobody had.  So I
  3. modified the CMU bootp server (2.2-ALPHA) to support the four new
  4. fields, and invented sumbolic tags for them:
  5.  
  6.   bootptab
  7.    Symbol    Tag     What
  8.  
  9.      md       14      Merit Dump File (whatever that is).
  10.      dn       15      Client Domain Name
  11.      ss       16      Swap Server Address
  12.      rp       17      Root Path Name
  13.  
  14. The only one I tested was domain_name.
  15.  
  16. This version is called 2.2-ALPHA+FdC.  Source code, Makefile, man
  17. page, sample bootptab are available via anonymous ftp from
  18. watsun.cc.columbia.edu [128.59.39.2] in the bootp directory.
  19.  
  20. If anybody cares to check this, I'd be grateful -- I didn't put a lot of
  21. thought into it -- just did what seemed obvious.  If it looks OK, maybe
  22. somebody could announce it wherever new BOOTP versions get announced?
  23.  
  24. Btw, the next release of MS-DOS Kermit (currently running in-house)
  25. supports the "dn" field, so now we can configure thousands of our users
  26. on dozens of different subnets with exactly the same TCP/IP network
  27. configuration:  SET TCP ADDRESS BOOTP.  Period.  Saves us a lot of work
  28. and headaches!
  29.  
  30. Thanks.
  31.  
  32. - Frank
  33.  
  34.