1 2This is an enhanced version of the CMU BOOTP server which was derived 3from the original BOOTP server created by Bill Croft at Stanford. 4This version merges most of the enhancements and bug-fixes from the 5NetBSD, Columbia, and other versions. 6 7New features in version 2.4 include: 8 9 Added a simple BOOTP gateway program: bootpgw 10 Allow host name anywhere IP address is expected. 11 Automatically lookup the IP address when the name of a 12 bootptab entry is a valid hostname. 13 (Dummy entries names should start with '.') 14 Merged changes from NetBSD and Columbia versions. 15 Merged changes for Solaris-2.X and SVR4 systems. 16 Combined bootptest into the bootp release. 17 Merged tag 18 support (:ef=...:) from Jason Zions. 18 Use :ef=extension_file_name: and make the 19 extension files for all clients using bootpef. 20 Merged HP compatibility (:ra=...:) from David R Linn. 21 Allows you to override the reply address. 22 (i.e. send the reply to a broadcast address) 23 Add /etc/ethers support for NetBSD. 24 More systems support getether (Ultrix, OSF, NetBSD) 25 Added RFC 1533 tags 40,41,42 26 :yd=<NIS domain>:ys=<NIS server>:nt=<NTP server>: 27 ConvOldTab.sh to convert old (1.1) bootptab to new format. 28 Permits extended-length replies with more option data. 29 30Problems fixed in this version: 31 32 Fixed references to free host structures. 33 (used to cause core dump on Solaris) 34 Remove change that added null terminator to string options. 35 (this annoyed some clients...) 36 Add missing symbols to dump routine, fix order. 37 Works (again) with no -DSYSLOGD defined. 38 Fixed several more NULL references in readfile. 39 Added proper length checks to option insertions. 40 Fixed bootptest IP address printing. 41 Cleaned-up signed/unsigned and byteorder bugs. 42 Added SVR4/Streams support to getif and getether 43 Removed extra newlines in syslog messages. 44 Specify facility code when calling syslog(3) 45 When lookup_hwa fails, assume numeric HW address. 46 47Systems on which I have seen this code work: 48 NetBSD-1.0 (BSD-4.4 derivative) 49 SunOS 4.X (Solaris 1.X) 50 SunOS 5.X (Solaris 2.X) 51 System V/386 Rel. 4.0 52 53Systems on which others say this code works: 54 CDC EP/IX (1.4.3, 2.1.1) 55 DEC Ultrix (4.2, 4.3) 56 Linux 1.1.81 57 OSF/1 (DEC Alpha CPU) 58 59Please direct questions, comments, and bug reports to: 60 <bootp@andrew.cmu.edu> 61 62Gordon W. Ross Mercury Computer Systems 63gwr@mc.com 199 Riverneck Road 64508-256-1300 Chelmsford, MA 01824-2820 65