How to Configure Microsoft DHCP Server for BOOTP Clients

Last reviewed: March 4, 1998
Article ID: Q174765
The information in this article applies to:
  • Microsoft Windows NT Server version 4.0

SUMMARY

Windows NT 4.0 Service Pack 2 (SP2) or later provides a feature that allows the Dynamic Host Control Protocol (DHCP) Server Service to respond to BOOTP requests as well as DHCP requests. There are two types of BOOTP clients:

  • BOOTP clients that can request an IP address and other relevant information, such as default gateway address, name server address, and so on.
  • BOOTP clients that can request the location of the boot file information from which the client is to boot. This is most common with diskless workstations.

This article discusses the procedures required to configure a Microsoft Windows NT DHCP server to provide the requested information to either of the above BOOTP clients.

MORE INFORMATION

NOTE: The following steps assume that your computer running Microsoft Windows NT Server already has the DHCP Server Service installed and correctly configured for DHCP clients.

BOOTP Clients Requesting IP Address Information Only

To configure your Microsoft Windows NT DHCP Server to assign IP address information to BOOTP clients, you must add a reservation for each BOOTP client. For information about how to add a reservation, view the "Managing Client Reservations" Help topic in DHCP Manager (Dhcpadmn.exe).

The reservation builds an association between the media access control address and the IP address. The clients simply request an address and Windows NT Server provides the IP address based on the client's media access control address in the BOOTP request frame. Your scope options apply to both your DHCP and your BOOTP clients, so it is imperative to verify that your scopes are configured correctly.

BOOTP Clients Requesting Boot File Information

To configure your Microsoft Windows NT DHCP server to provide boot file information to BOOTP clients, you must edit the BOOTP table in DHCP Manager. The BOOTP Table is located in the Server Properties dialog box that can be accessed from the Server menu. For information about how to edit the BOOTP Table, view the "BOOTP Table" Help topic in DHCP Manager (Dhcpadmn.exe).

NOTE: A reservation must be configured in the appropriate scope for each BOOTP client as specified in the section BOOTP Clients Requesting IP Address Information Only above.

The downloading of the image file by the client is performed using Trivial File Transfer Protocol (TFTP). Microsoft Windows NT does not include a TFTP Server service. To use your Windows NT DHCP Server with BOOTP clients who must boot from an image file (usually diskless workstations), a third-party TFTP server is required.

For more information on BOOTP see the following articles in the Microsoft Knowledge Base:

   ARTICLE-ID: Q142373
   TITLE     : TFTP Server Not Included With Windows NT

   ARTICLE-ID: Q164394
   TITLE     : BOOTP Service Does Not populate ARP cache

   ARTICLE-ID: Q167708
   TITLE     : BOOTP Client Name Disappear in DHCP Manager

REFERENCES

For more information about BOOTP, see RFC 1532, RFC 2131, and RFC 2132.

RFCs may be obtained through the Internet as follows:

Paper copies of all RFCs are available from the NIC, either individually or on a subscription basis (for more information, contact NIC@NIC.DDN.MIL). Online copies are available through FTP or Kermit from NIC.DDN.MIL as rfc/rfc####.txt or rfc/rfc####.PS (#### is the RFC number without leading zeros).

Additionally, RFCs may be requested through electronic mail from the automated NIC mail server by sending a message to SERVICE@NIC.DDN.MIL with a subject line of "rfc ####" for text versions, or a subject line of "rfc ####.PS" for PostScript versions. To obtain the RFC index, the subject line of your message should read "rfc index".

Keywords          : kbhowto nthowto ntnetserv NTSrv nttcp kbnetwork
Version           : WinNT:4.0
Platform          : winnt


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 4, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.