DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Configuring a Dynamic Host Configuration Protocol (DHCP) server

Making DHCP work with BOOTP

The SCO DHCP server, dhcpd, does not support BOOTP clients directly. It can be configured to forward BOOTP requests to the BOOTP server, in.bootpd, as follows:

  1. Edit the file /etc/inetd.conf on the server. Make a backup copy of the file in case you need to recover the old version.

  2. Comment out the following entry in /etc/inetd.conf by inserting a ``#'' character at the start of the line:
    bootps dgram udp wait root /etc/bootpd bootpd
    

  3. Uncomment the following entries in /etc/inetd.conf by removing the ``#'' characters from the start of both lines:
    Kill and restart inetd to enable the services:
    #bootps dgram/i udp wait root /etc/dhcpd dhcpd -b bootps-alt
    #bootps-alt dgram udp wait root /etc/bootpd bootpd -S
    
    The first entry configures dhcpd to forward BOOTP requests to bootpd on port bootps-alt (defined as 950 in /etc/services). The second entry configures bootpd to listen in slave mode on port bootps-alt.

  4. Save the file and exit.

  5. Kill and restart inetd to enable the services.
See the dhcpd(ADMN) and bootpd(ADMN) manual pages for more information.
Next topic: The DHCP Server Manager interface
Previous topic: User-defined options

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003